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

2002-10-23 Thread changelog
changelog Wed Oct 23 20:33:35 2002 EDT Modified files: /php4 ChangeLog Log: ChangeLog update Index: php4/ChangeLog diff -u php4/ChangeLog:1.1200 php4/ChangeLog:1.1201 --- php4/ChangeLog:1.1200 Tue Oct 22 20:33:51 2002 +++ php4/ChangeLog

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

2002-10-23 Thread changelog
changelog Wed Oct 23 20:34:02 2002 EDT Modified files: /ZendEngine2ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.132 ZendEngine2/ChangeLog:1.133 --- ZendEngine2/ChangeLog:1.132 Tue Oct 22 20:34:16

[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-10-23 Thread changelog
changelog Wed Oct 23 20:34:33 2002 EDT Modified files: /php4 NEWS Log: NEWS update Index: php4/NEWS diff -u php4/NEWS:1.1222 php4/NEWS:1.1223 --- php4/NEWS:1.1222Tue Oct 22 00:02:44 2002 +++ php4/NEWS Wed Oct 23 20:34:33 2002 -1,6 +1,7

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

2002-10-23 Thread Melvyn Sopacua
Ah - now I get why posting to QA gives me 'cc: command not found'. Any objections to using getenv('CC') and default to 'cc' when undefined? I for one don't have cc in my path and have set the CC=gcc in my profile, further more 'cc' may not be the compiler used. At 10:51 23-10-2002, Jan

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

2002-10-23 Thread Jan Lehnardt
Hi, On Wed, Oct 23, 2002 at 12:18:06PM +0200, Melvyn Sopacua wrote: Ah - now I get why posting to QA gives me 'cc: command not found'. Any objections to using getenv('CC') and default to 'cc' when undefined? I for one don't have cc in my path and have set the CC=gcc in my profile, further

[PHP-CVS] cvs: php4 /ext/dbx/tests 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt dbx_test.p

2002-10-23 Thread Marc Boeren
mboeren Wed Oct 23 06:45:30 2002 EDT Modified files: /php4/ext/dbx/tests 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt dbx_test.p Log: Updated tests for Oracle (oci8) support (Mc) Index: php4/ext/dbx/tests/004.phpt diff -u

[PHP-CVS] cvs: php4 /ext/dbx dbx.c dbx_oci8.c howto_extend_dbx.html

2002-10-23 Thread Marc Boeren
mboeren Wed Oct 23 06:50:23 2002 EDT Modified files: /php4/ext/dbx dbx.c dbx_oci8.c howto_extend_dbx.html Log: Added Oracle (oci8) support Added Oracle (oci8) support to dbx module (Mc) Index: php4/ext/dbx/dbx.c diff -u php4/ext/dbx/dbx.c:1.38

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 08:59:18 2002 EDT Modified files: /php4 README.TESTING Log: update and correct Index: php4/README.TESTING diff -u php4/README.TESTING:1.6 php4/README.TESTING:1.7 --- php4/README.TESTING:1.6 Tue Oct 22 05:00:51 2002 +++

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

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Marcus Börger wrote: helly Wed Oct 23 08:59:18 2002 EDT Modified files: /php4 README.TESTING Log: update and correct +/ext/standard/tests/strings 003.phpt is a good example for using EXPECTF +instead of EXPECT. From time

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

2002-10-23 Thread Andrey Hristov
- Original Message - From: Marcus Börger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 3:59 PM Subject: [PHP-CVS] cvs: php4 / README.TESTING + +/ext/standard/tests/strings 003.phpt is a good example for using EXPECTF +instead of EXPECT. From time to time

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 14:32:56 2002 EDT Modified files: /php4/ext/mbstring mbstring.c mbstring.h /php4/main main.c Log: Renaming the functions. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.113

[PHP-CVS] cvs: php4 /sapi/apache mod_php4.c

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 14:34:58 2002 EDT Modified files: /php4/sapi/apache mod_php4.c Log: Forgot this one. Index: php4/sapi/apache/mod_php4.c diff -u php4/sapi/apache/mod_php4.c:1.144 php4/sapi/apache/mod_php4.c:1.145 ---

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

2002-10-23 Thread Andrey Hristov
andrey Wed Oct 23 15:33:13 2002 EDT Added files: /php4/ext/standard/tests/strings004.phpt Log: Test case regarding randomization of shuffle() and str_shuffle(). The code was provided by Adam Trachtenberg : adam trachtenberg com Index:

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 15:38:46 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Added folding markers for happier hacking Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.115 php4/ext/mbstring/mbstring.c:1.116 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests 003.phpt xslt_set_error_handler.php

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 15:52:25 2002 EDT Removed files: /php4/ext/xslt/testsxslt_set_error_handler.php Modified files: /php4/ext/xslt/tests003.phpt Log: Make it work without .php files Index:

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 15:58:37 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed comment position. # Sorry for repetitive commit logs :) Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.117

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

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 16:13:42 2002 EDT Modified files: /php4 run-tests.php Log: [0.05] - Disable html_errors in info sent Index: php4/run-tests.php diff -u php4/run-tests.php:1.84 php4/run-tests.php:1.85 --- php4/run-tests.php:1.84 Wed Oct 23

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 16:32:51 2002 EDT Modified files: /php4/ext/mbstring php_unicode.c Log: Modified mb_convert_case() to handle cased characters properly when MB_CASE_TITLE is specified. Index: php4/ext/mbstring/php_unicode.c diff -u

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

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 16:35:16 2002 EDT Modified files: /php4/tests/lang034.phpt Log: - Use new setlocal semantics Index: php4/tests/lang/034.phpt diff -u php4/tests/lang/034.phpt:1.5 php4/tests/lang/034.phpt:1.6 --- php4/tests/lang/034.phpt:1.5Thu

[PHP-CVS] cvs: php4 /ext/mbstring/tests casefold.phpt

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 16:38:19 2002 EDT Modified files: /php4/ext/mbstring/testscasefold.phpt Log: Updated the test case Index: php4/ext/mbstring/tests/casefold.phpt diff -u php4/ext/mbstring/tests/casefold.phpt:1.2

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

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 16:56:09 2002 EDT Modified files: /php4 README.TESTING Log: Some english fixes Added docs for automated testing. Now telling the current version of the truth about ini settings :) Be more verbose about QA goals intentions and

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

