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

2002-10-23 Thread Melvyn Sopacua
Ilia, the memory leak was in ext/xlst/sablot.c:1728 -> error_print. If there are problems accross platforms we should address that in the output, but this isn't testing that function. On the other hand it's in general error handling. It's required to free the previous error, when registering a ne

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

2002-10-23 Thread Moriyoshi Koizumi
> This commit occurred on the HEAD branch. Was it intended for some > other branch or is the log message incorrect? Neither, though I don't know what you really mean. My previous patch to main/rfc1867.c was wrong, so I've corrected it. Is something going wrong with that? Moriyoshi -- PHP CVS

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

2002-10-23 Thread Adam Maccabee Trachtenberg
On Thu, 24 Oct 2002, Jon Parise wrote: > On Wed, Oct 23, 2002 at 08:36:58PM -0400, Adam Maccabee Trachtenberg wrote: > > > > In short, I just want to know why run-tests.php needs an external > > > dependency on php.ini-dist. I would much prefer run-tests.php to be > > > self-contained. > > > >

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

2002-10-23 Thread Jon Parise
On Thu, Oct 24, 2002 at 02:56:28AM -, Moriyoshi Koizumi wrote: > moriyoshi Wed Oct 23 22:56:28 2002 EDT > > Modified files: > /php4/mainrfc1867.c > Log: > MFH; we would see a nasty problem again if it was not fixed... This commit occurred on th

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

2002-10-23 Thread Derick Rethans
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]* +1 on that... good thinking :)... but -.0.3 is also possible with the "%f" case now ... regards, Derick -- ---

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

2002-10-23 Thread Jon Parise
On Wed, Oct 23, 2002 at 08:36:58PM -0400, Adam Maccabee Trachtenberg wrote: > > In short, I just want to know why run-tests.php needs an external > > dependency on php.ini-dist. I would much prefer run-tests.php to be > > self-contained. > > We could probably make sure run-tests.php had the same

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

2002-10-23 Thread Jani Taskinen
sniper Wed Oct 23 23:56:40 2002 EDT Modified files: /php4 NEWS Log: style is everything Index: php4/NEWS diff -u php4/NEWS:1.1223 php4/NEWS:1.1224 --- php4/NEWS:1.1223Wed Oct 23 20:34:33 2002 +++ php4/NEWS Wed Oct 23 23:56:40 2002 @@ -1,7 +1,6 @@

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

2002-10-23 Thread Jani Taskinen
On Wed, 23 Oct 2002, Marcus Börger wrote: >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. Of

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 22:59:01 2002 EDT Modified files: /php4/main rfc1867.c Log: Fixed build when mbstring is not used - my previous patch is insufficient. Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.121 php4/main/rfc1867.c:1.122 --- php4/

