[PHP-CVS] cvs: php4(apache_hooks) /main SAPI.c

2002-10-07 Thread George Schlossnagle
gschlossnagle Tue Oct 8 02:42:54 2002 EDT Modified files: (Branch: apache_hooks) /php4/main SAPI.c Log: headers code cleanup Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.147.4.3 php4/main/SAPI.c:1.147.4.4 --- php4/main/SAPI.c:1.147.4.3 Mon Oct 7 2

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

2002-10-07 Thread George Schlossnagle
gschlossnagle Tue Oct 8 02:25:03 2002 EDT Modified files: (Branch: apache_hooks) /php4/sapi/apache php_apache.c Log: header code cleanup Index: php4/sapi/apache/php_apache.c diff -u php4/sapi/apache/php_apache.c:1.45.4.7 php4/sapi/apache/php_apache.c:1.4

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

2002-10-07 Thread Andi Gutmans
Try and see if "indent -kr -ts4 -l160" helps you. It usually works pretty well. Andi At 08:39 AM 10/6/2002 +, Rasmus Lerdorf wrote: >rasmus Sun Oct 6 04:39:05 2002 EDT > > Modified files: > /php4/ext/gd/libgd gd.c > Log: > WS fix - although the entire libgd directory is

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

2002-10-07 Thread Sebastian Bergmann
sebastian Tue Oct 8 01:08:39 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c php_mbregex.h Log: Fix ZTS build. Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.13 php4/ext/mbstring/php_mbregex.c:1.14 --- php4

[PHP-CVS] cvs: php4 /ext/bz2/tests .cvsignore /ext/crack/tests .cvsignore /ext/ctype/tests .cvsignore /ext/cybermut/tests .cvsignore /ext/db/tests .cvsignore /ext/dbx/tests .cvsignore /ext/dio/tests .cvsignore /ext/domxml/tests .cvsignore /ext/exif/tests .cvsignore /ext/gmp/tests .cvsignore /ext/iconv/tests .cvsignore /ext/interbase/tests .cvsignore /ext/mbstring/tests .cvsignore /ext/mcrypt/tests .cvsignore /ext/mcve/tests .cvsignore /ext/ncurses/tests .cvsignore /ext/openssl/tests .cvsignore /ext/pcntl/tests .cvsignore /ext/pgsql/tests .cvsignore /ext/pspell/tests .cvsignore /ext/session/tests .cvsignore /ext/skeleton/tests .cvsignore /ext/standard/tests .cvsignore /ext/standard/tests/aggregation .cvsignore /ext/standard/tests/array .cvsignore /ext/standard/tests/assert .cvsignore /ext/standard/tests/file .cvsignore /ext/standard/tests/general_functions .cvsignore /ext/standard/tests/math .cvsignore /ext/standard/tests/reg .cvsignore /ext/standard/tests/serialize .cvsignore /ext/standard/tests/strings .cvsignore /ext/standard/tests/time .cvsignore /ext/standard/tests/versioning .cvsignore /ext/sysvmsg/tests .cvsignore /ext/xml/tests .cvsignore /ext/xslt/tests .cvsignore /ext/zip/tests .cvsignore /ext/zlib/tests .cvsignore /pear/Console/tests .cvsignore /pear/tests .cvsignore /tests .cvsignore /tests/basic .cvsignore /tests/classes .cvsignore /tests/func .cvsignore /tests/lang .cvsignore /tests/strings .cvsignore

2002-10-07 Thread Jani Taskinen
sniper Mon Oct 7 23:01:16 2002 EDT Modified files: /php4/ext/bz2/tests .cvsignore /php4/ext/crack/tests .cvsignore /php4/ext/ctype/tests .cvsignore /php4/ext/cybermut/tests.cvsignore /php4/ext/db/tests .cvsignore /php4/ext/db

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

2002-10-07 Thread Jani Taskinen
sniper Mon Oct 7 23:00:06 2002 EDT Modified files: /php4 run-tests.php Log: ws fixes Index: php4/run-tests.php diff -u php4/run-tests.php:1.62 php4/run-tests.php:1.63 --- php4/run-tests.php:1.62 Mon Oct 7 11:16:47 2002 +++ php4/run-tests.php M

[PHP-CVS] cvs: php4 / configure.in

