[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/dir rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 10:01:31 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/dir rewinddir_variation3.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/rewinddir_variation3.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/dir rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 10:17:51 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/dir rewinddir_variation3.phpt Log: - Fix test http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/rewinddir_variation3.phpt?r1=1.1.4.3&r2=1.1.4.4&diff_

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/dir closedir_error.phpt readdir_variation7.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 09:55:26 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/dir readdir_variation7.phpt closedir_error.phpt Log: - Modified tests http://cvs.php.net/viewvc.cgi/php-src/ext/standar

[PHP-CVS] cvs: php-src /ext/session session.c

2008-03-11 Thread Dmitry Stogov
dmitry Tue Mar 11 09:36:52 2008 UTC Modified files: /php-src/ext/sessionsession.c Log: Fixed memory corruption because of double free() http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.481&r2=1.482&diff_format=u Index: php-src/ext/ses

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/dir closedir_variation3.phpt readdir_variation7.phpt rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 09:45:31 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/dir readdir_variation7.phpt closedir_variation3.phpt rewinddir_variation3.phpt Log:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/dir rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 10:15:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/dir rewinddir_variation3.phpt Log: - Replace with previous commit http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/dir/rewinddir_variation3.phpt?r1=1.1.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Dmitry Stogov
dmitry Tue Mar 11 09:36:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/sessionsession.c Log: Fixed memory corruption because of double free() http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.40.2.5&r2=1.417.2.8.2.

[PHP-CVS] cvs: php-src /ext/standard/tests/dir closedir_variation3.phpt rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 10:20:06 2008 UTC Modified files: /php-src/ext/standard/tests/dir rewinddir_variation3.phpt closedir_variation3.phpt Log: - Added extra whitespace around error messages in expected output http://cvs

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/dir closedir_variation3.phpt rewinddir_variation3.phpt

2008-03-11 Thread Josie Messa
jmessa Tue Mar 11 10:00:26 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/dir rewinddir_variation3.phpt closedir_variation3.phpt Log: - Added extra whitespace around error messages in expected out

[PHP-CVS] cvs: php-src /main network.c

2008-03-11 Thread Antony Dovgal
tony2001Tue Mar 11 10:26:51 2008 UTC Modified files: /php-src/main network.c Log: fix segfault - error_string may be NULL, in this case we have to follow the old behavior http://cvs.php.net/viewvc.cgi/php-src/main/network.c?r1=1.132&r2=1.133&di

[PHP-CVS] cvs: php-src(PHP_5_3) /main network.c

2008-03-11 Thread Antony Dovgal
tony2001Tue Mar 11 10:27:10 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main network.c Log: MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior http://cvs.php.net/viewvc.cgi/php-src/main/network.

[PHP-CVS] cvs: php-src(PHP_5_2) /main network.c

2008-03-11 Thread Antony Dovgal
tony2001Tue Mar 11 10:27:23 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/main network.c Log: MFH: fix segfault - error_string may be NULL, in this case we have to follow the old behavior http://cvs.php.net/viewvc.cgi/php-src/main/network.

Re: [PHP-CVS] cvs: php-src /main network.c

2008-03-11 Thread Andrey Hristov
Antony Dovgal wrote: > tony2001 Tue Mar 11 10:26:51 2008 UTC > > Modified files: > /php-src/main network.c > Log: > fix segfault - error_string may be NULL, in this case we have to follow the > old behavior > > Opps, *shame* :) -- PHP CVS Mailing

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Ilia Alshanetsky
Dmitry, Do we need this in 5.2? On 11-Mar-08, at 5:36 AM, Dmitry Stogov wrote: dmitry Tue Mar 11 09:36:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/session session.c Log: Fixed memory corruption because of double free() http://cvs.php.net/viewvc.cg

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Stanislav Malyshev
Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http://www.zend.com/ (408)253-8829 MSN: [EMAIL PROTECTED] -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Gwynne Raskind
On Mar 11, 2008, at 3:50 PM, Stanislav Malyshev wrote: Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. Nope; this commit fixed a bug with my patch to 5.3/HEAD. It wasn't backported to 5.2 in the first place. -- Gwynne, Daughter of the Code "This whole world is an asy

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /ext/session session.c

2008-03-11 Thread Stanislav Malyshev
Dmitry, Do we need this in 5.2? I think we do, looks low-risk to me. Nope; this commit fixed a bug with my patch to 5.3/HEAD. It wasn't backported to 5.2 in the first place. Ah, my bad, I thought it was in 5.2 too :) -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http:/

[PHP-CVS] cvs: php-src(PHP_5_3) /sapi/apache2filter config.m4 /sapi/apache2handler config.m4

2008-03-11 Thread Lars Strojny
lstrojnyTue Mar 11 22:47:40 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/sapi/apache2filter config.m4 /php-src/sapi/apache2handlerconfig.m4 Log: Adding itk again to non-threaded MPMs. Sorry for the confusion http://cvs.php.net/viewv

[PHP-CVS] cvs: php-src /sapi/apache2handler config.m4

2008-03-11 Thread Lars Strojny
lstrojnyTue Mar 11 22:50:41 2008 UTC Modified files: /php-src/sapi/apache2handlerconfig.m4 Log: Adding itk again to non-threaded MPMs. Sorry for the confusion http://cvs.php.net/viewvc.cgi/php-src/sapi/apache2handler/config.m4?r1=1.20&r2=1.21&

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard url_scanner_ex.c /ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt

2008-03-11 Thread Felipe Pena
felipe Wed Mar 12 02:40:57 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt Modified files: /php-srcNEWS /

[PHP-CVS] cvs: php-src /ext/standard url_scanner_ex.c /ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt

2008-03-11 Thread Felipe Pena
felipe Wed Mar 12 02:45:15 2008 UTC Modified files: /php-src/ext/standard url_scanner_ex.c /php-src/ext/standard/tests/general_functions bug44394.phpt bug44394_2.phpt Log: MFB: Fixed bug #44