Re: [PHP-DEV] [PATCH] Zend_API.c error message tweak

2004-11-02 Thread Sebastian Bergmann
Joe Orton wrote: > I don't have commit access to Zend I tested and committed it, will MFH to PHP_5_0 in a second. -- Sebastian Bergmann http://www.sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69 -- PHP Internals - PHP Runti

Re: [PHP-DEV] [PATCH] Zend_API.c error message tweak

2004-11-02 Thread Joe Orton
On Tue, Nov 02, 2004 at 01:56:03PM +0100, Derick Rethans wrote: > On Tue, 2 Nov 2004, Joe Orton wrote: > > > HEAD/ext/spl is generating a warning at startup though it was hard to > > work out which extension was to blame without the below patch! > > > > PHP Warning: Function registration failed -

Re: [PHP-DEV] [PATCH] Zend_API.c error message tweak

2004-11-02 Thread Derick Rethans
On Tue, 2 Nov 2004, Joe Orton wrote: > HEAD/ext/spl is generating a warning at startup though it was hard to > work out which extension was to blame without the below patch! > > PHP Warning: Function registration failed - duplicate name - > InfiniteIterator::next in Unknown on line 0 I'd say feel

[PHP-DEV] [PATCH] Zend_API.c error message tweak

2004-11-02 Thread Joe Orton
HEAD/ext/spl is generating a warning at startup though it was hard to work out which extension was to blame without the below patch! PHP Warning: Function registration failed - duplicate name - InfiniteIterator::next in Unknown on line 0 Index: Zend/zend_API.c