[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(PHP_5_1) /ext/spl php_spl.c /ext/spl/tests spl_autoload_004.phpt spl_autoload_005.phpt

2005-09-25 Thread Marcus Boerger
helly Sun Sep 25 14:04:35 2005 EDT Added files: (Branch: PHP_5_1) /php-src/ext/spl/tests spl_autoload_004.phpt spl_autoload_005.phpt Modified files: /php-src/ext/splphp_spl.c Log: - Try to fix bugs #34216 (Segfault with autoload)

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Wez Furlong
Yep, we need to provide a helper function for pdo when built against 5.0 that registers these class constants. --Wez. On 9/25/05, Andreas Korthaus <[EMAIL PROTECTED]> wrote: > Marcus Boerger wrote: > > Hello Wez, > > > > i don't see your point here, pdo doesn't build against PHP 5.0 anyway. > >

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Wez Furlong
Because it is the same code we release for PECL. It's really getting boring that I have to keep reminding you of this. --Wez. On 9/25/05, Derick Rethans <[EMAIL PROTECTED]> wrote: > On Sun, 25 Sep 2005, Wez Furlong wrote: > > > wez Sat Sep 24 22:28:47 2005 EDT > > > > Modified files:

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

2005-09-25 Thread Ilia Alshanetsky
iliaa Sun Sep 25 09:27:22 2005 EDT Modified files: (Branch: PHP_5_1) /php-srcNEWS Log: Bug fixing news http://cvs.php.net/diff.php/php-src/NEWS?r1=1.2027.2.75&r2=1.2027.2.76&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.75 php-src/NEWS:1.2027.2.

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

2005-09-25 Thread Ilia Alshanetsky
iliaa Sun Sep 25 09:26:30 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/ext/standard filters.c Log: MFH: Fixed bug #34321 (Possible crash in filter code). http://cvs.php.net/diff.php/php-src/ext/standard/filters.c?r1=1.44&r2=1.44.2.1&ty=u Index:

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

2005-09-25 Thread Ilia Alshanetsky
iliaa Sun Sep 25 09:26:20 2005 EDT Modified files: /php-src/ext/standard filters.c Log: Fixed bug #34321 (Possible crash in filter code). http://cvs.php.net/diff.php/php-src/ext/standard/filters.c?r1=1.46&r2=1.47&ty=u Index: php-src/ext/standard/filte

Re: [PHP-CVS] cvs: php-src(PHP_4_4) /ext/gd/libgd gd_gif_in.c

2005-09-25 Thread Marcus Boerger
Hello Pierre-Alain, as soon as 5.1 is released we can mark 5.0 as dead and no longer support it. If someone feels so they can do on their own i'd say. But we cannot get rid of 4.4. (Just my thought on this) marcus Sunday, September 25, 2005, 2:13:50 PM, you wrote: > pajoye Sun Sep 25

[PHP-CVS] cvs: php-src(PHP_4_4) /ext/gd/libgd gd_gif_in.c

2005-09-25 Thread Pierre-Alain Joye
pajoye Sun Sep 25 08:13:50 2005 EDT Modified files: (Branch: PHP_4_4) /php-src/ext/gd/libgd gd_gif_in.c Log: - MFH #33220, infinite loop while loading invalid GIF (nlopees) NB: It's getting really annoying to apply patches to all these branches Can

[PHP-CVS] cvs: php-src /ext/spl spl_iterators.c /ext/spl/internal recursiveiteratoriterator.inc /ext/spl/tests iterator_028.phpt

2005-09-25 Thread Marcus Boerger
helly Sun Sep 25 08:01:32 2005 EDT Added files: /php-src/ext/spl/tests iterator_028.phpt Modified files: /php-src/ext/splspl_iterators.c /php-src/ext/spl/internal recursiveiteratoriterator.inc Log: - Implement RecursiveIte

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Andreas Korthaus
Marcus Boerger wrote: Hello Wez, i don't see your point here, pdo doesn't build against PHP 5.0 anyway. PECL PDO does build against PHP 5.1 AND 5.0 (thanks to wez). But after the constants -> class constant changes it does not load anymore into 5.0.5 and 5.1 RC1: http://pecl.php.net/bugs/

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Derick Rethans
On Sun, 25 Sep 2005, Wez Furlong wrote: > wez Sat Sep 24 22:28:47 2005 EDT > > Modified files: (Branch: PHP_5_1) > /php-src/ext/pdo_sqlite config.m4 > Log: > reinstate this fix for building against PHP 5.0.x. Uhm, this is the PHP_5_1 branch, why should that wo

Re: [PHP-CVS] cvs: php-src(PHP_5_1) /ext/pdo_sqlite config.m4

2005-09-25 Thread Marcus Boerger
Hello Wez, i don't see your point here, pdo doesn't build against PHP 5.0 anyway. marcus Sunday, September 25, 2005, 4:28:47 AM, you wrote: > wez Sat Sep 24 22:28:47 2005 EDT > Modified files: (Branch: PHP_5_1) > /php-src/ext/pdo_sqlite config.m4 > Log