2002-10-07 Thread Sascha Schumann
sas Mon Oct 7 22:27:53 2002 EDT Modified files: /php4 configure.in Log: add support for adding /usr/lib to the linkline by default Index: php4/configure.in diff -u php4/configure.in:1.379 php4/configure.in:1.380 --- php4/configure.in:1.379 Sat

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

2002-10-07 Thread Yasuo Ohgaki
Stefan Esser wrote: > Hi, > > Sorry, half of the patch was bogus... For some reason I thought > -1 / 10 stays -1. Obviously that is wrong. No problem. BTW, I remember you mentioned 2 problems related to mbstring. One is converting/decoding user input twice. It was unrelated to mbstring and I th

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

2002-10-07 Thread George Schlossnagle
gschlossnagle Mon Oct 7 22:17:02 2002 EDT Modified files: (Branch: apache_hooks) /php4/sapi/apache mod_php4.c php_apache.c Log: sync with head. add optional content type param to send_http_header Index: php4/sapi/apache/mod_php4.c diff -u php4/sapi/apac

[PHP-CVS] cvs: php4(apache_hooks) /main SAPI.c main.c php_main.h

2002-10-07 Thread George Schlossnagle
gschlossnagle Mon Oct 7 22:16:26 2002 EDT Modified files: (Branch: apache_hooks) /php4/main main.c SAPI.c php_main.h Log: sync with head Index: php4/main/main.c diff -u php4/main/main.c:1.407.2.4 php4/main/main.c:1.407.2.5 --- php4/main/main.c:1.407.2.4

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Jani Taskinen
sniper Mon Oct 7 21:34:41 2002 EDT Modified files: /php4 NEWS Log: style polizei Index: php4/NEWS diff -u php4/NEWS:1.1191 php4/NEWS:1.1192 --- php4/NEWS:1.1191Mon Oct 7 20:36:09 2002 +++ php4/NEWS Mon Oct 7 21:34:41 2002 @@ -1,25 +1,25 @@ P

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-10-07 Thread Stig Bakken
ssb Mon Oct 7 21:04:52 2002 EDT Modified files: /php4/main config.w32.h.in Log: * make these variables configurable from environment on Windows: PEAR_INSTALLDIR PHP_BINDIR PHP_CONFIG_FILE_PATH PHP_CONFIG_FILE_SCAN_DIR PHP_DATADIR

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

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 20:16:53 2002 EDT Modified files: /php4/ext/ming config.m4 Log: Get rid of redundant loop Index: php4/ext/ming/config.m4 diff -u php4/ext/ming/config.m4:1.17 php4/ext/ming/config.m4:1.18 --- php4/ext/ming/config.m4:1.17Mon Oct

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

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 20:15:11 2002 EDT Modified files: /php4/ext/ming config.m4 Log: FreeBSD ming port sticks ming.h in /usr/local/include/ming/ming.h and we weren't finding it there. Index: php4/ext/ming/config.m4 diff -u php4/ext/ming/config.m4:1.16 p

[PHP-CVS] cvs: php4 /sapi/apache php_apache_http.h

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 20:14:02 2002 EDT Modified files: /php4/sapi/apache php_apache_http.h Log: zlib.h being included before ssl.h needs to be handled here too Index: php4/sapi/apache/php_apache_http.h diff -u php4/sapi/apache/php_apache_http.h:1.3 php4/sapi

[PHP-CVS] cvs: php4 /ext/zlib config0.m4

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 18:27:51 2002 EDT Modified files: /php4/ext/zlib config0.m4 Log: Make zlib-dir actually mean something during the check Index: php4/ext/zlib/config0.m4 diff -u php4/ext/zlib/config0.m4:1.11 php4/ext/zlib/config0.m4:1.12 --- php4/ext/z

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

2002-10-07 Thread Dan Kalowsky
kalowskyMon Oct 7 17:58:57 2002 EDT Modified files: /php4/ext/standard quot_print.c Log: Fix for bug #19798 (submitted by [EMAIL PROTECTED]) Index: php4/ext/standard/quot_print.c diff -u php4/ext/standard/quot_print.c:1.21 php4/ext/standard/quot_pr

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Melvyn Sopacua
msopacuaMon Oct 7 17:48:25 2002 EDT Modified files: /php4 NEWS Log: Add xslt milestones Index: php4/NEWS diff -u php4/NEWS:1.1189 php4/NEWS:1.1190 --- php4/NEWS:1.1189Mon Oct 7 15:51:32 2002 +++ php4/NEWS Mon Oct 7 17:48:25 2002 @@ -6,

