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

2009-06-13 Thread Greg Beaver
cellog Sat Jun 13 17:28:35 2009 UTC Added files: /php-src/ext/spl/tests spl_autoload_bug48541.phpt Modified files: /php-src/ext/splphp_spl.c Log: fix Bug #48541: spl_autoload_register only registers first closure, then leaks the

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

2009-06-08 Thread Scott MacVicar
scottmacTue Jun 9 01:57:58 2009 UTC Added files: /php-src/ext/spl/tests bug48493.phpt Modified files: /php-src/ext/splphp_spl.c Log: Fix bug #48493 - spl_autoload_register can leave the HT in an inconsistent way. Need

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

2009-05-02 Thread Kalle Sommer Nielsen
kalle Sat May 2 06:27:08 2009 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fix typo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.155r2=1.156diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.155

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

2009-04-25 Thread Arnaud Le Blanc
lbarnaudSat Apr 25 21:05:00 2009 UTC Modified files: /php-src/ext/splphp_spl.c Log: MFB5.3 (Fixed bug #38325 (spl_autoload_register() gaves wrong line for class not found))

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

2009-04-25 Thread Arnaud Le Blanc
lbarnaudSat Apr 25 21:54:40 2009 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fix memleak http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.154r2=1.155diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2009-04-20 Thread Etienne Kneuss
colder Mon Apr 20 14:18:46 2009 UTC Added files: /php-src/ext/spl/tests bug48023.phpt Modified files: /php-src/ext/splphp_spl.c Log: Fix #48023 (spl_autoload_register didn't store closures)

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

2009-01-26 Thread Etienne Kneuss
colder Mon Jan 26 11:37:50 2009 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h Log: Improve spl_object_hash() http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.149r2=1.150diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2008-11-29 Thread Hannes Magnusson
bjori Sun Nov 30 00:12:11 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fixed proto http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.146r2=1.147diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.146

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

2008-11-29 Thread Hannes Magnusson
bjori Sun Nov 30 00:22:52 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: Fix arginfo http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.147r2=1.148diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.147

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

2008-08-23 Thread Felipe Pena
felipe Sun Aug 24 04:18:23 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Removed unused variable http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.140r2=1.141diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_iterators.c spl_iterators.h spl_observer.c spl_observer.h /ext/spl/examples multipleiterator.inc /ext/spl/internal multipleiterator.inc recursivetreeite

2008-07-22 Thread Marcus Boerger
helly Tue Jul 22 22:54:15 2008 UTC Added files: /php-src/ext/spl/internal multipleiterator.inc /php-src/ext/spl/tests multiple_iterator_001.phpt Removed files: /php-src/ext/spl/examples multipleiterator.inc Modified files:

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

2008-07-13 Thread Marcus Boerger
helly Sun Jul 13 21:38:58 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Use new helper http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.135r2=1.136diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2008-07-12 Thread Marcus Boerger
helly Sat Jul 12 14:58:07 2008 UTC Added files: /php-src/ext/spl/tests spl_autoload_012.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Allow multiple exceptions in spl's autoload

[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.130r2=1.131diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.130

[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

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

2008-04-29 Thread Dmitry Stogov
dmitry Tue Apr 29 09:18:54 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: Added missing lazy initialization http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.128r2=1.129diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

[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)

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

2008-02-04 Thread Marcus Boerger
helly Mon Feb 4 15:58:13 2008 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix message http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.124r2=1.125diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.124

[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 /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Marcus Boerger
helly Sun Jan 27 15:03:55 2008 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: - revert over constfying http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.121r2=1.122diff_format=u Index:

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Nuno Lopes
Subject: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c helly Sun Jan 27 15:03:55 2008 UTC Modified files: /php-src/ext/spl php_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: - revert over constfying http://cvs.php.net/viewvc.cgi/php-src/ext/spl

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Marcus Boerger
, January 27, 2008 3:03 PM Subject: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c helly Sun Jan 27 15:03:55 2008 UTC Modified files: /php-src/ext/spl php_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: - revert over constfying http

Re: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c

2008-01-27 Thread Nuno Lopes
first. Thanks, Nuno - Original Message - From: Marcus Boerger [EMAIL PROTECTED] To: php-cvs@lists.php.net Sent: Sunday, January 27, 2008 3:03 PM Subject: [PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/tidy php_tidy.h tidy.c helly Sun Jan 27 15:03:55 2008 UTC Modified

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

2008-01-25 Thread Nuno Lopes
nlopess Fri Jan 25 20:30:36 2008 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h /php-src/ext/tidy php_tidy.h tidy.c Log: MFB: const keywording http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.120r2=1.121diff_format=u Index:

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

2007-11-01 Thread Jani Taskinen
janiThu Nov 1 22:31:40 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: - CPP macros are supposed to start at column 1 (# at least) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.116r2=1.117diff_format=u Index:

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

2007-04-09 Thread Dmitry Stogov
dmitry Mon Apr 9 15:33:59 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: Usage of sizeof(void*) is not portable http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.113r2=1.114diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2007-04-09 Thread Marcus Boerger
Hello Dmitry, thanks for this fix best regards marcus Monday, April 9, 2007, 5:33:59 PM, you wrote: dmitry Mon Apr 9 15:33:59 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: Usage of sizeof(void*) is not portable

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

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 19:04:53 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix types http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.110r2=1.111diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.110

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

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 21:02:20 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix unicode issue (our string termination test checks both ending bytes instead of just one)

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

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 21:07:48 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix unicode issue in unregister according to register solution http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.112r2=1.113diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h spl_observer.c /ext/spl/tests observer_004.phpt observer_005.phpt

2007-01-19 Thread Marcus Boerger
helly Fri Jan 19 23:23:08 2007 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h spl_observer.c /php-src/ext/spl/tests observer_004.phpt observer_005.phpt Log: - Make use of get_debug_info handler in SplObjectStorage

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

2007-01-12 Thread Marcus Boerger
helly Fri Jan 12 22:28:06 2007 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.107r2=1.108diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.107

[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)

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

2006-12-21 Thread Marcus Boerger
helly Fri Dec 22 00:57:52 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix memory allocation/deallocation to match http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.104r2=1.105diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-12-20 Thread Marcus Boerger
helly Wed Dec 20 22:11:14 2006 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h Log: - More unicode http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.103r2=1.104diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-12-19 Thread Marcus Boerger
helly Tue Dec 19 22:31:00 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Make spl_autoload_call() unicode safe http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.101r2=1.102diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-12-19 Thread Marcus Boerger
helly Tue Dec 19 22:31:26 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Use new 'x' parameter parsing http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.102r2=1.103diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-11-04 Thread Marcus Boerger
helly Sat Nov 4 20:12:27 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Mark some funcs as unicode ready http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.97r2=1.98diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-11-04 Thread Marcus Boerger
helly Sat Nov 4 20:22:29 2006 UTC Modified files: /php-src/ext/splphp_spl.c php_spl.h Log: - Store length of autoload file exts http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.98r2=1.99diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-10-31 Thread Marcus Boerger
helly Tue Oct 31 23:18:00 2006 UTC Added files: /php-src/ext/spl/tests spl_autoload_009.phpt Modified files: /php-src/ext/splphp_spl.c php_spl.h Log: - Fixed Bug #39313 spl_autoload triggers Fatal error

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

2006-08-03 Thread Ilia Alshanetsky
iliaa Thu Aug 3 14:53:51 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: MFB: Fixed bug #38303 (spl_autoload_register() supress all errors silently). http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.95r2=1.96diff_format=u Index:

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

2006-07-09 Thread Marcus Boerger
helly Sun Jul 9 10:22:03 2006 UTC Added files: /php-src/ext/spl/tests spl_005.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Add spl_object_hash()

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

2006-05-25 Thread Marcus Boerger
helly Fri May 26 00:37:33 2006 UTC Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - Add function iterator_apply() http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.90r2=1.91diff_format=u Index:

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

2006-05-25 Thread Marcus Boerger
helly Fri May 26 00:49:02 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Fix type hint http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.91r2=1.92diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.91

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

2006-05-25 Thread Marcus Boerger
helly Fri May 26 01:40:57 2006 UTC Added files: /php-src/ext/spl/tests spl_004.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c Log: - Fix handling of third parameter to iterator_apply() - Add test

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

2006-05-10 Thread Marcus Boerger
helly Wed May 10 21:09:31 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - s/RegExIterator/RegexIterator/ http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.89r2=1.90diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-03-23 Thread Marcus Boerger
helly Thu Mar 23 12:55:58 2006 UTC Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_008.phpt Log: - Make spl_autoload_unregister() accept any callable like spl_autoload_register()

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

2006-03-23 Thread Marcus Boerger
helly Thu Mar 23 19:34:20 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Make spl_autoload_register() return bool http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.88r2=1.89diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-02-20 Thread Marcus Boerger
helly Mon Feb 20 22:23:27 2006 UTC Modified files: /php-src/ext/splphp_spl.c Log: - Add some arginfo http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.85r2=1.86diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2006-02-12 Thread Marcus Boerger
helly Sun Feb 12 16:43:30 2006 UTC Modified files: /php-src/ext/splphp_spl.c spl_array.c Log: - No more old parameter api usage http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.83r2=1.84diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-12-21 Thread Marcus Boerger
helly Wed Dec 21 20:12:44 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - MFB Need to store length (and type) of class name http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.80r2=1.81diff_format=u Index: php-src/ext/spl/php_spl.c

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

2005-12-18 Thread Zeev Suraski
zeevSun Dec 18 15:41:22 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: Prototype fixes (MFB) http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.78r2=1.79diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-12-18 Thread Zeev Suraski
zeevSun Dec 18 15:47:04 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: Prototype fix (MFB) http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.79r2=1.80diff_format=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-12-16 Thread Marcus Boerger
helly Sat Dec 17 00:09:06 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - MFB http://cvs.php.net/viewcvs.cgi/php-src/ext/spl/php_spl.c?r1=1.77r2=1.78diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.77

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

2005-12-05 Thread Jani Taskinen
sniper Mon Dec 5 21:00:09 2005 EDT Modified files: /php-src/ext/splphp_spl.c spl_functions.c spl_functions.h spl_iterators.c Log: - function_entry - zend_function_entry (php3 legacy!)

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

2005-11-20 Thread Johannes Schl
johannesSun Nov 20 10:21:24 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Fix SPL class listing for phpinfo in unicode mode http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.75r2=1.76ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-11-03 Thread Marcus Boerger
helly Thu Nov 3 16:28:30 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Add missing check http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.72r2=1.73ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.72

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

2005-11-03 Thread Marcus Boerger
helly Thu Nov 3 16:58:44 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Tray fixing #35088 http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.73r2=1.74ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.73

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

2005-11-03 Thread Marcus Boerger
helly Thu Nov 3 17:04:38 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Add missing check flag http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.74r2=1.75ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.74

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

2005-10-29 Thread Marcus Boerger
helly Sat Oct 29 11:10:56 2005 EDT Modified files: /php-src/ext/splspl_directory.c php_spl.c Log: - Add class SplTempFileObject http://cvs.php.net/diff.php/php-src/ext/spl/spl_directory.c?r1=1.52r2=1.53ty=u Index: php-src/ext/spl/spl_directory.c diff -u

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

2005-10-26 Thread Antony Dovgal
tony2001Wed Oct 26 18:46:53 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: make compilers happy http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.70r2=1.71ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-10-25 Thread Marcus Boerger
helly Tue Oct 25 15:38:58 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - zend_is_callable_ex() was changed http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.69r2=1.70ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-10-10 Thread Marcus Boerger
helly Mon Oct 10 17:45:13 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Register new class http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.67r2=1.68ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.67

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

2005-10-10 Thread Marcus Boerger
helly Mon Oct 10 19:58:42 2005 EDT Added files: /php-src/ext/spl/tests iterator_029.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - Add (Recursive)RegExIterator

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

2005-09-26 Thread Marcus Boerger
helly Mon Sep 26 13:54:59 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Reset global pointer to NULL after mem free (required for apache 1.3) http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.66r2=1.67ty=u Index:

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

2005-09-25 Thread Marcus Boerger
helly Sun Sep 25 14:06:08 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Make code more readable, fix issue with parameter parsing introduced with unicode update http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.65r2=1.66ty=u

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_iterators.c spl_iterators.h /ext/spl/examples directorygraphiterator.inc directorytreeiterator.inc /ext/spl/internal cachingrecursiveiterator.in

2005-09-18 Thread Marcus Boerger
helly Sun Sep 18 12:51:24 2005 EDT Added files: /php-src/ext/spl/internal recursivecachingiterator.inc Removed files: /php-src/ext/spl/internal cachingrecursiveiterator.inc Modified files: /php-src/ext/spl

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_directory.c spl_directory.h /ext/spl/internal fileobject.inc splfileobject.inc /ext/spl/tests fileobject_001.phpt fileobject_002.phpt

2005-09-15 Thread Marcus Boerger
helly Thu Sep 15 10:07:39 2005 EDT Added files: /php-src/ext/spl/internal splfileobject.inc Removed files: /php-src/ext/spl/internal fileobject.inc Modified files: /php-src/ext/splphp_spl.c spl.php

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_observer.c spl_observer.h /ext/spl/examples directorygraphiterator.inc directorytreei

2005-09-14 Thread Marcus Boerger
helly Wed Sep 14 23:31:38 2005 EDT Modified files: /php-src/ext/splphp_spl.c spl.php spl_array.c spl_directory.c spl_functions.h spl_iterators.c spl_observer.c spl_observer.h /php-src/ext/spl/examples

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

2005-08-24 Thread Johannes Schl
johannesWed Aug 24 06:16:48 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Fix alphabetic order and add missing class http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.60r2=1.61ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-08-22 Thread Dmitry Stogov
dmitry Mon Aug 22 09:32:47 2005 EDT Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_002.phpt spl_autoload_004.phpt Log: Unicode support http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.59r2=1.60ty=u

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_functions.c spl_functions.h spl_iterators.c /ext/spl/tests spl_003.phpt /ext/standard array.c

2005-08-15 Thread Dmitry Stogov
dmitry Mon Aug 15 13:29:09 2005 EDT Modified files: /php-src/ext/splphp_spl.c spl_functions.c spl_functions.h spl_iterators.c /php-src/ext/spl/tests spl_003.phpt /php-src/ext/standard array.c Log: Unicode support

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

2005-08-10 Thread Marcus Boerger
helly Wed Aug 10 04:31:57 2005 EDT Added files: /php-src/ext/spl/tests spl_autoload_004.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Support sttaic class loader methods

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

2005-08-10 Thread Marcus Boerger
helly Wed Aug 10 18:01:16 2005 EDT Modified files: /php-src/ext/splphp_spl.c spl_iterators.h spl_observer.h Log: - Register new classes with spl_classes() http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.54r2=1.55ty=u Index:

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

2005-08-02 Thread Zeev Suraski
At 05:20 02/08/2005, Marcus Boerger wrote: helly Mon Aug 1 22:20:04 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Need to expose this one too http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.50r2=1.51ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-08-02 Thread Marcus Boerger
Hello Zeev, Tuesday, August 2, 2005, 10:20:59 AM, you wrote: At 05:20 02/08/2005, Marcus Boerger wrote: helly Mon Aug 1 22:20:04 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Need to expose this one too

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

2005-08-01 Thread Marcus Boerger
helly Mon Aug 1 22:20:04 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Need to expose this one too http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.50r2=1.51ty=u Index: php-src/ext/spl/php_spl.c diff -u

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

2005-07-28 Thread Marcus Boerger
helly Thu Jul 28 16:59:45 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Allow static loader functions (but only for 5.1.1 as discussed with Andi) http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.49r2=1.50ty=u Index:

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

2005-06-17 Thread Jani Taskinen
sniper Fri Jun 17 12:42:54 2005 EDT Modified files: /php-src/ext/splphp_spl.c /php-src/ext/sqlite sqlite.c /php-src/ext/xmlreader php_xmlreader.c Log: Use the new dependency system

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl.php spl_directory.c spl_directory.h /ext/spl/internal file.inc fileobject.inc

2005-04-14 Thread Marcus Boerger
helly Thu Apr 14 17:02:09 2005 EDT Added files: /php-src/ext/spl/internal fileobject.inc Removed files: /php-src/ext/spl/internal file.inc Modified files: /php-src/ext/splphp_spl.c spl.php spl_directory.c

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

2005-04-13 Thread Andi Gutmans
I think both of those names are OK. I doubt they will clash with existing scripts. Took me sometime to respond as I'm travelling and haven't had time to answer all my mails. At 08:25 PM 4/11/2005 +0200, Marcus Boerger wrote: Hello Andi, Monday, April 11, 2005, 12:35:34 AM, you wrote: Hi,

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

2005-04-11 Thread Andi Gutmans
Hi, Andrey might have a point. Unlike the other names you've defined, this one feels as if it'll break lots of apps. How about FileIterator? Andi At 05:43 AM 4/5/2005 -0400, Marcus Boerger wrote: Hello Andrey, this happens with any other class/interface we define also. And we've discussed that

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

2005-04-11 Thread Marcus Boerger
Hello Andi, Monday, April 11, 2005, 12:35:34 AM, you wrote: Hi, Andrey might have a point. Unlike the other names you've defined, this one feels as if it'll break lots of apps. How about FileIterator? very missleading. Maybe FileObject or FileInstance or whatever to habe something longer

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

2005-04-06 Thread Marcus Boerger
helly Wed Apr 6 11:16:45 2005 EDT Added files: /php-src/ext/spl/tests spl_003.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Make class_parentS() and class_implements() accepts class names as well

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

2005-04-05 Thread Marcus Boerger
helly Tue Apr 5 05:24:53 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Register class File - Remove superflous ; - Stop spl_autoloading on pending exception http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.44r2=1.45ty=u

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

2005-04-05 Thread Andrey Hristov
Marcus, isn't this going to blow up existing applications that define class File ? Andrey Marcus Boerger wrote: helly Tue Apr 5 05:24:53 2005 EDT Modified files: /php-src/ext/spl php_spl.c Log: - Register class File - Remove superflous ; - Stop

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

2005-04-05 Thread Marcus Boerger
Hello Andrey, this happens with any other class/interface we define also. And we've discussed that before. The result was that we use the names in c we want and try to do the best common implementation possible to keep everybody as happy as possible. Unfortunatley we couldn't add namespaces to

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

2005-03-31 Thread Marcus Boerger
helly Thu Mar 31 12:17:39 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Bugfix #32521 (apache2handler accidental crashes caused by SPL) http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.43r2=1.44ty=u Index: php-src/ext/spl/php_spl.c

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

2005-03-02 Thread Marcus Boerger
helly Wed Mar 2 15:59:06 2005 EDT Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_001.phpt Log: - Let spl_autoload_extensions() always return what's registered

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

2005-03-02 Thread Marcus Boerger
helly Wed Mar 2 19:20:58 2005 EDT Added files: /php-src/ext/spl/tests spl_autoload_002.phpt Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_001.phpt Log: - Finish work on spl_autoload*()

[PHP-CVS] cvs: php-src /ext/spl php_spl.c php_spl.h /ext/spl/tests spl_autoload_001.phpt testclass testclass.class.inc testclass.inc testclass.php.inc

2005-03-01 Thread Marcus Boerger
helly Tue Mar 1 20:14:41 2005 EDT Added files: /php-src/ext/spl/tests spl_autoload_001.phpt testclass testclass.class.inc testclass.inc testclass.php.inc Modified files:

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

2005-02-13 Thread Marcus Boerger
helly Sun Feb 13 13:14:34 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Drop unneccessary rinit/rshutown,mshutdown - Add protos http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.38r2=1.39ty=u Index: php-src/ext/spl/php_spl.c diff

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

2005-02-13 Thread Marcus Boerger
helly Sun Feb 13 13:30:26 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Little code reordering http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.39r2=1.40ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.39

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

2004-11-01 Thread Marcus Boerger
helly Mon Nov 1 12:40:01 2004 EDT Modified files: /php-src/ext/splphp_spl.c spl.php spl_exceptions.c spl_exceptions.h spl_iterators.c Log: - Two new exceptions - Make use of new exception classes

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_functions.c spl_iterators.c spl_iterators.h /ext/spl/examples emptyiterator.inc /ext/spl/internal emptyiterator.inc /ext/spl/tests iterator_009.phpt

2004-10-31 Thread Marcus Boerger
helly Sun Oct 31 15:59:39 2004 EDT Added files: /php-src/ext/spl/internal emptyiterator.inc /php-src/ext/spl/tests iterator_009.phpt Removed files: /php-src/ext/spl/examples emptyiterator.inc Modified files:

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_array.c spl_array.h spl_iterators.c spl_iterators.h /ext/spl/examples appenditerator.inc /ext/spl/examples/tests examples.inc /ext/spl/internal appenditerator.inc /ext/spl/tests iterator_001.phpt iterator_007.phpt iterator_010.phpt iterator_011.phpt iterator_012.phpt iterator_013.phpt

2004-10-31 Thread Marcus Boerger
helly Sun Oct 31 19:27:00 2004 EDT Added files: /php-src/ext/spl/internal appenditerator.inc /php-src/ext/spl/tests iterator_010.phpt iterator_011.phpt iterator_012.phpt iterator_013.phpt Removed files:

[PHP-CVS] cvs: php-src /ext/spl php_spl.c spl_iterators.c spl_iterators.h /ext/spl/examples outeriterator.inc /ext/spl/internal cachingiterator.inc filteriterator.inc limititerator.inc outeriterator.inc recursiveiteratoriterator.inc

2004-10-29 Thread Marcus Boerger
helly Fri Oct 29 16:12:58 2004 EDT Added files: /php-src/ext/spl/internal outeriterator.inc Removed files: /php-src/ext/spl/examples outeriterator.inc Modified files: /php-src/ext/splphp_spl.c spl_iterators.c

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

2004-10-07 Thread Marcus Boerger
helly Thu Oct 7 19:08:19 2004 EDT Added files: /php-src/ext/spl/tests spl_001.phpt Modified files: /php-src/ext/splphp_spl.c spl_iterators.c spl_iterators.h Log: - Added iterator_to_array() and iterator_count()

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

2004-04-29 Thread Marcus Boerger
helly Thu Apr 29 19:02:11 2004 EDT Modified files: /php-src/ext/splphp_spl.c Log: SPL is meant to be in uppercase letters, do it now it works http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.27r2=1.28ty=u Index: php-src/ext/spl/php_spl.c diff -u

  1   2   >