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

2007-06-03 Thread changelog
changelog Mon Jun 4 01:31:13 2007 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2708r2=1.2709diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2708

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

2007-06-03 Thread Brian Shire
shire Sun Jun 3 09:11:52 2007 UTC Modified files: /php-src/ext/standard formatted_print.c Log: Change printf %u behavior so that it does not truncate numbers at 32-bits. (Reported by Aditya Agarwal.)

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

2007-06-03 Thread Ilia Alshanetsky
Brian, Can you please add a test case. Thanks, Ilia -- 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_2) /ext/standard formatted_print.c

2007-06-03 Thread Ilia Alshanetsky
Brian, This patch looks to have been broken a few *printf tests on 64 bit platforms, can you please review them to make sure the new behavior is indeed the correct one and adjust them if necessary. Thanks, Ilia -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main php_variables.c /tests/basic 027.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 16:19:14 2007 UTC Added files: (Branch: PHP_5_2) /php-src/tests/basic027.phpt Modified files: /php-srcNEWS /php-src/main php_variables.c Log: Improved fix for MOPB-02-2007

[PHP-CVS] cvs: php-src /main php_variables.c /tests/basic 027.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 16:19:55 2007 UTC Modified files: /php-src/tests/basic027.phpt /php-src/main php_variables.c Log: MFB: Improved fix for MOPB-02-2007 http://cvs.php.net/viewvc.cgi/php-src/tests/basic/027.phpt?r1=1.1r2=1.2diff_format=u

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /main php_variables.c /tests/basic 027.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 16:29:24 2007 UTC Added files: (Branch: PHP_4_4) /php-src/tests/basic027.phpt Modified files: /php-srcNEWS /php-src/main php_variables.c Log: MFB: Improved fix for MOPB-02-2007

[PHP-CVS] cvs: php-src /main php_variables.c /tests/basic 027.phpt

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 16:53:37 2007 UTC Modified files: /php-src/main php_variables.c /php-src/tests/basic027.phpt Log: - Improved the error message for exceeding max_input_nesting_level.

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/gd/libgd gd.h

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 17:43:13 2007 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h Log: - @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION GD_EXTRA_VERSION and GD_VERSION_STRING - fix #ifdef else

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

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 17:46:18 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.h Log: - MFH: @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION GD_EXTRA_VERSION

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

