[PHP-CVS-DAILY] cvs: php-src / ChangeLog

2004-03-02 Thread changelog
changelog Tue Mar 2 20:33:12 2004 EDT Modified files: /php-srcChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1555r2=1.1556ty=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.1555 php-src/ChangeLog:1.1556 ---

[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2004-03-02 Thread changelog
changelog Tue Mar 2 20:33:19 2004 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.419r2=1.420ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.419

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma/enc .cvsignore

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 03:55:37 2004 EDT Added files: /php-src/ext/mbstring/oniguruma/enc .cvsignore Log: - Added .cvsignore file http://cvs.php.net/co.php/php-src/ext/mbstring/oniguruma/enc/.cvsignore?r=1.1p=1 Index:

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Edin Kadribasic
edink Tue Mar 2 06:50:11 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: Temporary fix for win32 build http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.2r2=1.3ty=u Index: php-src/ext/mbstring/config.w32 diff -u

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Edin Kadribasic
The configure tries to copy a non-existent file, so I commented out that section. Edin - Original Message - From: Moriyoshi Koizumi [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 01, 2004 9:25 PM Subject: [PHP-CVS] cvs: php-src /ext/mbstring config.w32 moriyoshi Mon Mar

[PHP-CVS] cvs: php-src /ext/standard parsedate.y

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 08:12:46 2004 EDT Modified files: /php-src/ext/standard parsedate.y Log: - Fixed yacc file http://cvs.php.net/diff.php/php-src/ext/standard/parsedate.y?r1=1.52r2=1.53ty=u Index: php-src/ext/standard/parsedate.y diff -u

Re: [PHP-CVS] cvs: php-src /ext/standard parsedate.y

2004-03-02 Thread Moriyoshi Koizumi
On 2004/03/02, at 22:12, Derick Rethans wrote: + ; Thanks! Moriyoshi -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Moriyoshi Koizumi
On 2004/03/02, at 21:01, Edin Kadribasic wrote: The configure tries to copy a non-existent file, so I commented out that section. Looks like I deleted a file that should be present in win32 build. I'm going to restore it then. Thanks, Moriyoshi Edin - Original Message - From:

[PHP-CVS] cvs: php-src /tests/reflection invoke.phpt

2004-03-02 Thread Pierre-Alain Joye
pajoye Tue Mar 2 10:57:42 2004 EDT Modified files: /php-src/tests/reflection invoke.phpt Log: - include exception.inc not .php http://cvs.php.net/diff.php/php-src/tests/reflection/invoke.phpt?r1=1.1r2=1.2ty=u Index: php-src/tests/reflection/invoke.phpt

[PHP-CVS] cvs: php-src /ext/mbstring/oniguruma/win32 config.h

2004-03-02 Thread Moriyoshi Koizumi
moriyoshi Tue Mar 2 10:58:40 2004 EDT Modified files: /php-src/ext/mbstring/oniguruma/win32 config.h Log: - Revisit config.h for win32 build. # apologies for messing.

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Moriyoshi Koizumi
moriyoshi Tue Mar 2 10:59:31 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: - Really fix the build. # Should be fixed now :| http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.3r2=1.4ty=u Index:

[PHP-CVS] cvs: php-src /tests/lang bug27439.phpt

2004-03-02 Thread Pierre-Alain Joye
pajoye Tue Mar 2 11:00:50 2004 EDT Added files: /php-src/tests/lang bug27439.phpt Log: - initial test for #27439, covers more cases we got during foreach($this-foo as $bar) bug http://cvs.php.net/co.php/php-src/tests/lang/bug27439.phpt?r=1.1p=1

[PHP-CVS] cvs: php-src /tests/lang bug27439.phpt

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 11:12:26 2004 EDT Modified files: /php-src/tests/lang bug27439.phpt Log: - Consistent naming http://cvs.php.net/diff.php/php-src/tests/lang/bug27439.phpt?r1=1.1r2=1.2ty=u Index: php-src/tests/lang/bug27439.phpt diff -u

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

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 12:49:49 2004 EDT Modified files: /php-src/ext/tokenizer tokenizer.c Log: - Added clone to the list of tokens. (Patch by Greg Beaver) http://cvs.php.net/diff.php/php-src/ext/tokenizer/tokenizer.c?r1=1.26r2=1.27ty=u Index:

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

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 12:51:47 2004 EDT Modified files: /php-src/ext/tokenizer tokenizer.c Log: - CLONE, not CLOSE http://cvs.php.net/diff.php/php-src/ext/tokenizer/tokenizer.c?r1=1.27r2=1.28ty=u Index: php-src/ext/tokenizer/tokenizer.c diff -u

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Moriyoshi Koizumi
moriyoshi Tue Mar 2 15:18:27 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: - Fix typo. http://cvs.php.net/diff.php/php-src/ext/mbstring/config.w32?r1=1.4r2=1.5ty=u Index: php-src/ext/mbstring/config.w32 diff -u

[PHP-CVS] cvs: php-src /tests/classes bug27468.phpt

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 16:03:26 2004 EDT Added files: /php-src/tests/classes bug27468.phpt Log: - Added testcase for bug #27468 http://cvs.php.net/co.php/php-src/tests/classes/bug27468.phpt?r=1.1p=1 Index: php-src/tests/classes/bug27468.phpt +++

[PHP-CVS] cvs: php-src /tests/classes bug27468.phpt

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 16:14:23 2004 EDT Modified files: /php-src/tests/classes bug27468.phpt Log: - Fixed timing issues in test http://cvs.php.net/diff.php/php-src/tests/classes/bug27468.phpt?r1=1.1r2=1.2ty=u Index: php-src/tests/classes/bug27468.phpt diff

[PHP-CVS] cvs: php-src / NEWS /ext/gd/libgd gd.c

2004-03-02 Thread Derick Rethans
derick Tue Mar 2 16:56:31 2004 EDT Modified files: /php-srcNEWS /php-src/ext/gd/libgd gd.c Log: - Fixed bug in gdImageFilledRectangle in the bundled GD library, that required x1 x2 and y1 y2 for coordinates.

[PHP-CVS] cvs: php-src /ext/mbstring config.w32

2004-03-02 Thread Moriyoshi Koizumi
moriyoshi Tue Mar 2 17:38:22 2004 EDT Modified files: /php-src/ext/mbstring config.w32 Log: - proper DLL linkage specifier. # oniguruma.h:34- # # #ifndef ONIG_EXTERN # #if defined(_WIN32) !defined(__CYGWIN__) # #if defined(EXPORT) ||