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

2008-02-02 Thread changelog
changelog Sun Feb 3 01:31:23 2008 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2946r2=1.2947diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2946

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2008-02-02 Thread changelog
changelog Sun Feb 3 01:31:25 2008 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1231r2=1.1232diff_format=u Index: ZendEngine2/ChangeLog diff -u

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

2008-02-02 Thread Rasmus Lerdorf
rasmus Sat Feb 2 09:53:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug43505.phpt Log: Countable requires SPL http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug43505.phpt?r1=1.1.4.2r2=1.1.4.3diff_format=u

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

2008-02-02 Thread Dmitry Stogov
I talk about PHP_5_2 (I thought it was clear from the email subject). PHP_5_3 works fine on the same system. Thanks. Dmitry. Ilia Alshanetsky wrote: Ok, i'll take a peak at the code, I am really surprised certain tests pass here and fail for you... Are you testing on a 32bit platform in 5.3

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:11:13 2008 UTC Modified files: /php-src/ext/standard type.c Log: - Fix flag handling (MFB) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/type.c?r1=1.53r2=1.54diff_format=u Index: php-src/ext/standard/type.c diff -u

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

2008-02-02 Thread Antony Dovgal
On 02.02.2008 13:49, Dmitry Stogov wrote: I talk about PHP_5_2 (I thought it was clear from the email subject). PHP_5_3 works fine on the same system. These two tests fail for ages, AFAIK the reason is that GMP produces different results on different architectures. 5_2/ext/gmp/tests/021.phpt

[PHP-CVS] cvs: php-src /ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:33:21 2008 UTC Modified files: /php-src/ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt Log: - Fix tests

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 13:33:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array array_reverse_variation5.phpt array_unshift_variation5.phpt Log: - MFH Fix tests

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 14:03:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard type.c Log: - It appears HEAD needs to be MFB'ed and this needs another fix now

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 14:37:29 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/strings vsprintf_variation8.phpt Log: - Fix the expectations. Tests still fails because of something else.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/assert assert_variation.phpt /ext/standard/tests/general_functions 010.phpt bug40398.phpt is_callable.phpt

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 15:19:06 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/assert assert_variation.phpt /php-src/ext/standard/tests/general_functions 010.phpt bug40398.phpt

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

2008-02-02 Thread Derick Rethans
derick Sat Feb 2 17:25:40 2008 UTC Modified files: /php-src/ext/date php_date.c Log: - Make timezone_open() work again. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.163r2=1.164diff_format=u Index: php-src/ext/date/php_date.c diff -u

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

2008-02-02 Thread Derick Rethans
derick Sat Feb 2 17:25:54 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/date php_date.c Log: - MFH: Make timezone_open() work again.

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

2008-02-02 Thread Derick Rethans
derick Sat Feb 2 17:26:23 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/date php_date.c Log: - MFH: Make timezone_open() work again. http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.54r2=1.43.2.45.2.55diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl/examples class_tree.php

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 21:02:08 2008 UTC Modified files: /php-src/ext/spl/examples class_tree.php Log: - Show interfaces http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/class_tree.php?r1=1.7r2=1.8diff_format=u Index: php-src/ext/spl/examples/class_tree.php

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/examples class_tree.php

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 21:02:25 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/examples class_tree.php Log: - MFH Show interfaces http://cvs.php.net/viewvc.cgi/php-src/ext/spl/examples/class_tree.php?r1=1.1.2.5r2=1.1.2.5.4.1diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c spl_directory.h

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 22:53:05 2008 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: - MFB glob handling - Add GlobIterator and FilesystemIterator # Commit to 5.3 for more

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 22:56:25 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Add new classes http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.122r2=1.123diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:02:16 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix error handling http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.123r2=1.124diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/spl php_spl.c spl_directory.c spl_directory.h

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:09:38 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/ext/splphp_spl.c spl_directory.c spl_directory.h Log: - MFH Synch directory changes [DOC] # Class FilesystemIterator was introduced to have a better

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

2008-02-02 Thread Marcus Boerger
helly Sat Feb 2 23:25:43 2008 UTC Modified files: /php-src/main output.c Log: - Fix build http://cvs.php.net/viewvc.cgi/php-src/main/output.c?r1=1.208r2=1.209diff_format=u Index: php-src/main/output.c diff -u php-src/main/output.c:1.208

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard/tests/math bindec_basic.phpt bindec_basic_64bit.phpt

2008-02-02 Thread Antony Dovgal
tony2001Sat Feb 2 23:44:40 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/mathbindec_basic_64bit.phpt Modified files: /php-src/ext/standard/tests/mathbindec_basic.phpt Log: fix test, add 64bit version