[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2007-01-09 Thread changelog
changelog Wed Jan 10 01:31:04 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2567r2=1.2568diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2567

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

2007-01-09 Thread Antony Dovgal
tony2001Tue Jan 9 11:37:05 2007 UTC Modified files: /php-src/ext/exif exif.c Log: zerofill info_data and fix possible segfault partly fixes #40073 http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.189r2=1.190diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-01-09 Thread Antony Dovgal
tony2001Tue Jan 9 11:37:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/exif exif.c Log: MFH: zerofill info_data and fix possible segfault partly fixes #40073

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/exif exif.c

2007-01-09 Thread Antony Dovgal
tony2001Tue Jan 9 11:38:04 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/exif exif.c Log: MFH: zerofill info_data http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.118.2.37.2.6r2=1.118.2.37.2.7diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/wddx wddx.c

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 15:20:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/wddx wddx.c Log: Added key_length intialization for intergers http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.119.2.10.2.8r2=1.119.2.10.2.9diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/wddx wddx.c

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 15:21:08 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/wddx wddx.c Log: MFH: Added key_length intialization for intergers http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.96.2.6.2.9r2=1.96.2.6.2.10diff_format=u Index:

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

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 15:21:23 2007 UTC Modified files: /php-src/ext/wddx wddx.c Log: MFB: Added key_length intialization for intergers http://cvs.php.net/viewvc.cgi/php-src/ext/wddx/wddx.c?r1=1.141r2=1.142diff_format=u Index: php-src/ext/wddx/wddx.c diff

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

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 15:31:12 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: Prevent SESSION/GLOBALS overload via session decoding

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

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 15:31:36 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/sessionsession.c Log: MFH: Prevent SESSION/GLOBALS overload via session decoding

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard proc_open.c

2007-01-09 Thread Dmitry Stogov
dmitry Tue Jan 9 16:27:17 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard proc_open.c Log: Close open files in case of failure (Amit)

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

2007-01-09 Thread Dmitry Stogov
dmitry Tue Jan 9 16:27:32 2007 UTC Modified files: /php-src/ext/standard proc_open.c Log: Close open files in case of failure (Amit) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/proc_open.c?r1=1.50r2=1.51diff_format=u Index:

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

2007-01-09 Thread Marcus Boerger
helly Tue Jan 9 17:52:02 2007 UTC Modified files: /php-src/ext/exif exif.c Log: - Improve debugging and fix #40073 http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.190r2=1.191diff_format=u Index: php-src/ext/exif/exif.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2007-01-09 Thread Marcus Boerger
helly Tue Jan 9 17:55:29 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/exif exif.c Log: - MFH Fix for #40073 http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.173.2.5.2.9r2=1.173.2.5.2.10diff_format=u Index: php-src/ext/exif/exif.c diff

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-09 Thread Nuno Lopes
On Mon, 8 Jan 2007, Nuno Lopes wrote: nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 Is it really needed to clog the source code with those ifdefs? It's not like

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

2007-01-09 Thread Nuno Lopes
I think this one needs a test.. - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Tuesday, January 09, 2007 3:31 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/session session.c iliaa Tue Jan 9 15:31:12 2007 UTC Modified files:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-01-09 Thread Marcus Boerger
helly Tue Jan 9 18:35:32 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - BFN http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.481r2=1.2027.2.547.2.482diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.481

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_array.c /ext/spl/tests bug40036.phpt /main main.c php_main.h

2007-01-09 Thread Marcus Boerger
helly Tue Jan 9 18:38:38 2007 UTC Modified files: /php-src/ext/splphp_spl.c spl_array.c /php-src/ext/spl/tests bug40036.phpt /php-src/main main.c php_main.h Log: - MFH (Ilia's changes)

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

2007-01-09 Thread Ilia Alshanetsky
Feel free to add one ;-) On 9-Jan-07, at 1:13 PM, Nuno Lopes wrote: I think this one needs a test.. - Original Message - From: Ilia Alshanetsky [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Tuesday, January 09, 2007 3:31 PM Subject: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/session

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-01-09 Thread Marcus Boerger
helly Tue Jan 9 18:50:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - Ups wrong place http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.482r2=1.2027.2.547.2.483diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/curl interface.c

2007-01-09 Thread Sara Golemon
pollita Tue Jan 9 23:13:05 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/curl interface.c /php-srcNEWS Log: MFH: Add CURLOPT_TCP_NODELAY constant

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS configure.in /main safe_mode.c

2007-01-09 Thread Ilia Alshanetsky
iliaa Tue Jan 9 23:27:22 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcconfigure.in NEWS /php-src/main safe_mode.c Log: Fixed bug #40079 (php_get_current_user() not thread safe). # Original patch from wharmby at uk dot ibm dot com

Re: [PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c php_gd.h

2007-01-09 Thread Pierre
On 1/9/07, Nuno Lopes [EMAIL PROTECTED] wrote: On Mon, 8 Jan 2007, Nuno Lopes wrote: nlopess Mon Jan 8 22:52:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c php_gd.h Log: avoid calling MSHUTDOWN when built without libt1 Is it really needed to

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

2007-01-09 Thread Dmitry Stogov
dmitry Wed Jan 10 07:04:49 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/sessionsession.c Log: Fixed SIGSEGV http://cvs.php.net/viewvc.cgi/php-src/ext/session/session.c?r1=1.417.2.8.2.25r2=1.417.2.8.2.26diff_format=u Index: