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

2009-06-22 Thread Christian Seiler
cseiler Mon Jun 22 18:14:14 2009 UTC Added files: /php-src/ext/spl/tests spl_autoload_013.phpt spl_autoload_014.phpt Modified files: /php-src/ext/splphp_spl.c /php-src/ext/spl/tests spl_autoload_bug48541.phpt Log: - Fixed

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

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

2009-05-01 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.155&r2=1.156&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.155 php-

[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.154&r2=1.155&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_sp

[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")) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.153&r2=1

[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) http://cvs.php.net/viewvc.cgi/php-src

[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.149&r2=1.150&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/e

[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.147&r2=1.148&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.14

[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.146&r2=1.147&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.146 p

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

[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.135&r2=1.136&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.

[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 http://cvs.php.net/viewvc.cgi/php-src/ex

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

[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 /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.124&r2=1.125&diff_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 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.123&r2=1.124&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_s

[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.122&r2=1.123&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1

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
uot;fixing" first. Thanks, Nuno - Original Message - From: "Marcus Boerger" <[EMAIL PROTECTED]> To: 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 UT

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
ECTED]> > To: > 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 files: >>/php-src/ext/spl php_spl.c php_spl.h

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
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://cvs.php.net/viewvc.cgi/ph

[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.121&r2=1.122&diff_format=u Index: p

[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.120&r2=1.121&diff_format=u Index: php-

[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.116&r2=1.117&diff_format=u Index: php-src/ext/spl/php

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 > > > http://cvs

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

[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.112&r2=1.113&diff_format=u Index: php-src/ext/sp

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.111&r2=1.112&diff

[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.110&r2=1.111&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.110 p

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

2007-04-06 Thread Marcus Boerger
helly Fri Apr 6 18:50:07 2007 UTC Modified files: /php-src/ext/splphp_spl.c Log: - MFB #40091 fix http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.109&r2=1.110&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.

[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 http://cvs.php.net/viewv

[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.107&r2=1.108&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.107 php-src/

[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) http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php

[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.104&r2=1.105&diff_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.103&r2=1.104&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_

[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.102&r2=1.103&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/s

[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.101&r2=1.102&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-s

[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.98&r2=1.99&diff_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.97&r2=1.98&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/

[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 http://cvs.php.net/view

[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.95&r2=1.96&diff_format=u Index: p

[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() http://cvs.php.net/viewvc.cgi/php-src/ext/spl/php_spl.c?r1=1.94&r2=1.95

[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 http://cv

[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.91&r2=1.92&diff_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 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.90&r2=1.91&diff_format=u Index: php-src/ext/spl/

[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.89&r2=1.90&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/s

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

[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() http://cvs.php.net/viewcvs.cgi/php-s

[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.85&r2=1.86&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1

[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.83&r2=1.84&diff_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.80&r2=1.81&diff_format=u Index: php-src/ext/spl/php_spl.c di

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

[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.78&r2=1.79&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_s

[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.77&r2=1.78&diff_format=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.77 php-src/e

[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!) http://cvs.php.net/diff.php/php-src/ext/spl/ph

[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.75&r2=1.76&ty=u Index: php-src/ext/spl/php_spl.c diff -

[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.74&r2=1.75&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.74 ph

[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.73&r2=1.74&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.73 php-sr

[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.72&r2=1.73&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.72 php-src

[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.52&r2=1.53&ty=u Index: php-src/ext/spl/spl_directory.c diff -u p

[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.70&r2=1.71&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:

[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.69&r2=1.70&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_sp

[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 http://cvs.php.net/diff.p

[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.67&r2=1.68&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.67 php-sr

[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.66&r2=1.67&ty=u Index: php-src/ext/spl/php_

[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.65&r2=1.66&ty=u I

[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/splphp_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 spl_directory.

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

[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.60&r2=1.61&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-s

[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.59&r2=1.60&ty=u Ind

[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_005.phpt

2005-08-10 Thread Marcus Boerger
helly Wed Aug 10 21:19:12 2005 EDT Added files: /php-src/ext/spl/tests spl_autoload_005.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Support non static class loader methods http://cvs.php.net/diff.php/php-src/ext/s

[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.54&r2=1.55&ty=u Index: php-src/ext/spl/

[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 http://cvs.php.net/diff.php/php-src/ext/spl/php_

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

2005-08-09 Thread Marcus Boerger
helly Tue Aug 9 17:11:43 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - PEAR uses .php not .inc.php http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.52&r2=1.53&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.

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 >> >>http://cvs.php.net/diff.php/php-s

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.50&r2=1.51&ty=u Index: php-src/ext/spl/php_spl.c diff -u

[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.50&r2=1.51&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.

[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.49&r2=1.50&ty=u Index: php-src/ext/s

[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 http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.48

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

2005-05-12 Thread Marcus Boerger
helly Thu May 12 17:23:57 2005 EDT Modified files: /php-src/ext/splphp_spl.c Log: - Add ability to fail silently http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.c?r1=1.47&r2=1.48&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1

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

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, > And

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 lon

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

[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 http://cvs.php.net

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

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 spl_autoloadi

[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.44&r2=1.45&ty=u Inde

[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.43&r2=1.44&ty=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 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 /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 http://cvs.php.net/diff.php/php-src/ext/spl/php_spl.

[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: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.39&r2=1.40&ty=u Index: php-src/ext/spl/php_spl.c diff -u php-src/ext/spl/php_spl.c:1.39 ph

[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.38&r2=1.39&ty=u Index: php-src/ext/spl/php_spl.c dif

[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 http://cvs.php.net/diff.php/ph

  1   2   >