[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/date php_date.c /ext/date/lib parse_date.c tm2unixtime.c /ext/date/tests bug40743.phpt bug41599.phpt bug42910.phpt bug43003.phpt bug43527.phpt bug43808.p

2008-01-26 Thread Derick Rethans
derick Sat Jan 26 16:26:56 2008 UTC Added files: (Branch: PHP_5_2) /php-src/ext/date/tests bug40743.phpt bug41599.phpt bug42910.phpt bug43003.phpt bug43527.phpt bug43808.phpt Modified files: /php-srcNEWS

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

2008-01-26 Thread Etienne Kneuss
colder Sat Jan 26 18:06:51 2008 UTC Added files: /php-src/ext/spl/tests dllist_007.phpt Modified files: /php-src/ext/splspl_dllist.c Log: Iterator implementation for SplDoublyLinkedList, SplStack, SplQueue

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

2008-01-26 Thread Markus Fischer
Confirmed, gave me a headache today ... - Markus Antony Dovgal wrote: On 25.01.2008 23:29, Nuno Lopes wrote: -zend_module_entry spl_module_entry = { +const zend_module_entry spl_module_entry = { -zend_module_entry tidy_module_entry = { +const zend_module_entry tidy_module_entry = { This

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

2008-01-26 Thread Etienne Kneuss
colder Sat Jan 26 23:04:43 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/spl/tests dllist_007.phpt Modified files: /php-src/ext/splspl_dllist.c Log: MFH: Iterator implementation in SplDoublyLinkedList, SplStack, SplQueue

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

2008-01-26 Thread Nuno Lopes
On 25.01.2008 23:29, Nuno Lopes wrote: -zend_module_entry spl_module_entry = { +const zend_module_entry spl_module_entry = { -zend_module_entry tidy_module_entry = { +const zend_module_entry tidy_module_entry = { This makes PHP to crash right after the start. Please revert. Ah damn..