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

2003-01-23 Thread changelog
changelog Thu Jan 23 20:32:44 2003 EDT Modified files: /Zend ChangeLog Log: ChangeLog update Index: Zend/ChangeLog diff -u Zend/ChangeLog:1.107 Zend/ChangeLog:1.108 --- Zend/ChangeLog:1.107Tue Jan 14 20:34:45 2003 +++ Zend/ChangeLog Thu

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

2003-01-23 Thread changelog
changelog Thu Jan 23 20:32:58 2003 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.153 ZendEngine2/ChangeLog:1.154 --- ZendEngine2/ChangeLog:1.153 Wed Jan 22 20:33:39

[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

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-- ?php 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:54 pm, you wrote: ?php 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 those too? The

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 mistook

[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

[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/strings

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

[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:

[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 +++

[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 /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

[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 /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

[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

[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

[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

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/005a.phpt --TEST--

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 scripts do exactly