[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.1&p=1 Index: php-src/ext/mbstring/oniguruma/enc/.cvsi

[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.2&r2=1.3&ty=u Index: php-src/ext/mbstring/config.w32 diff -u php-src/e

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

[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.52&r2=1.53&ty=u Index: php-src/ext/standard/parsedate.y diff -u php-src/ext/s

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: "Moriyo

[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.1&r2=1.2&ty=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. http://cvs.php.net/diff.php/php-src/ext/mbstring/oniguruma/win32/config.h?r1=

[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.3&r2=1.4&ty=u Index: php-src/ext/mbstr

[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.1&p=1 I

[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.1&r2=1.2&ty=u Index: php-src/tests/lang/bug27439.phpt diff -u php-src/tests/lang/

[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.26&r2=1.27&ty=u Index: php-src/e

[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.27&r2=1.28&ty=u Index: php-src/ext/tokenizer/tokenizer.c diff -u php-src/ex

[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.4&r2=1.5&ty=u Index: php-src/ext/mbstring/config.w32 diff -u php-src/ext/mbst

[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.1&p=1 Index: php-src/tests/classes/bug27468.phpt +++ php-src

[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.1&r2=1.2&ty=u Index: php-src/tests/classes/bug27468.phpt dif

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

[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) || de