Re: [PHP] Re: Anyone good with multiple SSL on Apache?

2010-03-09 Thread Jochen Schultz
AFAIK Apache 2 doesn't support virtual hosts for SSL. But you may use one cert per socket, e.g it is possible to set one cert up on port 447 and one on 8080. https://example1.com https://example2.com:8080 regards Jochen Schultz Manuel Lemos schrieb: Hello, on 03/08/2010 07:13 PM Skip Evan

Re: [PHP] Revision control?

2010-03-09 Thread Tom Sparks
--- On Wed, 10/3/10, James McLean wrote: > On Wed, Mar 10, 2010 at 11:14 AM, Tom > Sparks > wrote: > > --- On Wed, 10/3/10, Phpster > wrote: > > > >> I believe pear has some stuff for subversion. > > > > Don't want to use subversion or any third-party app > > Why re-invent the wheel? Just use S

Re: [PHP] Revision control?

2010-03-09 Thread James McLean
On Wed, Mar 10, 2010 at 11:14 AM, Tom Sparks wrote: > --- On Wed, 10/3/10, Phpster wrote: > >> I believe pear has some stuff for subversion. > > Don't want to use subversion or any third-party app Why re-invent the wheel? Just use SVN, existing libraries out there, easy to use, easy to access an

Re: [PHP] Revision control?

2010-03-09 Thread Tom Sparks
--- On Wed, 10/3/10, Phpster wrote: > I believe pear has some stuff for > subversion. Don't want to use subversion or any third-party app I forgot to say needs to support media files (images/sounds/etc) as well as text based files. I don't care if it flat-file based or database based tom >

Re: [PHP] Revision control?

2010-03-09 Thread Phpster
I believe pear has some stuff for subversion. Bastien Sent from my iPod On Mar 9, 2010, at 7:21 PM, Tom Sparks wrote: Is there a Revision control class that I can use in a php program? tom_a_sparks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.ph

[PHP] Revision control?

2010-03-09 Thread Tom Sparks
Is there a Revision control class that I can use in a php program? tom_a_sparks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Anyone good with multiple SSL on Apache?

2010-03-09 Thread Manuel Lemos
Hello, on 03/08/2010 07:13 PM Skip Evans said the following: > Hey all, > > I have an Apache virtual config running a bunch of sites, one with SSL. > I finally have a need to add SSL to one more, but when I do the first > one (which is further down the file) comes up "untrusted". > > Since this

RE: Re[2]: [PHP] EHLO error 554: what can it be?

2010-03-09 Thread Bob McConnell
After you open the socket, you first need to read from it to receive the welcome message. After you verify the contents of that message, then send the hello and wait for the response from it. Bob McConnell -Original Message- From: Andre Polykanine [mailto:an...@oire.org] Sent: Tuesday, M

Re[2]: [PHP] EHLO error 554: what can it be?

2010-03-09 Thread Andre Polykanine
Hello Kevin and all, Sorry Kevin, How do I do that? Excuse me if it's a stupid question...( the only way I know is to set the timeout on the fsockopen function (the fifth parameter). I set it even to 60 but no change... Thanks a lot! -- With best regards f

Re: [PHP] pear for fedora 11

2010-03-09 Thread Edward. S. P. Leong
Ashley Sheridan wrote: > On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote: > >>Ashley Sheridan wrote: >> >>>On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote: >>> >>> >>> Dear All, Which can we download pear ann install into fc 11 system ? Thank for y

Re: [PHP] pear for fedora 11

2010-03-09 Thread Edward. S. P. Leong
Ashley Sheridan wrote: > On Tue, 2010-03-09 at 23:06 +0800, Edward. S. P. Leong wrote: > >>Ashley Sheridan wrote: >> >>> On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote: >>> Ashley Sheridan wrote: >On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote: > >

[PHP] Using ArrayObject

2010-03-09 Thread Peter van der Does
What is the advantage of using ArrayObject to build a Registry class? -- Peter van der Does GPG key: E77E8E98 IRC: Ganseki on irc.freenode.net Twitter: @petervanderdoes WordPress Plugin Developer Blog: http://blog.avirtualhome.com Forums: http://forums.avirtualhome.com Twitter: @avhsoftware -

Re: [PHP] EHLO error 554: what can it be?

2010-03-09 Thread Kevin Kinsey
Thilo Klein wrote: Kevin Kinsey schrieb: Andre Polykanine wrote: Hello everyone, I'm writing a class to send mail via an SMTP server with authorization. Everything seems to work but I get an EHLO error: 554 SMTP synchronization error Where should I look to avoid this? Thanks! Be polite :-D

Re: [PHP] Load simulation tests

2010-03-09 Thread John Black
Ashley Sheridan wrote: I was wondering if there were any ways to simulate loads on a PHP script running on the server? Basically, I'd just like to take one of my sites through a dry-run so to speak and simulate x number of visitors. Ideally, I'd prefer something that didn't have to be installed o

[PHP] Re: Using ArrayObject

2010-03-09 Thread Timo Witte
you can use ArrayObject functions? an Object is always easier to handle / convert. instead of $serialized = serialize($array); you can do things like $serialized = (string)$arrayObject; and things like that. Peter van der Does wrote: What is the advantage of using ArrayObject to build a Regist

Re: [PHP] EHLO error 554: what can it be?

2010-03-09 Thread Adam Richardson
On Mon, Mar 8, 2010 at 11:46 PM, Kevin Kinsey wrote: > Andre Polykanine wrote: > >> Hello everyone, >> >> I'm writing a class to send mail via an SMTP server with authorization. >> Everything seems to work but I get an EHLO error: >> 554 SMTP synchronization error >> Where should I look to avoid

Re: [PHP] how to capture INF return from exp()

2010-03-09 Thread Daniel Egeberg
On Tue, Mar 9, 2010 at 11:00, Info <1888softw...@gmail.com> wrote: > Hello List, > I am using the math function exp( $arg ) > > http://php.net/exp > > ... using argument values ranging between 0 to 1500. > > When I get into larger numbers, such as 750, the function returns an > undocumented "INF".

Re: [PHP] pear for fedora 11

2010-03-09 Thread Ashley Sheridan
On Tue, 2010-03-09 at 23:06 +0800, Edward. S. P. Leong wrote: > Ashley Sheridan wrote: > > > On Mon, 2010-03-08 at 22:39 +0800, Edward. S. P. Leong wrote: > > > >>Ashley Sheridan wrote: > >> > >>>On Mon, 2010-03-08 at 01:07 +0800, Edward. S. P. Leong wrote: > >>> > >>> > >>> > Dear All, > >

[PHP] how to capture INF return from exp()

2010-03-09 Thread Info
Hello List, I am using the math function exp( $arg ) http://php.net/exp ... using argument values ranging between 0 to 1500. When I get into larger numbers, such as 750, the function returns an undocumented "INF". Presumably the "INF" means the number exceeds processing capacity. It would be nic

Re: [PHP] best way to determine (MIME) content type of a stream ofbytes?

2010-03-09 Thread Auke van Slooten
Robert P. J. Day wrote: On Mon, 8 Mar 2010, Ashley Sheridan wrote: What about writing the first n bytes to a file and then passing that to the command line? I'm assuming a Linux server here, but it should do the trick. gah! i was hoping for something that wouldn't make me want to goug