[PHP-CVS] cvs: php4 / NEWS

2002-10-25 Thread Jani Taskinen
sniper Fri Oct 25 02:24:53 2002 EDT Modified files: /php4 NEWS Log: style Index: php4/NEWS diff -u php4/NEWS:1.1225 php4/NEWS:1.1226 --- php4/NEWS:1.1225Thu Oct 24 20:34:26 2002 +++ php4/NEWS Fri Oct 25 02:24:53 2002 -1,7 +1,6 PHP 4

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

2002-10-25 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 25 04:31:28 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Adjusted MINFO table style Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.121 php4/ext/mbstring/mbstring.c:1.122 ---

Re: [PHP-CVS] Re: [PHP-QA] Re: [PHP-CVS] cvs: php4 /ext/standard file.c /ext/standard/tests/strings strtoupper.phpt

2002-10-25 Thread Melvyn Sopacua
At 01:30 25-10-2002, Ilia A. wrote: Could you please try the attached patch and let me know if it fixes the problem. Confirmed. Met vriendelijke groeten / With kind regards, Webmaster IDG.nl Melvyn Sopacua -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities1.phpt htmlentities2.phpt htmlentities3.phpt htmlentities4.phpt htmlentities5.phpt htmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Marcus Börger
These tests must have a skipif logic since the ini value mbstring.internal_encoding is only read if mbstring is available. --SKIPIF-- ?php if (!extension_loaded(mbstring)) die('skip mbstring not available');? marcus At 23:11 24.10.2002, Moriyoshi Koizumi wrote: moriyoshi Thu Oct

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

2002-10-25 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 25 04:52:00 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Added two new rows to MINFO that describes iconv library info. Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.53 php4/ext/iconv/iconv.c:1.54 ---

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities1.phpt htmlentities2.phpt htmlentities3.phpthtmlentities4.phpt htmlentities5.phpt htmlentities6.phpthtmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Moriyoshi Koizumi
Those tests (test 1-4) doesn't need such skipifs because they are intended to check whether the determination works properly without dependency on mbstring. Moriyoshi [EMAIL PROTECTED] (Marcus Börger) wrote: These tests must have a skipif logic since the ini value mbstring.internal_encoding

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-10-25 Thread Jan Lehnardt
jan Fri Oct 25 05:28:57 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: - alphabetcial output for php -h (cgi) - cosmetics Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.184 php4/sapi/cgi/cgi_main.c:1.185 ---

[PHP-CVS] cvs: php4 /sapi/cli php_cli.c

2002-10-25 Thread Jan Lehnardt
jan Fri Oct 25 05:32:34 2002 EDT Modified files: /php4/sapi/cli php_cli.c Log: - alphabetical output for php -h (cli) Index: php4/sapi/cli/php_cli.c diff -u php4/sapi/cli/php_cli.c:1.43 php4/sapi/cli/php_cli.c:1.44 --- php4/sapi/cli/php_cli.c:1.43

[PHP-CVS] cvs: php4 /ext/dba/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt skipif.inc test.inc

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 05:42:29 2002 EDT Added files: /php4/ext/dba/tests .cvsignore 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt skipif.inc test.inc Log: Added some tests for dba extension Index:

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strtr.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:28:37 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtr.phpt Log: remove unnecessary sections #becomes an example Index: php4/ext/standard/tests/strings/strtr.phpt diff -u

[PHP-CVS] cvs: php4 /ext/standard/tests/strings 003.phpt str_shuffle.phpt strtr.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:46:19 2002 EDT Added files: /php4/ext/standard/tests/stringsstr_shuffle.phpt Removed files: /php4/ext/standard/tests/strings003.phpt Modified files: /php4/ext/standard/tests/strings

[PHP-CVS] cvs: php4 /ext/exif/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt exif001.phpt exif002.phpt exif003.phpt exif004.phpt exif005.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 06:59:52 2002 EDT Added files: /php4/ext/exif/testsexif001.phpt exif002.phpt exif003.phpt exif004.phpt exif005.phpt Removed files: /php4/ext/exif/tests001.phpt 002.phpt

[PHP-CVS] cvs: php4 /ext/exif/tests exif005.phpt

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 07:10:08 2002 EDT Modified files: /php4/ext/exif/testsexif005.phpt Log: README.TESTING examples Index: php4/ext/exif/tests/exif005.phpt diff -u php4/ext/exif/tests/exif005.phpt:1.1 php4/ext/exif/tests/exif005.phpt:1.2 ---