2007-06-03 Thread Brian Shire
Yeah will do I only tested 32-bit. :-( On Jun 3, 2007, at 9:17 AM, Ilia Alshanetsky wrote: Brian, This patch looks to have been broken a few *printf tests on 64 bit platforms, can you please review them to make sure the new behavior is indeed the correct one and adjust them if necessary.

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard string.c /ext/standard/tests/strings chunk_split.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 18:47:11 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chunk_split.phpt Log: Corrected fix for CVE-2007-2872

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/standard string.c /ext/standard/tests/strings chunk_split.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 18:49:45 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chunk_split.phpt Log: MFB: Corrected fix for CVE-2007-2872

[PHP-CVS] cvs: php-src /ext/standard string.c /ext/standard/tests/strings chunk_split.phpt

2007-06-03 Thread Ilia Alshanetsky
iliaa Sun Jun 3 18:53:51 2007 UTC Modified files: /php-src/ext/standard string.c /php-src/ext/standard/tests/strings chunk_split.phpt Log: MFB: Corrected fix for CVE-2007-2872

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

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 19:06:23 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: fix news http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.752r2=1.2027.2.547.2.753diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.752

Re: [PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/zip php_zip.c /ext/zip/tests bug11216.phpt

2007-06-03 Thread Hannes Magnusson
On 6/3/07, Pierre-Alain Joye [EMAIL PROTECTED] wrote: - if (zip_add_dir(intern, (const char *)s) == -1) { - RETURN_FALSE; + if (zip_add_dir(intern, (const char *)s) == -1) { + RETVAL_FALSE; + } + RETVAL_TRUE; I

[PHP-CVS] cvs: php-src /ext/zip php_zip.c /ext/zip/tests bug11216.phpt

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 21:30:12 2007 UTC Modified files: /php-src/ext/zipphp_zip.c /php-src/ext/zip/tests bug11216.phpt Log: - MFB: PECL #11216, addEmptyDir crashes if the directory already exists

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

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 21:34:21 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/zipphp_zip.c Log: - fix logic (goto is a gift, I should use it :) http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.35r2=1.1.2.36diff_format=u Index:

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

2007-06-03 Thread Pierre-Alain Joye
pajoye Sun Jun 3 21:35:40 2007 UTC Modified files: /php-src/ext/zipphp_zip.c Log: - MFB: fix logic http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.45r2=1.46diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

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

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 21:54:28 2007 UTC Modified files: /php-src/sapi/isapi config.m4 Log: fix configure http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/config.m4?r1=1.18r2=1.19diff_format=u Index: php-src/sapi/isapi/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/isapi config.m4

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 21:54:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/isapi config.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/sapi/isapi/config.m4?r1=1.17.4.1r2=1.17.4.2diff_format=u Index: php-src/sapi/isapi/config.m4 diff -u

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

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 21:57:31 2007 UTC Modified files: /php-src/sapi/phttpdconfig.m4 Log: another missed ]) http://cvs.php.net/viewvc.cgi/php-src/sapi/phttpd/config.m4?r1=1.8r2=1.9diff_format=u Index: php-src/sapi/phttpd/config.m4 diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/phttpd config.m4

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 21:57:35 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/phttpdconfig.m4 Log: MFH http://cvs.php.net/viewvc.cgi/php-src/sapi/phttpd/config.m4?r1=1.7.22.1r2=1.7.22.2diff_format=u Index: php-src/sapi/phttpd/config.m4 diff -u

[PHP-CVS] cvs: php-src /sapi/cgi/tests 009.phpt

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 22:50:08 2007 UTC Modified files: /php-src/sapi/cgi/tests 009.phpt Log: add missing test http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/tests/009.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/sapi/cgi/tests/009.phpt diff -u /dev/null

[PHP-CVS] cvs: php-src(PHP_5_2) /sapi/cgi/tests 009.phpt

2007-06-03 Thread Jani Taskinen
sniper Sun Jun 3 22:50:19 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/sapi/cgi/tests 009.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/sapi/cgi/tests/009.phpt?r1=1.1.2.1r2=1.1.2.2diff_format=u Index: php-src/sapi/cgi/tests/009.phpt diff

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/basic 027.phpt

2007-06-03 Thread Hannes Magnusson
bjori Sun Jun 3 23:40:01 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/tests/basic027.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/tests/basic/027.phpt?r1=1.1.2.2r2=1.1.2.3diff_format=u Index: php-src/tests/basic/027.phpt diff -u

[PHP-CVS] cvs: php-src /tests/basic 027.phpt

2007-06-03 Thread Hannes Magnusson
bjori Mon Jun 4 00:11:12 2007 UTC Modified files: /php-src/tests/basic027.phpt Log: Fix the expected results # This test still fails though http://cvs.php.net/viewvc.cgi/php-src/tests/basic/027.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/array bug35014_64bit.phpt /ext/standard/tests/strings bug23894.phpt bug26973.phpt printf_64bit.phpt sprintf_f_2.phpt

2007-06-03 Thread Brian Shire
shire Mon Jun 4 01:23:07 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug35014_64bit.phpt /php-src/ext/standard/tests/strings bug23894.phpt bug26973.phpt printf_64bit.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/array bug35014_64bit.phpt /ext/standard/tests/strings bug23894.phpt bug26973.phpt printf_64bit.phpt sprintf_f_2.phpt

2007-06-03 Thread Brian Shire
shire Mon Jun 4 01:23:22 2007 UTC Modified files: /php-src/ext/standard/tests/array bug35014_64bit.phpt /php-src/ext/standard/tests/strings bug23894.phpt bug26973.phpt printf_64bit.phpt

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

2007-06-03 Thread Brian Shire
Yep, I think tests/strings/printf_64bit.phpt should actually cover this one though (once I commit the changes to fix these tests I broke). Let me know if you need any more specific tests though, basically printf(%u, -1) is now 18446744073709551615 rather than 4294967295 on 64-bit. On

[PHP-CVS] cvs: CVSROOT / avail

2007-06-03 Thread Philip Olson
philip Mon Jun 4 05:12:54 2007 UTC Modified files: /CVSROOTavail Log: New accounts for Gwynne Raskind and Alexander Songe, with phpdoc karma. Welcome! http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1275r2=1.1276diff_format=u Index: CVSROOT/avail diff