Re: [PHP-CVS] cvs: php4 / configure.in

2003-01-23 Thread Jani Taskinen
On Thu, 23 Jan 2003, Marcus Börger wrote: >At 07:42 23.01.2003, Jani Taskinen wrote: >>sniper Thu Jan 23 01:42:43 2003 EDT >> >> Modified files: >> /php4 configure.in >> Log: >> remove this stupid highlight which causes trouble. >> > >Which trouble? Other parts of the scri

Re: [PHP-CVS] cvs: php4 /tests/func 005a.phpt

2003-01-23 Thread Jani Taskinen
On Thu, 23 Jan 2003, Marcus Börger wrote: >At 04:28 23.01.2003, Jani Taskinen wrote: >>sniper Wed Jan 22 22:28:41 2003 EDT >> >> Added files: >> /php4/tests/func005a.phpt >> Log: >> Added test for bug: #21513 >> >> >>Index: php4/tests/func/005a.phpt >>+++ php4/tests/func/005

[PHP-CVS] cvs: php4 /tests/func 001.phpt 005.phpt 005a.phpt 007.phpt 008.phpt 009.phpt

2003-01-23 Thread Jani Taskinen
sniper Fri Jan 24 00:56:56 2003 EDT Modified files: /php4/tests/func001.phpt 005.phpt 005a.phpt 007.phpt 008.phpt 009.phpt Log: MFB, removed unused GET/POST entries Index: php4/tests/func/001.phpt diff -u php4/tests/func/001.phpt:1.

[PHP-CVS] cvs: php4(PHP_4_3) /tests/func 001.phpt 005.phpt 005a.phpt 007.phpt 008.phpt 009.phpt

2003-01-23 Thread Jani Taskinen
sniper Fri Jan 24 00:56:03 2003 EDT Modified files: (Branch: PHP_4_3) /php4/tests/func001.phpt 005.phpt 005a.phpt 007.phpt 008.phpt 009.phpt Log: Remove unused GET/POST entries Index: php4/tests/func/001.phpt diff -u php4/tests/func/

[PHP-CVS] cvs: php4 /ext/dbx dbx.c /ext/dio dio.c /ext/pcre php_pcre.c

2003-01-23 Thread Ilia Alshanetsky
iliaa Fri Jan 24 00:21:09 2003 EDT Modified files: /php4/ext/dbx dbx.c /php4/ext/dio dio.c /php4/ext/pcre php_pcre.c Log: zend_error() -> php_error_docref(). Index: php4/ext/dbx/dbx.c diff -u php4/ext/dbx/dbx.c:1.45 php4/ext/dbx/d

[PHP-CVS] cvs: php4 /tests/lang bug21849.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 18:22:24 2003 EDT Added files: /php4/tests/langbug21849.phpt Log: Added test case for bug21849.phpt Index: php4/tests/lang/bug21849.phpt +++ php4/tests/lang/bug21849.phpt --TEST-- Bug #21849 (self::constant doesn't work as m

[PHP-CVS] cvs: php4 / TODO-PHP5

2003-01-23 Thread Sebastian Bergmann
sebastian Thu Jan 23 18:22:01 2003 EDT Added files: /php4 TODO-PHP5 Log: TODO for PHP 5. -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 15:38:44 2003 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: Really fixed the mb issue of mb_ereg_replace() # my previous patch is somewhat wrong Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mb

[PHP-CVS] cvs: php4 /ext/mbstring php_mbregex.c

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 15:07:39 2003 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: Fixed a mb_ereg_replace() bug; the function was not completely multibyte-safe. Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:

[PHP-CVS] cvs: php4 /tests/lang bug7515.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 14:31:02 2003 EDT Modified files: /php4/tests/langbug7515.phpt Log: Fixed typo Index: php4/tests/lang/bug7515.phpt diff -u php4/tests/lang/bug7515.phpt:1.1 php4/tests/lang/bug7515.phpt:1.2 --- php4/tests/lang/bug7515.phpt:1.1

[PHP-CVS] cvs: php4 /tests/lang 029.phpt bug7515.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 14:28:39 2003 EDT Added files: /php4/tests/langbug7515.phpt Removed files: /php4/tests/lang029.phpt Log: Changed the test's file name as per the convention Index: php4/tests/lang/bug7515.phpt +++ p

[PHP-CVS] cvs: php4 /ext/standard/tests/serialize 002.phpt bug14293.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 14:21:51 2003 EDT Added files: /php4/ext/standard/tests/serialize bug14293.phpt Removed files: /php4/ext/standard/tests/serialize 002.phpt Log: Renamed the test name as per the convension Index: php4/ext

Re: [PHP-CVS] cvs: php4 / configure.in

2003-01-23 Thread Marcus Börger
At 07:42 23.01.2003, Jani Taskinen wrote: sniper Thu Jan 23 01:42:43 2003 EDT Modified files: /php4 configure.in Log: remove this stupid highlight which causes trouble. Which trouble? Other parts of the scripts do exactly the same thing so please revert. regards marcu

Re: [PHP-CVS] cvs: php4 /tests/func 005a.phpt

2003-01-23 Thread Marcus Börger
At 04:28 23.01.2003, Jani Taskinen wrote: sniper Wed Jan 22 22:28:41 2003 EDT Added files: /php4/tests/func005a.phpt Log: Added test for bug: #21513 Index: php4/tests/func/005a.phpt +++ php4/tests/func/005a.phpt --TEST-- Testing register_shutdown_function() with timeout.

