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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:21 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFB: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.53&r2=1.308.2.21.2.37.2.54&d

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 16:45:30 2009 UTC Modified files: /php-src/ext/standard array.c Log: MFB: Fix #48224 (Remove incorrect shuffle) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.475&r2=1.476&diff_format=u Index: php-src/ext/standard/array.

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:11:36 2009 UTC Added files: (Branch: PHP_5_2) /php-src/ext/standard/tests/array bug48224.phpt Log: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?view=markup&rev=1.1 Index: php-src/ext/

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:12:56 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/array bug48224.phpt Log: MFB: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?view=markup&rev=1.1 Index: php-src

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

2009-05-10 Thread Etienne Kneuss
colder Sun May 10 20:13:08 2009 UTC Modified files: /php-src/ext/standard/tests/array bug48224.phpt Log: MFB: Add test for #48224 http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/array/bug48224.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/stand

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

2009-05-10 Thread Etienne Kneuss
2009/5/10 Johannes Schlüter : > On Sun, 2009-05-10 at 16:45 +0000, Etienne Kneuss wrote: >> colder                Sun May 10 16:45:21 2009 UTC >> >>   Modified files:              (Branch: PHP_5_3) >>     /php-src/ext/standard     array.c >>   Log: >>   MF

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-24 Thread Etienne Kneuss
>  on a timeout which will clean up any hanging locks and/or memory left >  hanging after the longjmp. > > > -- > PHP CVS Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > -- Etienne Kneuss http://www.colder.ch Men never do evil so complet

Re: [PHP-CVS] cvs: php-src(PHP_5_3) /main SAPI.c SAPI.h main.c php_globals.h /sapi/apache mod_php5.c ZendEngine2 zend_execute.h zend_execute_API.c

2009-05-26 Thread Etienne Kneuss
Hello, if I get no objections by the end of the week I'll simply commit that patch + test, so 5.3 can move forward. Regards, On Sun, May 24, 2009 at 1:53 PM, Etienne Kneuss wrote: > Hello, > > this patch introduced a bug in 5_3/HEAD, the timeout is no longer > checked in the

[PHP-CVS] cvs: php-src /tests/lang 045.phpt

2009-05-31 Thread Etienne Kneuss
colder Sun May 31 21:32:20 2009 UTC Added files: /php-src/tests/lang 045.phpt Log: Add test for the timeout inside shutdown function http://cvs.php.net/viewvc.cgi/php-src/tests/lang/045.phpt?view=markup&rev=1.1 Index: php-src/tests/lang/045.phpt +++ php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /tests/lang 045.phpt

2009-05-31 Thread Etienne Kneuss
colder Sun May 31 21:32:42 2009 UTC Added files: (Branch: PHP_5_3) /php-src/tests/lang 045.phpt Log: MFH: Add test for the timeout inside shutdown function http://cvs.php.net/viewvc.cgi/php-src/tests/lang/045.phpt?view=markup&rev=1.1 Index: php-src/tests/lan

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

2009-06-04 Thread Etienne Kneuss
colder Thu Jun 4 14:46:08 2009 UTC Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: Include other flags as well http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.182&r2=1.183&diff_format=u Index: php-src/ext/spl/spl_dir

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

2009-06-04 Thread Etienne Kneuss
colder Thu Jun 4 14:46:26 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c spl_directory.h Log: MFH: Include other flags as well http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.23.2.42&r2=1.45.2.27.2.23

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_dllist.c trunk/ext/spl/spl_dllist.c

2009-08-02 Thread Etienne Kneuss
colder Sun, 02 Aug 2009 21:21:46 + Revision: http://svn.php.net/viewvc?view=revision&revision=286701 Log: Addref on clone as well Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_dllist.c U php/php-src/trunk/ext/spl/spl_dllist.c Modifie

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/Zend/tests/closure_034.phpt branches/PHP_5_3/Zend/zend_closures.c trunk/Zend/tests/closure_034.phpt trunk/Zend/zend_closures.c