[PHP-CVS] cvs: php4 / README.TESTING

2002-10-25 Thread Marcus Börger
helly Fri Oct 25 07:17:45 2002 EDT Modified files: /php4 README.TESTING Log: update Index: php4/README.TESTING diff -u php4/README.TESTING:1.13 php4/README.TESTING:1.14 --- php4/README.TESTING:1.13Wed Oct 23 20:00:26 2002 +++ php4/README.TESTING

[PHP-CVS] cvs: TSRM(PHP_4_2_0) / TSRM.c TSRM.h tsrm_config.nw.h tsrm_config_common.h tsrm_nw.c tsrm_nw.h tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-10-25 Thread Anantha Kesari H Y
hyanantha Fri Oct 25 07:52:34 2002 EDT Added files: (Branch: PHP_4_2_0) /TSRM tsrm_config.nw.h tsrm_nw.c tsrm_nw.h Modified files: /TSRM TSRM.c TSRM.h tsrm_config_common.h tsrm_virtual_cwd.c tsrm_virtual_cwd.h

[PHP-CVS] cvs: php4 /ext/standard html.c

2002-10-25 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 25 09:12:05 2002 EDT Modified files: /php4/ext/standard html.c Log: Fix build if mbstring is enabled as shared extension. Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.59 php4/ext/standard/html.c:1.60 ---

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities5.phpt htmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 25 09:12:31 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities5.phpt htmlentities6.phpt htmlentities7.phpt

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities5.phpthtmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Derick Rethans
On Fri, 25 Oct 2002, Moriyoshi Koizumi wrote: moriyoshi Fri Oct 25 09:12:31 2002 EDT Modified files: /php4/ext/standard/tests/strings htmlentities5.phpt htmlentities6.phpt

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities5.phpthtmlentities6.phpt htmlentities7.phpt htmlentities8.phpthtmlentities9.phpt

2002-10-25 Thread Derick Rethans
On Fri, 25 Oct 2002, Moriyoshi Koizumi wrote: Okay, I realized the problems, but how can I make such test cases that depend on a specific situation? I wrote them referring to iconv tests, which also use dl() stuff(in skipif.php). Hmm, I suppose you can add some dedicated test for that dl()

[PHP-CVS] cvs: php4 /sapi/cgi cgi_main.c

2002-10-25 Thread Derick Rethans
derick Fri Oct 25 10:33:48 2002 EDT Modified files: /php4/sapi/cgi cgi_main.c Log: - Fix build #- Jan, please TEST! before committing :-) Index: php4/sapi/cgi/cgi_main.c diff -u php4/sapi/cgi/cgi_main.c:1.185 php4/sapi/cgi/cgi_main.c:1.186 ---

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/stringshtmlentities5.phpthtmlentities6.phpt htmlentities7.phpt htmlentities8.phpthtmlentities9.phpt

2002-10-25 Thread Moriyoshi Koizumi
Hmm, I suppose you can add some dedicated test for that dl() stuff, and don't do it in the other 'normal' tests? Those tests you mentioned are not dedicated to dl(). I made them so that they can check if the function works under every supposed condition. If you think it's better to separate

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 13:24:10 2002 EDT Modified files: /php4 run-tests.php Log: The log_errors=1 breaks a number of tests and is useless for our purposes, removing. Index: php4/run-tests.php diff -u php4/run-tests.php:1.89 php4/run-tests.php:1.90 ---

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

2002-10-25 Thread Derick Rethans
derick Fri Oct 25 13:44:52 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: - Fixed bug #20087 (Assertion failure when the value was empty) Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.123

[PHP-CVS] cvs: php4 /ext/session/tests 008-php4.2.3.phpt

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 13:52:32 2002 EDT Modified files: /php4/ext/session/tests 008-php4.2.3.phpt Log: Fixed a bug in the test that would cause it to always fail. Index: php4/ext/session/tests/008-php4.2.3.phpt diff -u

[PHP-CVS] cvs: php4 /ext/xslt/tests 001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt

2002-10-25 Thread Melvyn Sopacua
msopacuaFri Oct 25 15:13:33 2002 EDT Removed files: /php4/ext/xslt/tests001.phpt 002.phpt 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt 009.phpt Log: test renaming -- PHP CVS Mailing List

