Re: [PHP-CVS] cvs: php4 /ext/mbstring/tests 027.inc 027.phpt

2002-10-21 Thread Derick Rethans
On Mon, 21 Oct 2002, Moriyoshi Koizumi wrote: moriyoshi Sun Oct 20 22:27:51 2002 EDT Added files: /php4/ext/mbstring/tests 027.inc 027.phpt Log: Added a new test case to confirm the inconsistent regex behaviour reported on [EMAIL PROTECTED]

Re: [PHP-CVS] cvs: php4 /ext/mbstring/tests 027.inc 027.phpt

2002-10-21 Thread Derick Rethans
Hi! On Mon, 21 Oct 2002, Yasuo Ohgaki wrote: Derick Rethans wrote: Why do you use an include file for this? This makes maintaining it harder, please include it in the test script itself. Most mbstring tests are written by me. For me, hard coding php script in phpt is hard to

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

2002-10-21 Thread Marcus Börger
Your log message becomes a comment here shouldn't it be Bug #number? marcus At 13:00 21.10.2002, Thies C. Arntzen wrote: thies Mon Oct 21 07:00:41 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: #19948 Index: php4/ext/oci8/oci8.c diff -u

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

2002-10-21 Thread Moriyoshi Koizumi
Good call on \s, but what's with the \$ ? Haven't used ereg functions in ages, but why should the $ be escaped? If this is mandatory, we should update the examples at: http://www.php.net/manual/en/ref.regex.php Ah, that's not about regex. I suppose double quoted $ signs should always imply

[PHP-CVS] cvs: php4 /ext/fdf config.m4 fdf.c php_fdf.h

2002-10-21 Thread Hartmut Holzgraefe
hholzgraMon Oct 21 15:55:29 2002 EDT Modified files: /php4/ext/fdf config.m4 fdf.c php_fdf.h Log: updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut) reworked some existing stuff added some functions suporting stuff that have

[PHP-CVS] cvs: php4 /ext/ncurses php_ncurses.h

2002-10-21 Thread Hartmut Holzgraefe
hholzgraMon Oct 21 10:56:43 2002 EDT Modified files: /php4/ext/ncurses php_ncurses.h Log: ZTS build fix Index: php4/ext/ncurses/php_ncurses.h diff -u php4/ext/ncurses/php_ncurses.h:1.7 php4/ext/ncurses/php_ncurses.h:1.8 ---

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

2002-10-21 Thread Hartmut Holzgraefe
hholzgraMon Oct 21 15:24:49 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: fixed build for getopt_long-less platforms, removed left-over todo comments Index: php4/ext/standard/basic_functions.c diff -u

[PHP-CVS] cvs: php4 /ext/standard php_fopen_wrapper.c /main SAPI.c main.c php_content_types.c php_globals.h

2002-10-21 Thread Hartmut Holzgraefe
hholzgraMon Oct 21 12:41:07 2002 EDT Modified files: /php4/main SAPI.c main.c php_content_types.c php_globals.h /php4/ext/standard php_fopen_wrapper.c Log: some changes to how request input data (Content-Lenght 0) is handled - webdav-specific

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

2002-10-21 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 21 06:22:41 2002 EDT Modified files: /php4 run-tests.php Log: \s cannot be used with ereg() Index: php4/run-tests.php diff -u php4/run-tests.php:1.77 php4/run-tests.php:1.78 --- php4/run-tests.php:1.77 Mon Oct 21 05:04:56

Re: [PHP-CVS] cvs: php4 /ext/xml/tests 007.phpt

2002-10-21 Thread Derick Rethans
On Mon, 21 Oct 2002, Melvyn Sopacua wrote: msopacua Mon Oct 21 04:55:07 2002 EDT Modified files: /php4/ext/xml/tests 007.phpt Log: Skip this when strtoupper doesn't behave as expected, because casefolding depends on this. erm, this is just a

[PHP-CVS] cvs: CVSROOT / avail

2002-10-21 Thread Rasmus Lerdorf
rasmus Mon Oct 21 03:28:25 2002 EDT Modified files: /CVSROOTavail Log: phpdoc karma for Fernando Conceição Index: CVSROOT/avail diff -u CVSROOT/avail:1.516 CVSROOT/avail:1.517 --- CVSROOT/avail:1.516 Fri Oct 18 21:29:32 2002 +++ CVSROOT/avail Mon

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

2002-10-21 Thread Thies C. Arntzen
thies Mon Oct 21 07:00:41 2002 EDT Modified files: /php4/ext/oci8 oci8.c Log: #19948 Index: php4/ext/oci8/oci8.c diff -u php4/ext/oci8/oci8.c:1.180 php4/ext/oci8/oci8.c:1.181 --- php4/ext/oci8/oci8.c:1.180 Sat Oct 19 22:20:13 2002 +++

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended /main main.c php_globals.h