2009-08-10 Thread Etienne Kneuss
colder Mon, 10 Aug 2009 15:18:13 + Revision: http://svn.php.net/viewvc?view=revision&revision=287043 Log: Fix endless recursion of var_dump() over self-referencing closures Changed paths: A php/php-src/branches/PHP_5_3/Zend/tests/closure_034.phpt U

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/ext/spl/spl_array.c branches/PHP_5_3/ext/spl/spl_dllist.c branches/PHP_5_3/ext/spl/spl_heap.c branches/PHP_5_3/ext/spl/spl_observer.c branches/PHP_5_3/ext

2009-08-13 Thread Etienne Kneuss
colder Thu, 13 Aug 2009 22:07:05 + Revision: http://svn.php.net/viewvc?view=revision&revision=287266 Log: Fix several recursion problems when var_dump'ing self-referencing objects Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/spl_array.c U

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 09:25:30 2008 UTC Modified files: /php-src/ext/splspl_heap.c Log: Fix #44288 (Move declarations) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/spl/spl_heap.c diff -u php-src/ext/spl

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 09:26:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_heap.c Log: MFH: Fix #44288 (Move declarations) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.1.2.3&r2=1.1.2.4&diff_format=u Index: php-src/ext/spl/spl_

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 09:42:24 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: Heaps addition http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.119&r2=1.2027.2.547.2.965.2.120&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 13:45:19 2008 UTC Modified files: /php-src/ext/spl/tests heap_008.phpt pqueue_004.phpt Log: Fix tests in non-unicode mode http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/heap_008.phpt?r1=1.2&r2=1.3&diff_format=u Index: php-src/ext/spl

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

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 13:48:09 2008 UTC Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests bug40091.phpt Log: Fix #44144 (object methods as spl autoload functions returned correctly) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c /ext/spl/tests bug40091.phpt

2008-02-29 Thread Etienne Kneuss
colder Fri Feb 29 13:55:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splphp_spl.c /php-src/ext/spl/tests bug40091.phpt Log: MFH: Fix #44144 (object methods as spl autoload functions returned correctly) http://cvs.php.net/viewvc.cgi/ph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/general_functions bug44295.phpt /main main.c php.h php_globals.h

2008-03-08 Thread Etienne Kneuss
colder Sat Mar 8 22:12:32 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/general_functions bug44295.phpt Modified files: /php-src/main main.c php.h php_globals.h Log: MFH: User error handlers no longer catc

[PHP-CVS] cvs: php-src /ext/standard/tests/general_functions bug44295.phpt /main main.c php.h php_globals.h

2008-03-08 Thread Etienne Kneuss
colder Sat Mar 8 22:17:32 2008 UTC Modified files: /php-src/ext/standard/tests/general_functions bug44295.phpt /php-src/main main.c php.h php_globals.h Log: User error handlers no longer catch supressed errors http://cvs.php.net/viewvc.cgi/php

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

2008-03-12 Thread Etienne Kneuss
colder Wed Mar 12 13:24:24 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/spl/tests bug41828.phpt Modified files: /php-src/ext/splspl_iterators.c Log: Fix bug #41828 (Fix crash on wrong instantiation) http://cvs.php.net/vi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_iterators.c /ext/spl/tests bug41828.phpt

2008-03-12 Thread Etienne Kneuss
colder Wed Mar 12 13:34:47 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug41828.phpt Modified files: /php-src/ext/splspl_iterators.c Log: Fix bug #41828 (Fix crash on wrong instantiation) http://cvs.php.net/vi

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

2008-03-12 Thread Etienne Kneuss
colder Wed Mar 12 13:35:04 2008 UTC Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/tests bug41828.phpt Log: Fix bug #41828 (Fix crash on wrong instantiation) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_iterators.c?r1=1.168&

[PHP-CVS] cvs: php-src /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt forward_static_call_003.phpt

