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

2006-05-20 Thread changelog
changelog Sun May 21 05:31:48 2006 UTC Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2351r2=1.2352diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2351

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

2006-05-20 Thread changelog
changelog Sun May 21 05:31:53 2006 UTC Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.917r2=1.918diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.917

[PHP-CVS] cvs: php-src /tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 11:34:58 2006 UTC Added files: /php-src/tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt Log: - Add new tests

[PHP-CVS] cvs: php-src(PHP_5_2) /tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 11:35:38 2006 UTC Added files: (Branch: PHP_5_2) /php-src/tests/classes abstract_by_interface_001.phpt abstract_by_interface_002.phpt Log: - MFH Add new tests

[PHP-CVS] cvs: php-src / .gdbinit

2006-05-20 Thread Marcus Boerger
helly Sat May 20 12:44:46 2006 UTC Modified files: /php-src.gdbinit Log: - In printzv show private/protected visibility and class in case of private http://cvs.php.net/viewcvs.cgi/php-src/.gdbinit?r1=1.17r2=1.18diff_format=u Index: php-src/.gdbinit

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

2006-05-20 Thread Antony Dovgal
Hello Marcus. What I did is basically backported this fix by Jani: http://cvs.php.net/viewcvs.cgi/php-src/ext/wddx/wddx.c?r1=1.119.2.1r2=1.119.2.2 If you feel it's wrong - please fix it, though it works fine for me. On 20.05.2006 02:35, Marcus Boerger wrote: Hello Antony, see inplace

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_041.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 13:23:00 2006 UTC Added files: /php-src/ext/spl/tests iterator_041.phpt Modified files: /php-src/ext/splspl_iterators.c spl_iterators.h Log: - Provide a generic c-level iterator apply function - Base

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

2006-05-20 Thread Antony Dovgal
tony2001Sat May 20 13:46:41 2006 UTC Modified files: /php-src/ext/oci8 oci8_lob.c Log: attempt to fix OCILobRead2() related problems http://cvs.php.net/viewcvs.cgi/php-src/ext/oci8/oci8_lob.c?r1=1.12r2=1.13diff_format=u Index:

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

2006-05-20 Thread Antony Dovgal
tony2001Sat May 20 13:46:59 2006 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/oci8 oci8_lob.c Log: MFH: attempt to fix OCILobRead2() related problems

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 18:48:43 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - No need to keep object alive, iterator api is taking care of that already

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 19:01:22 2006 UTC Modified files: /php-src/ext/spl/tests iterator_041.phpt Log: - Update test http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/tests/iterator_041.phpt?r1=1.1r2=1.2diff_format=u Index: php-src/ext/spl/tests/iterator_041.phpt

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 19:47:18 2006 UTC Modified files: /php-src/ext/splspl_array.c Log: - Micro optimization http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_array.c?r1=1.110r2=1.111diff_format=u Index: php-src/ext/spl/spl_array.c diff -u

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_041.phpt iterator_041a.phpt iterator_041b.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 20:38:28 2006 UTC Added files: /php-src/ext/spl/tests iterator_041a.phpt iterator_041b.phpt Modified files: /php-src/ext/spl/tests iterator_041.phpt Log: - Split up the test in different problem categories

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

2006-05-20 Thread Marcus Boerger
helly Sat May 20 20:46:11 2006 UTC Modified files: /php-src/ext/splspl_iterators.c Log: - No need to fetch ce twice http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/spl_iterators.c?r1=1.130r2=1.131diff_format=u Index: php-src/ext/spl/spl_iterators.c diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/spl spl_iterators.c spl_iterators.h /ext/spl/tests iterator_041.phpt iterator_041a.phpt iterator_041b.phpt

2006-05-20 Thread Marcus Boerger
helly Sat May 20 21:01:42 2006 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests iterator_041.phpt iterator_041a.phpt iterator_041b.phpt Modified files: /php-src/ext/splspl_iterators.c