2002-10-23 Thread Moriyoshi Koizumi
Hi, The first letter in $chars appears to be a small a with a grave accent in my linux box. Is this a typo for a small a with a two-dot umlaut sign, or the test is supposed to fail? Moriyoshi Melvyn Sopacua [EMAIL PROTECTED] wrote: msopacua Tue Oct 22 15:39:17 2002 EDT

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

2002-10-23 Thread Ilia A.
I will have that test working correctly momentarily. As it stands that test would only work if a locale supporting the used characters is exported. Ilia On October 23, 2002 05:04 pm, Moriyoshi Koizumi wrote: Hi, The first letter in $chars appears to be a small a with a grave accent in my

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

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:15:08 2002 EDT Modified files: /php4 README.TESTING Log: statis-status clarity on the exit status Index: php4/README.TESTING diff -u php4/README.TESTING:1.8 php4/README.TESTING:1.9 --- php4/README.TESTING:1.8 Wed Oct

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

2002-10-23 Thread Melvyn Sopacua
Typo indeed. At 23:07 23-10-2002, Ilia A. wrote: I will have that test working correctly momentarily. As it stands that test would only work if a locale supporting the used characters is exported. ??? I'd like to see that one. Not sure what you mean now. Ilia On October 23, 2002 05:04

Re: [PHP-CVS] cvs: php4(apache_hooks) /sapi/apache mod_php4.c

2002-10-23 Thread Jon Parise
On Wed, Oct 23, 2002 at 09:23:05AM +0200, Derick Rethans wrote: Fixed. Is there a standard indent file? Not that I know... but some files have emacs/vim formatting comments at the bottom. And the style is described literally in CODING_STANDARDS. -- Jon Parise ([EMAIL PROTECTED]) ::

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

2002-10-23 Thread Moriyoshi Koizumi
Thanks. But can it be rewritten to be skipped unless it is applicable ...? Moriyoshi Ilia A. [EMAIL PROTECTED] wrote: I will have that test working correctly momentarily. As it stands that test would only work if a locale supporting the used characters is exported. Ilia On October 23,

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

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:32:09 2002 EDT Modified files: /php4 README.TESTING Log: Provide an example cron script, to invite people to test. Index: php4/README.TESTING diff -u php4/README.TESTING:1.10 php4/README.TESTING:1.11 ---

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

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:39:32 2002 EDT Modified files: /php4 README.STREAMS Log: - Apply proper capitalization to PHP and MySQL. - Correct some spelling errors. Index: php4/README.STREAMS diff -u php4/README.STREAMS:1.7 php4/README.STREAMS:1.8 ---

[PHP-CVS] cvs: php4 / README.UNIX-BUILD-SYSTEM

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:46:40 2002 EDT Modified files: /php4 README.UNIX-BUILD-SYSTEM Log: Correct spelling. Index: php4/README.UNIX-BUILD-SYSTEM diff -u php4/README.UNIX-BUILD-SYSTEM:1.2 php4/README.UNIX-BUILD-SYSTEM:1.3 ---

[PHP-CVS] cvs: php4 /ext/xslt/tests 009.phpt

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 18:21:39 2002 EDT Modified files: /php4/ext/xslt/tests009.phpt Log: suddenly, there was a newline Index: php4/ext/xslt/tests/009.phpt diff -u php4/ext/xslt/tests/009.phpt:1.2 php4/ext/xslt/tests/009.phpt:1.3 ---

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:09:08 2002 EDT Modified files: /php4/ext/standard html.c Log: fix warning Index: php4/ext/standard/html.c diff -u php4/ext/standard/html.c:1.55 php4/ext/standard/html.c:1.56 --- php4/ext/standard/html.c:1.55 Tue Oct 22 16:11:48