[PHP-CVS] cvs: php4 /ext/xslt/tests bug17791.phpt bug17931.phpt skipif.inc xslt-001.phpt xslt.phpt xslt_process-001.phpt xslt_process-002.phpt xslt_set_object.phpt xslt_set_scheme_handlers-001.phpt xslt_setopt.phpt

2002-10-25 Thread Melvyn Sopacua
msopacuaFri Oct 25 15:17:15 2002 EDT Added files: /php4/ext/xslt/testsxslt-001.phpt xslt_process-001.phpt xslt_process-002.phpt xslt_set_object.phpt xslt_set_scheme_handlers-001.phpt

[PHP-CVS] cvs: php4 /ext/xslt php_sablot.h sablot.c

2002-10-25 Thread Melvyn Sopacua
msopacuaFri Oct 25 15:23:14 2002 EDT Modified files: /php4/ext/xslt php_sablot.h sablot.c Log: - Add XSLT_REG_ERRMSG macro to register an error on the handle - Rename constants to a bit more appropreate format - Add XSLT_ERR_UNSUPPORTED_SCHEME to

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Marcus Börger
It should not break any test...please send a list of those failed. marcus At 19:24 25.10.2002, Ilia Alshanetsky wrote: iliaa Fri Oct 25 13:24:10 2002 EDT Modified files: /php4 run-tests.php Log: The log_errors=1 breaks a number of tests and is useless for our

[PHP-CVS] cvs: php4 /ext/standard basic_functions.c

2002-10-25 Thread Ilia Alshanetsky
iliaa Fri Oct 25 15:33:10 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: Cleanup (make sterling happy). Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.537

Re: [PHP-CVS] cvs: php4 / run-tests.php

2002-10-25 Thread Melvyn Sopacua
At 21:27 25-10-2002, Marcus Börger wrote: It should not break any test...please send a list of those failed. ext/xslt/xslt-001.phpt (used to be 009.phpt). log_errors=1 on cli, is /dev/stderr. Ilia: Could you take a look at the message I sent regarding your fix of that test? There are other

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities01.phpt htmlentities02.phpt htmlentities03.phpt htmlentities04.phpt htmlentities05.phpt htmlentities06.phpt htmlentities07.phpt htmlentities08.phpt htmlentities09.phpt htmlentities1.phpt htmlentities2.phpt htmlentities3.phpt htmlentities4.phpt htmlentities5.phpt htmlentities6.phpt htmlentities7.phpt htmlentities8.phpt htmlentities9.phpt

2002-10-25 Thread Moriyoshi Koizumi
moriyoshi Fri Oct 25 17:39:02 2002 EDT Added files: /php4/ext/standard/tests/stringshtmlentities01.phpt htmlentities02.phpt htmlentities03.phpt

[PHP-CVS] cvs: CVSROOT / avail

2002-10-25 Thread Rasmus Lerdorf
rasmus Fri Oct 25 21:46:12 2002 EDT Modified files: /CVSROOTavail Log: sybase-ct karma for Timm Friebe Index: CVSROOT/avail diff -u CVSROOT/avail:1.518 CVSROOT/avail:1.519 --- CVSROOT/avail:1.518 Thu Oct 24 08:45:00 2002 +++ CVSROOT/avail Fri Oct

[PHP-CVS] cvs: CVSROOT / avail

2002-10-25 Thread Rasmus Lerdorf
rasmus Fri Oct 25 21:48:37 2002 EDT Modified files: /CVSROOTavail Log: phpdoc accounts Index: CVSROOT/avail diff -u CVSROOT/avail:1.519 CVSROOT/avail:1.520 --- CVSROOT/avail:1.519 Fri Oct 25 21:46:12 2002 +++ CVSROOT/avail Fri Oct 25 21:48:37 2002

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

2002-10-25 Thread Yasuo Ohgaki
yohgaki Fri Oct 25 22:08:05 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Remove useless check. # Problem was in other place Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.125 php4/ext/mbstring/mbstring.c:1.126

[PHP-CVS] cvs: CVSROOT / avail

2002-10-25 Thread Rasmus Lerdorf
rasmus Fri Oct 25 23:49:54 2002 EDT Modified files: /CVSROOTavail Log: phpdoc karma for astone Index: CVSROOT/avail diff -u CVSROOT/avail:1.520 CVSROOT/avail:1.521 --- CVSROOT/avail:1.520 Fri Oct 25 21:48:37 2002 +++ CVSROOT/avail Fri Oct 25