On Tue, 1 Oct 2002, Stefan Esser wrote:
> sesserTue Oct 1 17:53:25 2002 EDT
>
> Modified files:
> /php4/ext/standardfilestat.c
> Log:
> repairing the chaos
>
> utime("filename", NULL) is not only valid but a MUST on linux if you are
> not
yohgaki Wed Oct 2 02:30:41 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Fixed pg_escape_typea()
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.229 php4/ext/pgsql/pgsql.c:1.230
--- php4/ext/pgsql/pgsql.c:1.229Wed Oct 2 0
yohgaki Wed Oct 2 02:22:52 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c
Log:
Clean up a little.
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1.228 php4/ext/pgsql/pgsql.c:1.229
--- php4/ext/pgsql/pgsql.c:1.228Wed Oct 2 00:03:
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 cas
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
--- php4/te
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: php4
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
*
* This file contains example user define
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 @@
-
yohgaki Tue Oct 1 23:16:36 2002 EDT
Modified files:
/php4/ext/pgsql pgsql.c php_pgsql.h
Log:
Added pg_data_seek().
pg_result_seek() woudl be better name, but there is mysql_data_seek()...
Index: php4/ext/pgsql/pgsql.c
diff -u php4/ext/pgsql/pgsql.c:1
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
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 re
yohgaki Tue Oct 1 22:11:27 2002 EDT
Added files:
/php4/ext/pgsql/tests 11pg_meta_data.phpt pg_meta_data.inc
Removed files:
/php4/ext/pgsql/tests 11pg_metadata.phpt pg_metadata.inc
Modified files:
/php4
sniper Tue Oct 1 21:52:25 2002 EDT
Modified files:
/php4 run-tests.php
Log:
- Run ext/* tests only for those modules that are actually compiled
into the php binary. (faster)
- Skip search of .phpt files if they are passed as parameters
Index: p
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 php4/
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 ph
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 symbol
yohgaki Tue Oct 1 07:18:31 2002 EDT
Modified files:
/php4/tests/lang031.phpt
Log:
WS and added missing output.
It seems this bug is fixed in latest version at least.
Index: php4/tests/lang/031.phpt
diff -u php4/tests/lang/031.phpt:1.6 php4/tests/lang/
yohgaki Tue Oct 1 06:25:31 2002 EDT
Modified files: (Branch: PHP_4_2_0)
/php4/main output.c
Log:
FMH. Implicit flush.
Index: php4/main/output.c
diff -u php4/main/output.c:1.88.2.3 php4/main/output.c:1.88.2.4
--- php4/main/output.c:1.88.2.3 Tue Oct 1 06:19:
Zeev Suraski wrote:
> Did this bug exist in 4.2.x? If not, it shouldn't be in the NEWS...
I was assuming this is in 4.2.x, so I checked.
It is in 4.2.x and MFHed to the branch, too.
--
Yasuo Ohgaki
>
> At 13:04 01/10/2002, Yasuo Ohgaki wrote:
>
>> yohgaki Tue Oct 1 06:04:05 2002 ED
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
+++ php4/
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
--- php4/ext/mbstring/php_unicode.
Did this bug exist in 4.2.x? If not, it shouldn't be in the NEWS...
At 13:04 01/10/2002, Yasuo Ohgaki wrote:
>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/
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 @@
- ATTENTI
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 2
24 matches
Mail list logo