[PHP-CVS] cvs: php4 /ext/zlib config0.m4

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 17:13:46 2002 EDT Modified files: /php4/ext/zlib config0.m4 Log: Argh! Revert. I'm on drugs. Was linking in a newer libz when I checked this. Index: php4/ext/zlib/config0.m4 diff -u php4/ext/zlib/config0.m4:1.10 php4/ext/zlib/c

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.cphp_string.h string.c

2002-10-07 Thread Adam Trachtenberg
I apologize for the long delay in replying, but I've been very busy lately. I believe your example code is not measuring all of the correct variables. It is only recording how many permutations were created by the shuffle functions -- your method seems to do this. However, it does not factor in t

[PHP-CVS] cvs: php4 /ext/standard/tests/strings strpos.phpt strstr.phpt substr_count.phpt

2002-10-07 Thread Ilia Alshanetsky
iliaa Mon Oct 7 17:07:42 2002 EDT Added files: /php4/ext/standard/tests/stringsstrstr.phpt strpos.phpt substr_count.phpt Log: Added tests for strstr(), strpos() and substr_count() functions. Index: php4/ext

[PHP-CVS] cvs: php4 /ext/zlib config0.m4

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 16:59:59 2002 EDT Modified files: /php4/ext/zlib config0.m4 Log: Oops, should still define that. Didn't think I needed it as nothing in ext/zlib checks it, but it is checked elsewhere. Index: php4/ext/zlib/config0.m4 diff -u php4/e

[PHP-CVS] cvs: php4 /ext/zlib config0.m4

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 16:55:43 2002 EDT Modified files: /php4/ext/zlib config0.m4 Log: This restriction is no longer true after the streams changes. Index: php4/ext/zlib/config0.m4 diff -u php4/ext/zlib/config0.m4:1.8 php4/ext/zlib/config0.m4:1.9 --- php4/

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

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 16:12:48 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: Fixed typo. Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.12 php4/ext/mbstring/php_mbregex.c:1.13 --- php4/ext/mbstring/

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Markus Fischer
mfischerMon Oct 7 15:51:32 2002 EDT Modified files: /php4 NEWS Log: - Update Index: php4/NEWS diff -u php4/NEWS:1.1188 php4/NEWS:1.1189 --- php4/NEWS:1.1188Mon Oct 7 13:13:59 2002 +++ php4/NEWS Mon Oct 7 15:51:32 2002 @@ -1,6 +1,7 @@

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

2002-10-07 Thread Tal Peer
tal Mon Oct 7 15:35:29 2002 EDT Added files: /php4/ext/fribidi/tests 001.phpt Log: Initial commit of fribidi_log2vis test Index: php4/ext/fribidi/tests/001.phpt +++ php4/ext/fribidi/tests/001.phpt --TEST-- fribidi_log2vis --SKIPIF-- --POST--

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.c mbstring.hphp_mbregex.c php_mbregex.h

2002-10-07 Thread Moriyoshi Koizumi
> Please don't merge until after we branched the real PHP_4_3 branch... > Also, please do not add new features until then. The first milestone of php-i18n.sourceforge.jp project is merging the new code base into PHP_4_3 release... I suppose it would be a little late, so I won't try to do it des

Re: [PHP-CVS] cvs: php4 /ext/mbstring mbstring.c mbstring.hphp_mbregex.c php_mbregex.h

2002-10-07 Thread Derick Rethans
On Mon, 7 Oct 2002, Moriyoshi Koizumi wrote: > moriyoshi Mon Oct 7 13:59:49 2002 EDT > > Added files: > /php4/ext/mbstringphp_mbregex.h > > Modified files: > /php4/ext/mbstringmbstring.c mbstring.h php_mbregex.c > Log:

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

2002-10-07 Thread Moriyoshi Koizumi
Perhaps this appears to be breaking the build, because I've made a slight change to the dependency between mbstring.c and php_mbregex.c. In such case, please do "make clean" before complaining to me :) "Moriyoshi Koizumi" <[EMAIL PROTECTED]> wrote: > moriyoshi Mon Oct 7 13:59:49 200

