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

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:01:56 2002 EDT Modified files: /php4/main output.c Log: Fixed bug #17825. Double zval_ptr_dtor(). Index: php4/main/output.c diff -u php4/main/output.c:1.124 php4/main/output.c:1.125 --- php4/main/output.c:1.124Mon Sep 30 22:43:33

[PHP-CVS] cvs: php4 / NEWS

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:04:05 2002 EDT Modified files: /php4 NEWS Log: Bug fix Index: php4/NEWS diff -u php4/NEWS:1.1163 php4/NEWS:1.1164 --- php4/NEWS:1.1163Mon Sep 30 22:54:30 2002 +++ php4/NEWS Tue Oct 1 06:04:04 2002 -4,6 +4,7 -

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

2002-10-01 Thread Zeev Suraski
zeevTue Oct 1 06:16:40 2002 EDT Modified files: /php4/ext/mbstring php_unicode.c Log: Fix warnings Index: php4/ext/mbstring/php_unicode.c diff -u php4/ext/mbstring/php_unicode.c:1.1 php4/ext/mbstring/php_unicode.c:1.2 ---

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

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 06:19:04 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main output.c Log: MFH Index: php4/main/output.c diff -u php4/main/output.c:1.88.2.2 php4/main/output.c:1.88.2.3 --- php4/main/output.c:1.88.2.2 Fri Aug 23 04:36:28 2002 +++

[PHP-CVS] cvs: php4 /ext/session php_session.h session.c

2002-10-01 Thread Sascha Schumann
sas Tue Oct 1 07:59:46 2002 EDT Modified files: /php4/ext/session php_session.h session.c Log: The session extension ensures now that get_session_var can rely on the state of $_SESSION/$HTTP_SESSION_VARS. It does not look up symbols in the global

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

2002-10-01 Thread Sascha Schumann
sas Tue Oct 1 15:19:11 2002 EDT Modified files: /php4/ext/session mod_files.c Log: Disable pread/pwrite for now until we can clarify why it should be impossible to write a check for a broken OS feature. Index: php4/ext/session/mod_files.c diff -u

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

2002-10-01 Thread Stefan Esser
sesser Tue Oct 1 17:53:25 2002 EDT Modified files: /php4/ext/standard filestat.c Log: repairing the chaos utime(filename, NULL) is not only valid but a MUST on linux if you are not the owner... Index: php4/ext/standard/filestat.c diff -u

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

2002-10-01 Thread Marcus Börger
I was working on this one too and thought about listing all skipped directories. I also thought about a special skip file that allows to skip all tests in a directory by one file. This came to my mind when seeing many extensions having an include file that is used for the skip section. Will we

[PHP-CVS] cvs: php4 / NEWS /ext/pgsql pgsql.c php_pgsql.h

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 22:41:21 2002 EDT Modified files: /php4 NEWS /php4/ext/pgsql pgsql.c php_pgsql.h Log: Added pg_ping() Index: php4/NEWS diff -u php4/NEWS:1.1165 php4/NEWS:1.1166 --- php4/NEWS:1.1165Tue Oct 1 22:11:26 2002 +++ php4/NEWS

[PHP-CVS] cvs: php4 / NEWS

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 23:17:30 2002 EDT Modified files: /php4 NEWS Log: pg_data_seek() Index: php4/NEWS diff -u php4/NEWS:1.1166 php4/NEWS:1.1167 --- php4/NEWS:1.1166Tue Oct 1 22:41:19 2002 +++ php4/NEWS Tue Oct 1 23:17:30 2002 -8,7 +8,7 -

[PHP-CVS] cvs: php4 /ext/pgsql mysql_users.php

2002-10-01 Thread Yasuo Ohgaki
yohgaki Tue Oct 1 23:32:28 2002 EDT Added files: /php4/ext/pgsql mysql_users.php Log: Add some example functions for mysql users. Index: php4/ext/pgsql/mysql_users.php +++ php4/ext/pgsql/mysql_users.php ?php /* * File: mysql_users.php * Author:

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

2002-10-01 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 00:03:22 2002 EDT Modified files: /php4 NEWS /php4/ext/pgsql pgsql.c Log: Added pg_unescape_bytea(). Fixed pg_data_seek(). php_pgsql_unescape_bytea(PQunescapeBytea) is shamelessly stolen from PostgreSQL 7.3 :) Index:

[PHP-CVS] cvs: php4 /tests/func 006.phpt

2002-10-01 Thread Yasuo Ohgaki
yohgaki Wed Oct 2 01:29:06 2002 EDT Modified files: /php4/tests/func006.phpt Log: Improve test to show output bufferring bypass bug clearly. Index: php4/tests/func/006.phpt diff -u php4/tests/func/006.phpt:1.2 php4/tests/func/006.phpt:1.3 ---

[PHP-CVS] cvs: php4 / acinclude.m4 /ext/session config.m4 mod_files.c

2002-10-01 Thread Sascha Schumann
sas Wed Oct 2 02:05:16 2002 EDT Modified files: /php4 acinclude.m4 /php4/ext/session config.m4 mod_files.c Log: The pread/pwrite macros check for a bug in the Linux glibc now. The bug causes the kernel not to return -1/EAGAIN. The new test