[PHP-CVS] cvs: php4 /tests .cvsignore

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:20:01 2002 EDT Modified files: /php4/tests .cvsignore Log: allow php here for the moment #hope someone will remove those php files here Index: php4/tests/.cvsignore diff -u php4/tests/.cvsignore:1.7 php4/tests/.cvsignore:1.8 ---

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:51:15 2002 EDT Modified files: /php4/ext/exif/tests001.phpt 003.phpt Log: better use var_dump and EXPECTF #seems i waited for EXPECTF Index: php4/ext/exif/tests/001.phpt diff -u php4/ext/exif/tests/001.phpt:1.8

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:00:26 2002 EDT Modified files: /php4 README.TESTING Log: additions Index: php4/README.TESTING diff -u php4/README.TESTING:1.12 php4/README.TESTING:1.13 --- php4/README.TESTING:1.12Wed Oct 23 17:44:43 2002 +++

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

2002-10-23 Thread Marcus Börger
Nice test and additional skip logic but i think we should use characters available in germany like our umlauts. I suspect the test fails for me because my locale does not recognize the three characters used which are non german characters anyway... marcus At 01:04 24.10.2002, Ilia Alshanetsky

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

2002-10-23 Thread Ilia A.
On October 23, 2002 08:17 pm, Marcus Börger wrote: Nice test and additional skip logic but i think we should use characters available in germany like our umlauts. I suspect the test fails for me because my locale does not recognize the three characters used which are non german characters

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

2002-10-23 Thread Adam Maccabee Trachtenberg
On Thu, 24 Oct 2002, Marcus Börger wrote: Shouldn't we allow - in %i, too? I would like the following: %i = [+\-]?[0-9]+ %d = [0-9]+ %f = [+\-]?\.?[0-9]+\.?[0-9]* Isn't there a spec for printf() style options? These may be good settings, but I think it's much better to follow the

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 20:49:38 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: use german characters for a test with german locale Index: php4/ext/standard/tests/strings/strtoupper.phpt diff -u

[PHP-CVS] cvs: php4 /main rfc1867.c

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 22:56:28 2002 EDT Modified files: /php4/main rfc1867.c Log: MFH; we would see a nasty problem again if it was not fixed... Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.120 php4/main/rfc1867.c:1.121 ---

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

2002-10-23 Thread Jani Taskinen
In configure.in we have this checked and I guess you added this because building this extension as 'phpized' didn't work? Consider using this macro instead: PHP_CHECK_FUNC(yp_match, nsl) --Jani On Wed, 23 Oct 2002, Hartmut Holzgraefe wrote: hholzgra

[PHP-CVS] cvs: php4(apache_hooks) /sapi/apache mod_php4.c

2002-10-23 Thread George Schlossnagle
gschlossnagle Wed Oct 23 03:12:13 2002 EDT Modified files: (Branch: apache_hooks) /php4/sapi/apache mod_php4.c Log: white space changes (s//\t/g) Index: php4/sapi/apache/mod_php4.c diff -u php4/sapi/apache/mod_php4.c:1.120.2.12

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

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: Derick Rethans wrote: On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: yohgaki Tue Oct 22 21:21:04 2002 EDT Modified files: /php4 Makefile.global Log: Fixed buffring issue again. WTF are you doing?

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

2002-10-23 Thread Derick Rethans
On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: Derick Rethans wrote: Yes I do know what you were trying to explain, but I again do not agree with your reasoning. Ok, but it's not compelling since you are one of them that didn't aware of the result of the change. [snip unrelated issue] I

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

2002-10-23 Thread Yasuo Ohgaki
Derick Rethans wrote: On Wed, 23 Oct 2002, Yasuo Ohgaki wrote: I tell you that I am aware of the issue that the tests suite may result in sometimes different results because of this, and that's supposed to be like that to be able to test as much different combinations as possible (like Ilia

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

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 04:46:50 2002 EDT Modified files: /php4 Makefile.global Log: - Remove this messed up thing AGAIN #- Yasuo: touch it and I'll fly over applying a YART on you. Index: php4/Makefile.global diff -u php4/Makefile.global:1.34

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

2002-10-23 Thread Jan Lehnardt
jan Wed Oct 23 04:51:18 2002 EDT Modified files: /php4 run-tests.php Log: - be more verbose Index: php4/run-tests.php diff -u php4/run-tests.php:1.81 php4/run-tests.php:1.82 --- php4/run-tests.php:1.81 Tue Oct 22 14:53:56 2002 +++

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

2002-10-23 Thread Marcus Börger
At 02:46 23.10.2002, Jani Taskinen wrote: You propably didn't notice, but this extension is actually deprecated..you should use DBA instead. --Jani That does not mean we should fix it - as long as it isn't removed. marcus -- PHP CVS Mailing List (http://www.php.net/) To