2008-04-07 Thread Etienne Kneuss
colder Mon Apr 7 10:39:43 2008 UTC Added files: /php-src/ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/standard basic_functions.c basic_functions.h /ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt forward_static_cal

2008-04-07 Thread Etienne Kneuss
colder Mon Apr 7 10:44:59 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard/tests/class_object forward_static_call_001.phpt forward_static_call_002.phpt

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

2008-04-09 Thread Etienne Kneuss
colder Wed Apr 9 19:00:48 2008 UTC Modified files: /php-src/ext/splspl_directory.c Log: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.150&r2=1.151&diff_format=u

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

2008-04-09 Thread Etienne Kneuss
colder Wed Apr 9 19:01:13 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c Log: MFH: Fix #44511 (Ensure no exception was already thrown by php_stream_opendir) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.

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

2008-04-14 Thread Etienne Kneuss
colder Mon Apr 14 16:49:30 2008 UTC Modified files: /php-src/ext/standard dns.c Log: Fix dns_check_proto (related to #44723) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.91&r2=1.92&diff_format=u Index: php-src/ext/standard/dns.c diff -u p

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

2008-04-14 Thread Etienne Kneuss
colder Mon Apr 14 16:50:11 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns.c Log: MFH: Fix dns_check_proto (related to #44723) http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns.c?r1=1.70.2.7.2.5.2.4&r2=1.70.2.7.2.5.2.5&diff_format

[PHP-CVS] cvs: php-src /ext/simplexml simplexml.c /ext/simplexml/tests 035.phpt

2008-05-03 Thread Etienne Kneuss
colder Sat May 3 15:09:24 2008 UTC Added files: /php-src/ext/simplexml/tests035.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: Fix #44484 (define SimpleXMLElement::__toString()) http://cvs.php.net/viewvc.cgi/

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml simplexml.c /ext/simplexml/tests 035.phpt

2008-05-03 Thread Etienne Kneuss
colder Sat May 3 15:09:37 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/tests035.phpt Modified files: /php-src/ext/simplexml simplexml.c Log: MFH: Fix #44484 (define SimpleXMLElement::__toString()) http://c

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

2008-05-03 Thread Etienne Kneuss
colder Sat May 3 16:00:40 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_directory.c Log: MFB: Fix #44838 (static class reference restricting overwriting) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.45.2.27.2.26&r2=1.4

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

2008-05-03 Thread Etienne Kneuss
colder Sat May 3 16:01:00 2008 UTC Modified files: /php-src/ext/splspl_directory.c Log: MFB: Fix #44838 (static class reference restricting overwriting) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.151&r2=1.152&diff_format=u Index: ph

[PHP-CVS] cvs: php-src /ext/gd gd.c /ext/ldap ldap.c /ext/openssl openssl.c /ext/standard file.c streamsfuncs.c uniqid.c

2008-05-04 Thread Etienne Kneuss
colder Sun May 4 21:16:22 2008 UTC Modified files: /php-src/ext/gd gd.c /php-src/ext/ldap ldap.c /php-src/ext/opensslopenssl.c /php-src/ext/standard file.c streamsfuncs.c uniqid.c Log: Fix protos http://cvs.php.net/viewvc.cgi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd gd.c /ext/ldap ldap.c /ext/openssl openssl.c /ext/standard file.c streamsfuncs.c uniqid.c

2008-05-04 Thread Etienne Kneuss
colder Sun May 4 21:17:33 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd gd.c /php-src/ext/ldap ldap.c /php-src/ext/opensslopenssl.c /php-src/ext/standard file.c streamsfuncs.c uniqid.c Log: MFH: Fix protos http://c

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c /ext/ldap ldap.c /ext/openssl openssl.c /ext/standard file.c streamsfuncs.c uniqid.c

2008-05-04 Thread Etienne Kneuss
colder Sun May 4 21:19:18 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c /php-src/ext/ldap ldap.c /php-src/ext/opensslopenssl.c /php-src/ext/standard file.c streamsfuncs.c uniqid.c Log: MFH: Fix protos http://c

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

2008-05-06 Thread Etienne Kneuss
colder Tue May 6 22:59:59 2008 UTC Modified files: /php-src/ext/splspl_array.c Log: Add a flag that defines whether the objects should get iterated through or not http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.137&r2=1.138&diff_format=u Ind

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c /ext/spl/tests bug38618.phpt

2008-05-06 Thread Etienne Kneuss
colder Tue May 6 23:08:07 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_array.c /php-src/ext/spl/tests bug38618.phpt Log: Add consistency with the flag http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.13.2.

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

2008-05-08 Thread Etienne Kneuss
colder Thu May 8 12:03:18 2008 UTC Modified files: /php-src/ext/spl/tests bug38618.phpt Log: Sync spl tests with 5.3 http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug38618.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/spl/tests/bug38618.phpt d

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests array_023.phpt

2008-05-08 Thread Etienne Kneuss
colder Thu May 8 12:02:17 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests array_023.phpt Log: Sync spl tests with HEAD http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/array_023.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/ar

[PHP-CVS] cvs: php-src /ext/spl spl_heap.c /ext/spl/tests pqueue_001.phpt

2008-05-15 Thread Etienne Kneuss
colder Thu May 15 17:05:20 2008 UTC Modified files: /php-src/ext/splspl_heap.c /php-src/ext/spl/tests pqueue_001.phpt Log: Implement SplPriorityQueue::getExtractFlags() http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.3&r2=1.4&diff_fo

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

2008-05-15 Thread Etienne Kneuss
colder Thu May 15 17:22:03 2008 UTC Modified files: /php-src/ext/splspl_directory.c Log: Replace the iterator correctly after being cloned (related to #44964) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.152&r2=1.153&diff_format=u Inde

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

2008-05-16 Thread Etienne Kneuss
colder Fri May 16 13:22:02 2008 UTC Added files: /php-src/ext/spl/tests dit_004.phpt dit_005.phpt Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: Fix FilesystemIterator with ./.. http://cvs.php.net/viewvc.cg

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_directory.c spl_directory.h /ext/spl/tests dit_004.phpt dit_005.phpt

2008-05-18 Thread Etienne Kneuss
colder Sun May 18 12:17:43 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests dit_004.phpt dit_005.phpt Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: MFH: Fix filesystemiterator with ./.. + add cl

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_directory.c spl_directory.h /ext/spl/tests fileobject_004.phpt

2008-05-20 Thread Etienne Kneuss
colder Tue May 20 21:46:51 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fileobject_004.phpt Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: MFH: Fix path lookup when include_path is used ht

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

2008-05-20 Thread Etienne Kneuss
colder Tue May 20 21:46:14 2008 UTC Added files: /php-src/ext/spl/tests fileobject_004.phpt Modified files: /php-src/ext/splspl_directory.c spl_directory.h Log: Fix path lookup when include_path is used http://cvs.php.net/viewv

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 13:25:24 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt Log: Ad

[PHP-CVS] cvs: php-src /ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 13:40:33 2008 UTC Modified files: /php-src/ext/spl/tests regexIterator_flags_basic.phpt regexIterator_mode_basic.phpt regexIterator_setMode_error.phpt Log: Add tests from test

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

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 14:37:53 2008 UTC Modified files: /php-src/ext/splspl_heap.c Log: Also register the get_iterator handler for Max/Min Heap http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/spl/spl_heap.

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

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 14:38:04 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_heap.c Log: MFH: Also register the get_iterator handler for Max/Min Heap http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_heap.c?r1=1.1.2.4&r2=1.1.2.5&diff_format=u In

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

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 16:48:15 2008 UTC Added files: /php-src/ext/spl/tests heap_009.phpt fileobject_005.phpt Log: New tests from testfest http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/heap_009.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/he

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fileobject_005.phpt heap_009.phpt

2008-05-24 Thread Etienne Kneuss
colder Sat May 24 16:49:04 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests heap_009.phpt fileobject_005.phpt Log: New tests from testfest http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/heap_009.phpt?view=markup&rev=1.1 Index: php-src

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

2008-05-25 Thread Etienne Kneuss
colder Sun May 25 12:10:15 2008 UTC Modified files: /php-src/ext/spl/tests heap_009.phpt Log: remove the skipif http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/heap_009.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/spl/tests/heap_009.phpt diff -u

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests heap_009.phpt

2008-05-25 Thread Etienne Kneuss
colder Sun May 25 12:13:41 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/spl/tests heap_009.phpt Log: remove the skipif http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/heap_009.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u Index: php-src/ext/spl/te

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl php_spl.c /ext/spl/tests spl_autoload_010.phpt spl_autoload_011.phpt

2008-05-25 Thread Etienne Kneuss
colder Sun May 25 12:22:38 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests spl_autoload_010.phpt spl_autoload_011.phpt Modified files: /php-src/ext/splphp_spl.c Log: MFH: Add a prepend param to spl_autoload_register

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

2008-05-25 Thread Etienne Kneuss
colder Sun May 25 12:23:22 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: ws http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.130&r2=1.131&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.130 php-src/ex

[PHP-CVS] cvs: php-src /ext/spl php_spl.c /ext/spl/tests spl_autoload_010.phpt spl_autoload_011.phpt

2008-05-25 Thread Etienne Kneuss
colder Sun May 25 12:17:27 2008 UTC Added files: /php-src/ext/spl/tests spl_autoload_010.phpt spl_autoload_011.phpt Modified files: /php-src/ext/splphp_spl.c Log: Add a prepend param to spl_autoload_register http://cvs.php.net/

[PHP-CVS] cvs: php-src /ext/spl config.m4 config.w32 php_spl.c spl_dllist.c spl_engine.c spl_engine.h spl_fastarray.c spl_fastarray.h /ext/spl/tests fastarray_001.phpt fastarray_002.phpt fastarray_00

2008-06-06 Thread Etienne Kneuss
to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+ | Author: Antony Dovgal <[EMAIL PROTECTED]> | |

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl config.m4 config.w32 php_spl.c spl_dllist.c spl_engine.c spl_engine.h spl_fastarray.c spl_fastarray.h /ext/spl/tests fastarray_001.phpt fastarray_002.phpt fas

2008-06-06 Thread Etienne Kneuss
| | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +--+

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

2008-06-06 Thread Etienne Kneuss
colder Sat Jun 7 01:46:27 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: Fix segfault caused by get_current_data on an uninitialized element http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.1&r2=1.2&diff_format=u Index: php

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

2008-06-06 Thread Etienne Kneuss
colder Sat Jun 7 01:46:44 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_fastarray.c Log: MFH: Fix segfault caused by get_current_data on an uninitialized element http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.1.2.2&r2=1.

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

2008-06-09 Thread Etienne Kneuss
colder Mon Jun 9 17:29:09 2008 UTC Modified files: /php-src/ext/splspl_fastarray.c Log: add get_Debug_info + fix proto http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.5&r2=1.6&diff_format=u Index: php-src/ext/spl/spl_fastarray.c diff -u

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

2008-06-09 Thread Etienne Kneuss
colder Mon Jun 9 17:29:23 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_fastarray.c Log: add get_debug_info http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_fastarray.c?r1=1.1.2.6&r2=1.1.2.7&diff_format=u Index: php-src/ext/spl/spl_fastarr

[PHP-CVS] cvs: php-src /ext/spl/tests fileobject_checktype_basic.phpt fileobject_getbasename_basic.phpt fileobject_getcurrentline_basic.phpt fileobject_getfileinfo_basic.phpt fileobject_getmaxlinelen_

2008-06-12 Thread Etienne Kneuss
colder Thu Jun 12 20:46:00 2008 UTC Added files: /php-src/ext/spl/tests fileobject_checktype_basic.phpt fileobject_getbasename_basic.phpt fileobject_getcurrentline_basic.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fileobject_checktype_basic.phpt fileobject_getbasename_basic.phpt fileobject_getcurrentline_basic.phpt fileobject_getfileinfo_basic.phpt fileobject_getma

2008-06-12 Thread Etienne Kneuss
colder Thu Jun 12 20:46:12 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fileobject_checktype_basic.phpt fileobject_getbasename_basic.phpt fileobject_getcurrentline_basic.phpt

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

2008-06-12 Thread Etienne Kneuss
colder Thu Jun 12 20:51:25 2008 UTC Added files: /php-src/ext/spl/tests bug44615.phpt Log: Add tests from testfest http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug44615.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/bug44615.phpt +++ php-

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests bug44615.phpt

2008-06-12 Thread Etienne Kneuss
colder Thu Jun 12 20:52:34 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug44615.phpt Log: Add tests from testfest http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/bug44615.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/bug44

[PHP-CVS] cvs: php-src /ext/spl/tests iterator_056.phpt iterator_057.phpt iterator_058.phpt iterator_059.phpt iterator_060.phpt iterator_061.phpt iterator_062.phpt iterator_063.phpt iterator_064.phpt

2008-06-15 Thread Etienne Kneuss
colder Sun Jun 15 11:45:48 2008 UTC Added files: /php-src/ext/spl/tests iterator_056.phpt iterator_057.phpt iterator_058.phpt iterator_059.phpt iterator_060.phpt iterator_061.phpt

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests iterator_056.phpt iterator_057.phpt iterator_058.phpt iterator_059.phpt iterator_060.phpt iterator_061.phpt iterator_062.phpt iterator_063.phpt iterator_

2008-06-15 Thread Etienne Kneuss
colder Sun Jun 15 11:47:34 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests iterator_056.phpt iterator_057.phpt iterator_058.phpt iterator_059.phpt iterator_060.phpt iterator_061.php

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/spl/tests bug45216.phpt

2008-06-18 Thread Etienne Kneuss
colder Wed Jun 18 10:05:15 2008 UTC Added files: /php-src/ext/spl/tests bug45216.phpt Modified files: /php-src/ext/splspl_directory.c Log: Fix #45216 (Add a default size for fgetss) http://cvs.php.net/viewvc.cgi/php-src/ext/spl

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_directory.c /ext/spl/tests bug45216.phpt

2008-06-18 Thread Etienne Kneuss
colder Wed Jun 18 10:05:29 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests bug45216.phpt Modified files: /php-src/ext/splspl_directory.c Log: MFH: Fix #45216 (Add a default size for fgetss) http://cvs.php.net/view

[PHP-CVS] cvs: php-src /ext/spl config.m4 config.w32 php_spl.c spl_fastarray.c spl_fastarray.h spl_fixedarray.c spl_fixedarray.h /ext/spl/tests fastarray_001.phpt fastarray_002.phpt fastarray_003.php

2008-06-18 Thread Etienne Kneuss
eive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +-----

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl config.m4 config.w32 php_spl.c spl_fastarray.c spl_fastarray.h spl_fixedarray.c spl_fixedarray.h /ext/spl/tests fastarray_001.phpt fastarray_002.phpt fastarra

2008-06-18 Thread Etienne Kneuss
PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | | [EMAIL PROTECTED] so we can mail you a copy immediately. | +------+ | Author: Antony Dovgal <[EMAIL PROTECTED]> | |

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

2008-06-22 Thread Etienne Kneuss
colder Sun Jun 22 16:23:33 2008 UTC Added files: /php-src/ext/spl/tests fixedarray_017.phpt Modified files: /php-src/ext/spl/tests fixedarray_010.phpt Log: Add some tests to increase code coverage http://cvs.php.net/viewvc.cgi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fixedarray_010.phpt fixedarray_017.phpt

2008-06-22 Thread Etienne Kneuss
colder Sun Jun 22 16:25:02 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fixedarray_017.phpt Modified files: /php-src/ext/spl/tests fixedarray_010.phpt Log: MFH: Add some tests to increase code coverage http://

[PHP-CVS] cvs: php-src /ext/spl spl_array.c spl_dllist.c spl_fixedarray.c spl_heap.c /ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt sxe_004.phpt sxe_005.phpt

2008-07-06 Thread Etienne Kneuss
colder Sun Jul 6 23:45:38 2008 UTC Added files: /php-src/ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt Modified files: /php-src/ext/splspl_array.c spl_dllist.c spl_fixe

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_array.c spl_dllist.c spl_fixedarray.c spl_heap.c /ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt sxe_004.phpt sxe_005.phpt

2008-07-06 Thread Etienne Kneuss
colder Sun Jul 6 23:45:56 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests array_024.phpt dllist_008.phpt fixedarray_018.phpt heap_010.phpt Modified files: /php-src/ext/splspl_array.c spl_

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

2008-07-06 Thread Etienne Kneuss
colder Sun Jul 6 23:52:44 2008 UTC Added files: /php-src/ext/spl/tests fixedarray_016.phpt Log: Add missing test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fixedarray_016.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/fixedarray_016.ph

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fixedarray_016.phpt

2008-07-06 Thread Etienne Kneuss
colder Sun Jul 6 23:54:36 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fixedarray_016.phpt Log: MFH: Add missing test http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fixedarray_016.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/t

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

2008-07-06 Thread Etienne Kneuss
colder Mon Jul 7 00:02:22 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/splspl_array.c Log: Avoid a leak on return_value http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_array.c?r1=1.71.2.17.2.15&r2=1.71.2.17.2.16&diff_format=u Index: php-src/ext

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

2008-07-06 Thread Etienne Kneuss
colder Mon Jul 7 00:05:37 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/spl/tests .htaccess Log: Remove .htaccess file(??) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

2008-07-06 Thread Etienne Kneuss
colder Mon Jul 7 00:06:05 2008 UTC Removed files: /php-src/ext/spl/tests .htaccess Log: Remove .htaccess file(??) -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php-src / EXTENSIONS

2008-07-06 Thread Etienne Kneuss
Boerger <[EMAIL PROTECTED]>, Etienne Kneus <[EMAIL PROTECTED]> +PRIMARY MAINTAINER: Marcus Boerger <[EMAIL PROTECTED]>, Etienne Kneuss <[EMAIL PROTECTED]> MAINTENANCE: Maintained STATUS: Working SINCE: 5.0.0 -- PHP CVS Maili

[PHP-CVS] cvs: php-src(PHP_5_3) / EXTENSIONS

2008-07-06 Thread Etienne Kneuss
4.0.2 --- EXTENSION: spl -PRIMARY MAINTAINER: Marcus Boerger <[EMAIL PROTECTED]>, Etienne Kneus <[EMAIL PROTECTED]> +PRIMARY MAINTAINER: Marcus Boerger <[EMAIL PROTECTED]>, Etienne Kneuss <[EMAIL PROTECTED]> MAINTENANCE: Maintained STA

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/spl/tests dit_001.phpt fileobject_003.phpt fileobject_004.phpt fileobject_getfileinfo_basic.phpt

2008-07-08 Thread Etienne Kneuss
colder Tue Jul 8 22:40:30 2008 UTC Modified files: /php-src/ext/splspl_directory.c /php-src/ext/spl/tests dit_001.phpt fileobject_003.phpt fileobject_004.phpt fileobject_getfileinfo_basic.

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl spl_directory.c /ext/spl/tests dit_001.phpt fileobject_003.phpt fileobject_getfileinfo_basic.phpt

2008-07-08 Thread Etienne Kneuss
colder Tue Jul 8 22:40:49 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/splspl_directory.c /php-src/ext/spl/tests dit_001.phpt fileobject_003.phpt fileobject_getfileinfo_basic.phpt Log: MFH: - Fix filename i

[PHP-CVS] cvs: php-src /ext/spl spl_directory.c /ext/spl/tests fileobject_003.phpt

2008-07-08 Thread Etienne Kneuss
colder Tue Jul 8 22:49:35 2008 UTC Modified files: /php-src/ext/splspl_directory.c /php-src/ext/spl/tests fileobject_003.phpt Log: Woopsy http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_directory.c?r1=1.158&r2=1.159&diff_format=u Index: php-src

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/phar/tests phar_oo_005.phpt refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip refcount1.phpt

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 08:39:42 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/phar/tests phar_oo_005.phpt refcount1.phpt /php-src/ext/phar/tests/tar refcount1.phpt /php-src/ext/phar/tests/zip refcount1.phpt Log: Fix filename/pathname/getpathinfo

[PHP-CVS] cvs: php-src /ext/phar/tests phar_oo_005.phpt refcount1.phpt /ext/phar/tests/tar refcount1.phpt /ext/phar/tests/zip refcount1.phpt

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 09:01:08 2008 UTC Modified files: /php-src/ext/phar/tests phar_oo_005.phpt refcount1.phpt /php-src/ext/phar/tests/tar refcount1.phpt /php-src/ext/phar/tests/zip refcount1.phpt Log: MFB: Fix filename/pathname/getpathinfo tests accord

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

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 10:07:46 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: add SplFileInfo::getPathInfo fix to NEWS http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.197&r2=1.2027.2.547.2.965.2.198&diff_format=u Index: php-src/N

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

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 20:34:37 2008 UTC Added files: /php-src/ext/spl/tests fixedarray_019.phpt Log: Test extended iterators methods http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fixedarray_019.phpt?view=markup&rev=1.1 Index: php-src/ext/spl/tests/fi

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/spl/tests fixedarray_019.phpt

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 20:35:04 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests fixedarray_019.phpt Log: MFH: Test extended iterators methods http://cvs.php.net/viewvc.cgi/php-src/ext/spl/tests/fixedarray_019.phpt?view=markup&rev=1.1 Index: ph

[PHP-CVS] cvs: php-src /ext/simplexml php_simplexml.h simplexml.c /ext/simplexml/tests 036.phpt

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:27:10 2008 UTC Added files: /php-src/ext/simplexml/tests036.phpt Modified files: /php-src/ext/simplexml php_simplexml.h simplexml.c Log: Move SXI::count to SXE::count and make it user-friendly http://cv

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/simplexml php_simplexml.h simplexml.c /ext/simplexml/tests 036.phpt /ext/spl spl_sxe.c

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:27:28 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/simplexml/tests036.phpt Modified files: /php-src/ext/splspl_sxe.c /php-src/ext/simplexml php_simplexml.h simplexml.c Log: MFH: Move SXI::c

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

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:29:39 2008 UTC Modified files: /php-src/ext/standard array.c Log: Fix resolution rule of count vs. handler http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.454&r2=1.455&diff_format=u Index: php-src/ext/standard/array.c

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

2008-07-09 Thread Etienne Kneuss
colder Wed Jul 9 21:29:53 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard array.c Log: MFH: Fix resolution rule of count vs. handler http://cvs.php.net/viewvc.cgi/php-src/ext/standard/array.c?r1=1.308.2.21.2.37.2.34&r2=1.308.2.21.2.37.2.3

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

2008-07-10 Thread Etienne Kneuss
colder Thu Jul 10 13:16:01 2008 UTC Modified files: /php-src/ext/splspl_sxe.c Log: Forgot to remove the count method here http://cvs.php.net/viewvc.cgi/php-src/ext/spl/spl_sxe.c?r1=1.22&r2=1.23&diff_format=u Index: php-src/ext/spl/spl_sxe.c diff -u php-src/

<    1   2   3   >