[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 --- php4/main/rfc1867

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

2002-10-23 Thread Ilia Alshanetsky
iliaa Wed Oct 23 22:40:02 2002 EDT Modified files: /php4/ext/xslt/tests009.phpt Log: Various corrections aimed at making the test's results consistent across all enviroments. Index: php4/ext/xslt/tests/009.phpt diff -u php4/ext/xslt/tests/009.phpt

[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 php4/ext/standard/tests/strings/st

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 s

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

2002-10-23 Thread Adam Maccabee Trachtenberg
On Wed, 23 Oct 2002, Jon Parise wrote: > So, once again, all I really want to know is what is so special about > php.ini-dist? And what _specific_ settings do you (Yasuo) feel must > be applied to run-tests.php in order to run properly? And why can't > they just be specified via ini_set() calls.

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

[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 +++ php4/README.TESTIN

[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 php4/ext/exif/te

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

2002-10-23 Thread Marcus Börger
Shouldn't we allow "-" in %i, too? I would like the following: %i = [+\-]?[0-9]+ %d = [0-9]+ %f = [+\-]?\.?[0-9]+\.?[0-9]* marcus At 15:08 23.10.2002, Derick Rethans wrote: On Wed, 23 Oct 2002, Marcus Börger wrote: > helly Wed Oct 23 08:59:18 2002 EDT > > Modified files: > /php4

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 19:25:27 2002 EDT Modified files: /php4/ext/mbstring mbstring.c mbstring.h /php4/main rfc1867.c Log: Make php_mb_is_mb_leadbyte() obsolete. It only works with double-byte chars. # Sorry Marcus, it seems we were working simultaneo

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

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

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:08:20 2002 EDT Modified files: /php4/ext/mbstring mbstring.h Log: fix warning: used in rfc1867.c Index: php4/ext/mbstring/mbstring.h diff -u php4/ext/mbstring/mbstring.h:1.37 php4/ext/mbstring/mbstring.h:1.38 --- php4/ext/mbstring/mbstr

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 19:07:14 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: fix style and warnings Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.118 php4/ext/mbstring/mbstring.c:1.119 --- php4/ext/mbstring/mbstring.c:

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

2002-10-23 Thread Ilia Alshanetsky
iliaa Wed Oct 23 19:04:43 2002 EDT Modified files: /php4/ext/standard/tests/stringsstrtoupper.phpt Log: Added 'skip logic' to the test on platforms where the locale required by this test is not avaliable. Index: php4/ext/standard/tests/strings/strtoup

[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 --- php4/ext/xsl

[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 --- php4/README.UNIX-BUILD-SYSTEM

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

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:44:43 2002 EDT Modified files: /php4 README.TESTING Log: Correct mispellings and some word misuse. Index: php4/README.TESTING diff -u php4/README.TESTING:1.11 php4/README.TESTING:1.12 --- php4/README.TESTING:1.11Wed Oct 23 17:3

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

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:41:41 2002 EDT Modified files: /php4 README.SUBMITTING_PATCH Log: Capitalize PHP and spell "web server" using two words. Index: php4/README.SUBMITTING_PATCH diff -u php4/README.SUBMITTING_PATCH:1.3 php4/README.SUBMITTING_PATCH:1.4

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

[PHP-CVS] cvs: php4 / README.SELF-CONTAINED-EXTENSIONS

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:35:17 2002 EDT Modified files: /php4 README.SELF-CONTAINED-EXTENSIONS Log: Improve the wording in this paragraph. Index: php4/README.SELF-CONTAINED-EXTENSIONS diff -u php4/README.SELF-CONTAINED-EXTENSIONS:1.11 php4/README.SELF-CON

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

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:32:39 2002 EDT Modified files: /php4 README.PARAMETER_PARSING_API Log: Formatting nit: "autoconverted" to "auto-converted" Index: php4/README.PARAMETER_PARSING_API diff -u php4/README.PARAMETER_PARSING_API:1.5 php4/README.PARAMETER

[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 --- php4/README.TESTING

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

2002-10-23 Thread Jon Parise
jon Wed Oct 23 17:31:15 2002 EDT Modified files: /php4 README.EXT_SKEL Log: - Spell out "cd" as "change directory". - Replace "ie" with "e.g.", which is more appropriate in this context. Index: php4/README.EXT_SKEL diff -u php4/README.EXT_SKEL:1.8

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

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 17:21:08 2002 EDT Modified files: /php4 README.TESTING Log: no more looking Index: php4/README.TESTING diff -u php4/README.TESTING:1.9 php4/README.TESTING:1.10 --- php4/README.TESTING:1.9 Wed Oct 23 17:15:08 2002 +++ php4/

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 Oc

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 / Makefile.global

2002-10-23 Thread Jon Parise
On Wed, Oct 23, 2002 at 05:38:09PM +0900, Yasuo Ohgaki wrote: > Hi Ilia and Jon, > > Do you still think specifying ini used _for_ run-tests.php > is bad thing? I hope I've explained enough. > > I think you don't care, do you? I don't want to involve myself in some sort of religious argument th

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 pm,

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

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

[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

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

2002-10-23 Thread Melvyn Sopacua
msopacuaWed Oct 23 16:53:20 2002 EDT Modified files: /php4 run-tests.php Log: Implement 'no interaction' for automated tests Implement exit status 1 to make actions for automated testing selectable # Sorry Derick, was already working on this an

[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 php4/ext/mbstring/tests/casefold.

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

[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 php4/ext/mbstri

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

[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 php4/ext/mbstring/m

[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: php4/ext/xslt/tests/003.

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 15:51:50 2002 EDT Modified files: /php4/ext/mbstring mbstring.c mbstring.h /php4/main rfc1867.c Log: Function renaming. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.116 php4/ext/mbstring/mbstring

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

[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: php4/ext/stan

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 15:20:27 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Style keisatsu Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.114 php4/ext/mbstring/mbstring.c:1.115 --- php4/ext/mbstring/mbstring.c:

[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 --- php4/sapi/apache/mod_php4.c:1.

[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 php4/ext/mbstring/mbstri

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

2002-10-23 Thread Jan Lehnardt
jan Wed Oct 23 13:56:42 2002 EDT Modified files: /php4 run-tests.php Makefile.global Log: - use the cc that was detected by ./configure when determining version information in run-tests.php Index: php4/run-tests.php diff -u php4/run-tests.php:

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 12:54:31 2002 EDT Modified files: /php4/ext/mbstring mbstring.c mbstring.h /php4/main rfc1867.c Log: Remaned the functions for consistency Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.112 php4/ex

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

2002-10-23 Thread Moriyoshi Koizumi
moriyoshi Wed Oct 23 12:48:34 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: MFH Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.111 php4/ext/mbstring/mbstring.c:1.112 --- php4/ext/mbstring/mbstring.c:1.111 Mon

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

2002-10-23 Thread Hartmut Holzgraefe
hholzgraWed Oct 23 12:03:53 2002 EDT Modified files: /php4/ext/ypconfig.m4 Log: don't assume yp-functions are always in libc, try also libnsl Index: php4/ext/yp/config.m4 diff -u php4/ext/yp/config.m4:1.8 php4/ext/yp/config.m4:1.9 --- php4/ext

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

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. F

[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 +++ php4/README

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 08:54:57 2002 EDT Modified files: /php4 run-tests.php Log: remove *.php file for EXPECTF tests, too. Index: php4/run-tests.php diff -u php4/run-tests.php:1.82 php4/run-tests.php:1.83 --- php4/run-tests.php:1.82 Wed Oct 23 04:51:17

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

2002-10-23 Thread Marcus Börger
helly Wed Oct 23 08:47:31 2002 EDT Modified files: /php4/ext/standard/tests/strings003.phpt Log: Shorten # will be used as an example in README.TESTING Index: php4/ext/standard/tests/strings/003.phpt diff -u php4/ext/standard/tests/strings/003.phpt:1.

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

2002-10-23 Thread Marc Boeren
> Modified files: > /php4/ext/dbx dbx.c dbx_oci8.c howto_extend_dbx.html > Log: > Added Oracle (oci8) support Only tested on Win32 with Oracle 9.2 so far... -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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

[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 php4/ext/dbx

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, > fur

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 Lehnar

[PHP-CVS] cvs: php4 /sapi/apache2filter apache_config.c

2002-10-23 Thread Sascha Schumann
sas Wed Oct 23 06:11:38 2002 EDT Modified files: /php4/sapi/apache2filterapache_config.c Log: Maintain appropiate line breaks Index: php4/sapi/apache2filter/apache_config.c diff -u php4/sapi/apache2filter/apache_config.c:1.24 php4/sapi/apache2filter/

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 unsubs

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

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 05:35:21 2002 EDT Modified files: /php4/main main.c Log: - Trying to clean up this mess :) Index: php4/main/main.c diff -u php4/main/main.c:1.502 php4/main/main.c:1.503 --- php4/main/main.c:1.502 Wed Oct 23 05:31:33 2002 +++ php4/main

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

2002-10-23 Thread Derick Rethans
derick Wed Oct 23 05:31:34 2002 EDT Modified files: /php4/main main.c Log: - No reason why implicit_flush should not be settable from a script Index: php4/main/main.c diff -u php4/main/main.c:1.501 php4/main/main.c:1.502 --- php4/main/main.c:1.501 Mon

[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 +++ php4/run-test

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

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 sai

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 issu

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

2002-10-23 Thread Yasuo Ohgaki
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. (You didn't know about phps problem with php.ini-recommended also. Have you eve

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. > > >