2002-10-21 Thread Ilia Alshanetsky
iliaa Mon Oct 21 09:09:29 2002 EDT Modified files: /php4/main main.c php_globals.h /php4 php.ini-dist php.ini-recommended Log: Fixed bug #16880. Added an ini option max_input_time that allows the user to specify how much time a script may spend

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

2002-10-21 Thread Sander Roobol
sander Mon Oct 21 05:04:57 2002 EDT Modified files: /php4 run-tests.php Log: The results of each test should go on a single line Index: php4/run-tests.php diff -u php4/run-tests.php:1.76 php4/run-tests.php:1.77 --- php4/run-tests.php:1.76 Mon Oct

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

2002-10-21 Thread Melvyn Sopacua
Good call on \s, but what's with the \$ ? Haven't used ereg functions in ages, but why should the $ be escaped? If this is mandatory, we should update the examples at: http://www.php.net/manual/en/ref.regex.php At 10:23 10/21/2002 +, Moriyoshi Koizumi wrote: moriyoshi Mon Oct

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

2002-10-21 Thread Sterling Hughes
sterlingMon Oct 21 18:36:00 2002 EDT Modified files: /php4/ext/curl curl.c Log: no need to double fetch Index: php4/ext/curl/curl.c diff -u php4/ext/curl/curl.c:1.119 php4/ext/curl/curl.c:1.120 --- php4/ext/curl/curl.c:1.119 Wed Oct 2 12:44:48

[PHP-CVS] cvs: php4 /ext/fdf config.m4

2002-10-21 Thread Jani Taskinen
sniper Mon Oct 21 18:58:52 2002 EDT Modified files: /php4/ext/fdf config.m4 Log: Cleanup. (no tabs here!) Index: php4/ext/fdf/config.m4 diff -u php4/ext/fdf/config.m4:1.19 php4/ext/fdf/config.m4:1.20 --- php4/ext/fdf/config.m4:1.19 Mon Oct 21 15:55:28

[PHP-CVS] cvs: php4 /ext/standard link.c TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h

2002-10-21 Thread Ilia Alshanetsky
iliaa Mon Oct 21 19:35:29 2002 EDT Modified files: /TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h /php4/ext/standard link.c Log: Fixed symlink/link functions on ZTS builds. Made URL detection in symlink code use php_stream_locate_url_wrapper().

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
yohgaki Mon Oct 21 20:03:49 2002 EDT Modified files: /php4 Makefile.global Log: Hmm. -c options was there, but removed. It is _needed_ for php.ini users uses buffer by default. Index: php4/Makefile.global diff -u php4/Makefile.global:1.30

[PHP-CVS] cvs: php4 / Makefile.global

2002-10-21 Thread Jani Taskinen
sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4 Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before you go and change something. #

[PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
(BJani Taskinen wrote: (B sniperMon Oct 21 20:18:26 2002 EDT (B (B Modified files: (B /php4 Makefile.global (B Log: (B - Revert the undiscussed change. (B # (B # Yasuo, don't you think there was a reason to drop this??? (B # Please,

[PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Ah. I see. (B (BPrevious commit made by Derick is bogus :) (BThe -c option does not make tests depend on php.ini-dest. (BOnly php executable running run-tests.php use it. (B (BTherefore, tests scripts are _not_ depended on php.ini-dest. (Bi.e. actual test script is using whatever php.ini

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Shane Caraveo wrote: Yasuo Ohgaki wrote: Jani Taskinen wrote: sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4 Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? # Please, discuss these things before

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Jani Taskinen
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: Jani Taskinen wrote: sniper Mon Oct 21 20:18:26 2002 EDT Modified files: /php4Makefile.global Log: - Revert the undiscussed change. # # Yasuo, don't you think there was a reason to drop this??? #

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Jani Taskinen
On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: Previous commit made by Derick is bogus :) The -c option does not make tests depend on php.ini-dest. Only php executable running run-tests.php use it. Of course. Maybe we shouldn't use ANY ini file? :) Therefore, tests scripts are _not_ depended on

Re: [PHP-CVS] Re: cvs: php4 / Makefile.global

2002-10-21 Thread Yasuo Ohgaki
Just making sure. No objections using php.ini-dist _only for_ run-tests.php? PS: This is the 3rd time I've trird to fix buffering issue with run-tests.php and php.ini-recommended :) -- Yasuo Ohgaki Jani Taskinen wrote: On Tue, 22 Oct 2002, Yasuo Ohgaki wrote: Previous commit made by Derick