Re: [PHP-DEV] Re: svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_informix/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-src

2009-11-24 Thread Jani Taskinen
Sebastian Bergmann wrote: Rasmus Lerdorf wrote: rasmus Wed, 25 Nov 2009 01:30:06 + Revision: http://svn.php.net/viewvc?view=revision&revision=291283 Log: Someone strap down Jani and give him a sedative please. This makes our toolchain work with the latest

Re: [PHP-DEV] Re: svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_informix/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-s

2009-11-24 Thread Pierre Joye
hi Sebastian, open a bug please :) On Wed, Nov 25, 2009 at 7:54 AM, Sebastian Bergmann wrote: > Rasmus Lerdorf wrote: >> rasmus                                   Wed, 25 Nov 2009 01:30:06 + >> >> Revision: http://svn.php.net/viewvc?view=revision&revision=291283 >> >> Log: >> Someone strap do

[PHP-DEV] Re: svn: / pecl/pdo_4d/trunk/config.m4 pecl/pdo_ibm/trunk/config.m4 pecl/pdo_informix/trunk/config.m4 pecl/pdo_user/trunk/config.m4 php/php-src/branches/PHP_5_2/acinclude.m4 php/php-src/bra

2009-11-24 Thread Sebastian Bergmann
Rasmus Lerdorf wrote: > rasmus Wed, 25 Nov 2009 01:30:06 + > > Revision: http://svn.php.net/viewvc?view=revision&revision=291283 > > Log: > Someone strap down Jani and give him a sedative please. > This makes our toolchain work with the latest versions > of a

Re: [PHP-DEV] openssl supported algorithms

2009-11-24 Thread Ilia Alshanetsky
Heh, I think given that we have 5.3 out there (with the code) there is little reason to introduce new features into a bug fix release which is 5.2. On 2009-11-24, at 4:51 PM, Rob Richards wrote: > If I had only checked... Appears its been in trunk (and 5_3) for over 2 years > now :) > > Rob >

Re: [PHP-DEV] openssl supported algorithms

2009-11-24 Thread Rob Richards
If I had only checked... Appears its been in trunk (and 5_3) for over 2 years now :) Rob Rasmus Lerdorf wrote: Seems like a no-brainer for 5.3 and trunk. You will have to discuss with Ilia for 5.2. It seems a bit late in the game for that branch to get this. -Rasmus Rob Richards wrote:

Re: [PHP-DEV] openssl supported algorithms

2009-11-24 Thread Rasmus Lerdorf
Seems like a no-brainer for 5.3 and trunk. You will have to discuss with Ilia for 5.2. It seems a bit late in the game for that branch to get this. -Rasmus Rob Richards wrote: > The openssl extension is way to restrictive in the algorithms it > supports, i.e. no support for SHA265 which is star

[PHP-DEV] openssl supported algorithms

2009-11-24 Thread Rob Richards
The openssl extension is way to restrictive in the algorithms it supports, i.e. no support for SHA265 which is starting to become the standard algo to use, etc.. Rather than having to always add more constants and additional logic for any new algorithms, I'd like to change the sign and verify f

Re: [PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c

2009-11-24 Thread Rasmus Lerdorf
Michael Maclean wrote: > Hi, > Gwynne pointed me at the clang static analyser earlier on today, and so > I've run it against current PHP_5_3. In the course of messing with it, > it noticed a potential null dereference in ext/ftp - I've attached a > one-liner to fix it. Thanks, committed. -- PHP

[PHP-DEV] [PATCH] potential null dereference in ext/ftp/ftp.c

2009-11-24 Thread Michael Maclean
Hi, Gwynne pointed me at the clang static analyser earlier on today, and so I've run it against current PHP_5_3. In the course of messing with it, it noticed a potential null dereference in ext/ftp - I've attached a one-liner to fix it. Michael Index: ext/ftp/ftp.c

Re: [PHP-DEV] PHP socket automatically shuts down after ? hours of idling?

2009-11-24 Thread Chris Jiang
Hi, sorry for replying late, but my authentication to reply mails to php.net newsgroup seems had a problem. I couldn't reply to this mail. Weird. :( My platform is Centos 5.2 with PHP 5.2.8 and Apache 2.2.14. Unfortunately, I don't know how to dump the tcp connection info. Any hint? Thanks!