[PHP-CVS] cvs: php4 /ext/mbstring/tests 021.inc 021.phpt 022.inc 022.phpt 023.inc 023.phpt 024.inc 024.phpt

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 14:02:05 2002 EDT Added files: /php4/ext/mbstring/tests021.inc 021.phpt 022.inc 022.phpt 023.inc 023.phpt 024.inc 024.phpt Log: Added test cases for mbregex Index: php4/ext/mbstring/tests/02

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

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 13:59:49 2002 EDT Added files: /php4/ext/mbstring php_mbregex.h Modified files: /php4/ext/mbstring mbstring.c mbstring.h php_mbregex.c Log: Lots of clean-up for upcoming mbstring merging event. Added mb_regex

[PHP-CVS] cvs: php4 / php.ini-dist

2002-10-07 Thread Colin Viebrock
cmv Mon Oct 7 13:58:27 2002 EDT Modified files: /php4 php.ini-dist Log: Document session.save_path option in php.ini Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.161 php4/php.ini-dist:1.162 --- php4/php.ini-dist:1.161 Thu Oct 3 02:

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

2002-10-07 Thread Andrei Zmievski
andrei Mon Oct 7 13:16:24 2002 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Use a copy of locale instead of the original. Fixes bug #19482. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.128 php4/ext/pcre/php_pcre.c:1.129 ---

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Derick Rethans
derick Mon Oct 7 13:14:00 2002 EDT Modified files: /php4 NEWS Log: 2. :) Index: php4/NEWS diff -u php4/NEWS:1.1187 php4/NEWS:1.1188 --- php4/NEWS:1.1187Mon Oct 7 13:11:34 2002 +++ php4/NEWS Mon Oct 7 13:13:59 2002 @@ -1,10 +1,10 @@ PHP 4

[PHP-CVS] cvs: php4 / NEWS

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 13:11:35 2002 EDT Modified files: /php4 NEWS Log: . Index: php4/NEWS diff -u php4/NEWS:1.1186 php4/NEWS:1.1187 --- php4/NEWS:1.1186Sun Oct 6 02:03:16 2002 +++ php4/NEWS Mon Oct 7 13:11:34 2002 @@ -1,6 +1,9 @@ PHP 4

[PHP-CVS] cvs: php4 /ext/xslt/tests 008.phpt xslt_set_object.xsl

2002-10-07 Thread David Viner
dviner Mon Oct 7 12:59:07 2002 EDT Added files: /php4/ext/xslt/tests008.phpt xslt_set_object.xsl Log: adding test of xslt_set_object --dviner Index: php4/ext/xslt/tests/008.phpt +++ php4/ext/xslt/tests/008.phpt --TEST-- xslt_set_object functi

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mbstring php_mbregex.c

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 12:48:16 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring php_mbregex.c Log: fixed mb_split() Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.5.2.3 php4/ext/mbstring/php_mbregex.c:1.

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

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 12:46:43 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: fixed mb_split (the value of third parameter treated wrongly) Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.10 php4/ext/mbs

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

2002-10-07 Thread Rasmus Lerdorf
rasmus Mon Oct 7 12:46:38 2002 EDT Modified files: /php4/ext/standard dir.c Log: readdir() was returning NULL instead of FALSE when used on an invalid directory handle. If someone forgot to check (as someone here did) that the opendir() succeeded, and then

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

2002-10-07 Thread Stefan Esser
Hi, Sorry, half of the patch was bogus... For some reason I thought -1 / 10 stays -1. Obviously that is wrong. However: important is the i=0; Without that line i is some value between 0 and 248, depending on c. Off course initialised with such a value it is possible to overwrite stack values tha

[PHP-CVS] cvs: php4(PHP_4_3) /ext/mbstring php_mbregex.c

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 12:17:22 2002 EDT Modified files: (Branch: PHP_4_3) /php4/ext/mbstring php_mbregex.c Log: MFH Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.5.2.2 php4/ext/mbstring/php_mbregex.c:1.5.2.3 --- php

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

2002-10-07 Thread Moriyoshi Koizumi
moriyoshi Mon Oct 7 12:15:37 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: MFH Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.9 php4/ext/mbstring/php_mbregex.c:1.10 --- php4/ext/mbstring/php_mbreg

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