[PHP-CVS] cvs: php4 /ext/standard/tests/image bug13213.phpt /ext/standard/tests/math bug21523.phpt /ext/standard/tests/network bug20134.phpt /ext/standard/tests/strings bug20108.phpt bug20169.phpt bug20927.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 14:07:25 2003 EDT Modified files: /php4/ext/standard/tests/image bug13213.phpt /php4/ext/standard/tests/math bug21523.phpt /php4/ext/standard/tests/networkbug20134.phpt /php4/ext/standard/tests/stringsbug20108

[PHP-CVS] cvs: php4 /ext/pcre/tests bug20528.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 14:00:08 2003 EDT Modified files: /php4/ext/pcre/testsbug20528.phpt Log: Made the test's name more descriptive Index: php4/ext/pcre/tests/bug20528.phpt diff -u php4/ext/pcre/tests/bug20528.phpt:1.2 php4/ext/pcre/tests/bug205

[PHP-CVS] cvs: php4 /ext/pcre/tests bug20528.phpt bug21732.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 13:48:43 2003 EDT Modified files: /php4/ext/pcre/testsbug20528.phpt bug21732.phpt Log: Removed pointless checks Index: php4/ext/pcre/tests/bug20528.phpt diff -u php4/ext/pcre/tests/bug20528.phpt:1.1 php4/ext/pcre/tests/bug20

Re: [PHP-CVS] cvs: php4 /ext/pcre/tests bug21732.phpt

2003-01-23 Thread Moriyoshi Koizumi
On Thu, Jan 23, 2003 at 01:52:23PM -0500, Ilia A. wrote: > The test for availability of PCRE should be removed IMO simply because without > PCRE test suit will exit before starting any of the tests. The dependency on > PCRE is unlikely to be removed, so this should be a safe thing to do. I misto

Re: [PHP-CVS] cvs: php4 /ext/pcre/tests bug21732.phpt

2003-01-23 Thread Ilia A.
On January 23, 2003 01:54 pm, you wrote: > > > > > extension_loaded("pcre") or die("skip pcre extension is not > > > available"); ?> > > > > This check is pointless, since without pcre the testsuit won't run. > > Right, I just followed the way in which other tests are written. > Should we remove t

Re: [PHP-CVS] cvs: php4 /ext/pcre/tests bug21732.phpt

2003-01-23 Thread Moriyoshi Koizumi
On Thu, Jan 23, 2003 at 01:36:23PM -0500, Ilia A. wrote: > On January 23, 2003 01:22 pm, Moriyoshi Koizumi wrote: > > moriyoshi Thu Jan 23 13:22:56 2003 EDT > > > > Added test case for bug #21732 > [snip] > > --SKIPIF-- > > > extension_loaded("pcre") or die("skip pcre extension is not

Re: [PHP-CVS] cvs: php4 /ext/pcre/tests bug21732.phpt

2003-01-23 Thread Ilia A.
On January 23, 2003 01:22 pm, Moriyoshi Koizumi wrote: > moriyoshi Thu Jan 23 13:22:56 2003 EDT > > Added test case for bug #21732 [snip] > --SKIPIF-- > extension_loaded("pcre") or die("skip pcre extension is not available"); > ?> This check is pointless, since without pcre the test

[PHP-CVS] cvs: php4 /ext/pcre/tests bug21732.phpt

2003-01-23 Thread Moriyoshi Koizumi
moriyoshi Thu Jan 23 13:22:56 2003 EDT Added files: /php4/ext/pcre/testsbug21732.phpt Log: Added test case for bug #21732 Index: php4/ext/pcre/tests/bug21732.phpt +++ php4/ext/pcre/tests/bug21732.phpt --TEST-- Bug #21732 (preg_replace() segf

[PHP-CVS] cvs: php4(PHP_4_3) /ext/imap php_imap.c

2003-01-23 Thread Jani Taskinen
sniper Thu Jan 23 11:30:07 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap php_imap.c Log: MFH Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.142.2.6 php4/ext/imap/php_imap.c:1.142.2.7 --- php4/ext/imap/php_imap.c:1.142.2.6 Sa

[PHP-CVS] cvs: php4 /ext/imap php_imap.c

2003-01-23 Thread Jani Taskinen
sniper Thu Jan 23 11:29:49 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fix bug: #21817 (only enable this if --with-kerberos is used) Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.c:1.154 php4/ext/imap/php_imap.c:1.155 --- php4/

[PHP-CVS] cvs: CVSROOT / avail

2003-01-23 Thread Rasmus Lerdorf
rasmus Thu Jan 23 05:11:23 2003 EDT Modified files: /CVSROOTavail Log: Karma for new accounts Index: CVSROOT/avail diff -u CVSROOT/avail:1.579 CVSROOT/avail:1.580 --- CVSROOT/avail:1.579 Tue Jan 21 08:16:18 2003 +++ CVSROOT/avail Thu Jan 23 05:11:2

[PHP-CVS] cvs: php4 /win32 php4dllts.dsp

2003-01-23 Thread Zeev Suraski
zeevThu Jan 23 04:35:02 2003 EDT Modified files: /php4/win32 php4dllts.dsp Log: Fix .dsp Index: php4/win32/php4dllts.dsp diff -u php4/win32/php4dllts.dsp:1.99 php4/win32/php4dllts.dsp:1.100 --- php4/win32/php4dllts.dsp:1.99 Thu Jan 16 13:25:59 2003