From: Date: Thu, 17 Aug 2000 01:09:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~89 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80612a97ebb68fad9c975fd1e6e216cca6de1c3a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3a42815cb0..b2e114d5bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2000-08-16 Andi Gutmans + + * main/fopen-wrappers.c + main/fopen-wrappers.h: + - The beginning of an attempt to cleanup fopen-wrappers. + - I started with trying to localize the V_FOPEN's so that we can have a + - version which won't really open the file for include_once/require_once to + - work faster and have less chance of a race which would cause a fd leak. + - What I did will, therefore, change but I want to do this step by step + - because the code is extremley messy so first of all I want to make sure + - that the isolating of the V_FOPEN code doesn't break anything. + - How about moving URL stuff out of this file? + - php_fopen_url_wrapper() copy and pasted the second part of + - php_fopen_wrapper() (incorrectly). Please try not to copy&paste code but + - centralize functionality. Need to think of a nice way to nuke one of the + - copies and have both functions use the same one. + +2000-08-16 Thies C. Arntzen + + * ext/oci8/oci8.c: compile fix + +2000-08-16 Hartmut Holzgraefe + + * ext/standard/assert.c: proto fixed + +2000-08-16 Jouni Ahto + + * ext/pgsql/pgsql.c: + - Return NULL type when column is NULL, now that we have it in PHP4. + - Fixed a bug in handling NULL columns, PQgetvalue() doesn't return a NULL + pointer in this case, but a pointer to a string of 0 length... + 2000-08-15 Sascha Schumann * build/rules.mk: Change the C++ extension to .cpp