2002-10-07 Thread Stefan Esser
sesser Mon Oct 7 12:11:31 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: never smash the stack... Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.44 php4/ext/mbstring/mbfilter.c:1.45 --- php4/ext/mbstring/mbfilte

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

2002-10-07 Thread Stefan Esser
sesser Mon Oct 7 12:05:29 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: fixing possible off by one in error case Index: php4/ext/mbstring/mbfilter.c diff -u php4/ext/mbstring/mbfilter.c:1.43 php4/ext/mbstring/mbfilter.c:1.44 --- php4/ext/

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

2002-10-07 Thread Sander Roobol
sander Mon Oct 7 11:16:48 2002 EDT Modified files: /php4 run-tests.php Log: Temporary (?) workaround (?) for is_executable() on Windows. Index: php4/run-tests.php diff -u php4/run-tests.php:1.61 php4/run-tests.php:1.62 --- php4/run-tests.php:1.61

[PHP-CVS] cvs: CVSROOT / avail

2002-10-07 Thread zeev
zeevMon Oct 7 08:45:35 2002 EDT Modified files: /CVSROOTavail Log: Add PEAR for Damien Index: CVSROOT/avail diff -u CVSROOT/avail:1.510 CVSROOT/avail:1.511 --- CVSROOT/avail:1.510 Sat Oct 5 19:01:16 2002 +++ CVSROOT/avail Mon Oct 7 08:45:31

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

2002-10-07 Thread Derick Rethans
On Fri, 4 Oct 2002, Marcus Börger wrote: > This affects some of the newly introduced tests and the ob discussion... > > Derick could you verify that your test uses the correct ini file when running: > > sapi/cli/php -c php.ini-dist run-tests.php tests/strings/004.phpt > > Remember the handling

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

2002-10-07 Thread Stefan Esser
sesser Mon Oct 7 07:43:55 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main rfc1867.c Log: MFH: closing protected variables hole Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.116 php4/main/rfc1867.c:1.116.4.1 --- php4/main/rfc1867.c:1.116

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

2002-10-07 Thread Stefan Esser
sesser Mon Oct 7 07:23:25 2002 EDT Modified files: /php4/main rfc1867.c Log: Closing protected variables hole Index: php4/main/rfc1867.c diff -u php4/main/rfc1867.c:1.116 php4/main/rfc1867.c:1.117 --- php4/main/rfc1867.c:1.116 Sat Aug 17 07:48:21 200

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

2002-10-07 Thread Zeev Suraski
zeevMon Oct 7 07:21:06 2002 EDT Modified files: /php4/main output.c Log: Whitespace Index: php4/main/output.c diff -u php4/main/output.c:1.141 php4/main/output.c:1.142 --- php4/main/output.c:1.141Sun Oct 6 08:02:53 2002 +++ php4/main/output.c Mon

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

2002-10-07 Thread Jani Taskinen
sniper Mon Oct 7 07:08:11 2002 EDT Modified files: /php4/ext/fbsql config.m4 Log: Fix obvious error.. Index: php4/ext/fbsql/config.m4 diff -u php4/ext/fbsql/config.m4:1.11 php4/ext/fbsql/config.m4:1.12 --- php4/ext/fbsql/config.m4:1.11 Mon Oct 7

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

2002-10-07 Thread Jan Lehnardt
jan Mon Oct 7 06:09:08 2002 EDT Modified files: /php4/ext/fbsql config.m4 Log: - fix typo and improve error message Index: php4/ext/fbsql/config.m4 diff -u php4/ext/fbsql/config.m4:1.10 php4/ext/fbsql/config.m4:1.11 --- php4/ext/fbsql/config.m4:1.1

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

2002-10-07 Thread Sascha Schumann
sas Mon Oct 7 06:07:27 2002 EDT Modified files: /php4/ext/session/tests 021.phpt Log: Call ob_flush to force the buffer contents to go through the rewriter. Index: php4/ext/session/tests/021.phpt diff -u php4/ext/session/tests/021.phpt:1.1 php4/ext/

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

2002-10-07 Thread Marc Boeren
mboeren Mon Oct 7 05:27:03 2002 EDT Modified files: /php4/ext/dbx/tests 003.phpt 004.phpt 005.phpt 006.phpt 007.phpt 008.phpt dbx_test.p Log: Tests will be skipped if a tester does not explicitly specify the test-database setup in dbx_t