[PHP-CVS] cvs: php-src(PHP_4_3) /ext/ircg ircg.c

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 02:27:55 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: always provide recipient info, already fixed in HEAD Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.8

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/ircg ircg.c

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 02:29:45 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: make it compile Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.9 php-src/ext/ircg/ircg.c:1.137.2.10 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/ircg ircg.c

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 02:59:43 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/ircg ircg.c Log: make the recipient parameter actually useful Index: php-src/ext/ircg/ircg.c diff -u php-src/ext/ircg/ircg.c:1.137.2.10 php-src/ext/ircg/ircg.c:1.137.2.11

[PHP-CVS] cvs: php-src /tests/classes private_redeclare.phpt

2003-07-03 Thread Marcus Boerger
helly Thu Jul 3 06:05:01 2003 EDT Added files: /php-src/tests/classes private_redeclare.phpt Log: Check private redeclare behavior Index: php-src/tests/classes/private_redeclare.phpt +++ php-src/tests/classes/private_redeclare.phpt --TEST-- ZE2 A

[PHP-CVS] cvs: php-src /ext/dba dba_db2.c dba_db3.c dba_db4.c

2003-07-03 Thread Marcus Boerger
helly Thu Jul 3 07:17:35 2003 EDT Modified files: /php-src/ext/dbadba_db2.c dba_db3.c dba_db4.c Log: Fix open mode (noticed by FutureQuest, Inc.) Index: php-src/ext/dba/dba_db2.c diff -u php-src/ext/dba/dba_db2.c:1.34 php-src/ext/dba/dba_db2.c:1.35 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/dba dba_db2.c dba_db3.c dba_db4.c

2003-07-03 Thread Marcus Boerger
helly Thu Jul 3 07:23:27 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/dbadba_db2.c dba_db3.c dba_db4.c Log: MFH: Fix open mode (noticed by FutureQuest, Inc.) Index: php-src/ext/dba/dba_db2.c diff -u php-src/ext/dba/dba_db2.c:1.30.2.3

[PHP-CVS] cvs: php-src /tests/classes destructor_and_globals.phpt

2003-07-03 Thread Marcus Boerger
helly Thu Jul 3 10:06:51 2003 EDT Added files: /php-src/tests/classes destructor_and_globals.phpt Log: Accessing globals from a destructor causes memory corruption Index: php-src/tests/classes/destructor_and_globals.phpt +++

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

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 10:34:02 2003 EDT Modified files: /php-src/ext/standard dir.c Log: PHP glob() will now emulate GLOB_ONLYDIR on non-GNU systems Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.121

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

2003-07-03 Thread Hartmut Holzgraefe
hholzgraThu Jul 3 10:54:03 2003 EDT Modified files: /php-src/ext/standard dir.c Log: VCWD awareness and (hopefully) windows compile fix Index: php-src/ext/standard/dir.c diff -u php-src/ext/standard/dir.c:1.122 php-src/ext/standard/dir.c:1.123

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

2003-07-03 Thread Moriyoshi Koizumi
moriyoshi Thu Jul 3 11:26:12 2003 EDT Modified files: /php-src/main rfc1867.c Log: Fix build Index: php-src/main/rfc1867.c diff -u php-src/main/rfc1867.c:1.140 php-src/main/rfc1867.c:1.141 --- php-src/main/rfc1867.c:1.140Wed Jul 2

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

2003-07-03 Thread Moriyoshi Koizumi
moriyoshi Thu Jul 3 11:30:14 2003 EDT Modified files: /php-src/ext/mbstring mbstring.h Log: Added missing protos Index: php-src/ext/mbstring/mbstring.h diff -u php-src/ext/mbstring/mbstring.h:1.55 php-src/ext/mbstring/mbstring.h:1.56 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mbstring mbstring.h

2003-07-03 Thread Moriyoshi Koizumi
moriyoshi Thu Jul 3 11:39:51 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mbstring mbstring.h Log: MFH(r-1.56): added missing protos Index: php-src/ext/mbstring/mbstring.h diff -u php-src/ext/mbstring/mbstring.h:1.40.2.6

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/mssql php_mssql.c

2003-07-03 Thread Frank M. Kromann
fmk Thu Jul 3 12:47:10 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/mssql php_mssql.c Log: Change fetch functions and protos so they make more sense. fetch_row or fetch_assoc should not take the optional parameter Index:

[PHP-CVS] cvs: php-src /ext/fbsql php_fbsql.c php_fbsql.h

2003-07-03 Thread Frank M. Kromann
fmk Thu Jul 3 12:48:18 2003 EDT Modified files: /php-src/ext/fbsql php_fbsql.c php_fbsql.h Log: Change fetch functions and protos so they make more sense. fetch_row or fetch_assoc should not take the optional parameter Index:

[PHP-CVS] cvs: php-src /ext/mssql php_mssql.c

2003-07-03 Thread Frank M. Kromann
fmk Thu Jul 3 12:53:05 2003 EDT Modified files: /php-src/ext/mssql php_mssql.c Log: Change fetch functions and protos so they make more sense. fetch_row or fetch_assoc should not take the optional parameter Index: php-src/ext/mssql/php_mssql.c diff -u

[PHP-CVS] cvs: php-src /tests/classes clone_004.phpt clone_005.phpt

2003-07-03 Thread Marcus Boerger
helly Thu Jul 3 15:53:01 2003 EDT Added files: /php-src/tests/classes clone_005.phpt clone_004.phpt Log: More __clone testing Index: php-src/tests/classes/clone_005.phpt +++ php-src/tests/classes/clone_005.phpt --TEST-- ZE2 object cloning, 5

[PHP-CVS] cvs: php-src(PHP_4_3) / acinclude.m4

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 18:54:07 2003 EDT Modified files: (Branch: PHP_4_3) /php-srcacinclude.m4 Log: Quote all instances of ) when used in case..esac constructs Some m4 versions appear to drop these when certain macros are used recursively. Index:

[PHP-CVS] cvs: php-src(PHP_4) / acinclude.m4

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 18:54:27 2003 EDT Modified files: (Branch: PHP_4) /php-srcacinclude.m4 Log: MFB quoting of ) Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.218.2.18.4.3 php-src/acinclude.m4:1.218.2.18.4.4 ---

[PHP-CVS] cvs: php-src / acinclude.m4

2003-07-03 Thread Sascha Schumann
sas Thu Jul 3 18:54:57 2003 EDT Modified files: /php-srcacinclude.m4 Log: MFB quoting of ) Index: php-src/acinclude.m4 diff -u php-src/acinclude.m4:1.254 php-src/acinclude.m4:1.255 --- php-src/acinclude.m4:1.254 Tue Jul 1 23:04:35 2003 +++