From: Date: Mon, 5 Jun 2000 02:15:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd9e047d6504875ae06a2ff62c750b5738c82540;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e1024e53ba..0b045a247f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2000-06-04 Jouni Ahto + + * ext/pgsql/pgsql.c: + (pg_connect) Missed adding reference to link. + +2000-06-04 Zeev Suraski + + * NEWS + ext/session/mod_files.c + ext/standard/dir.c + reentrancy.c + win32/readdir.c + win32/readdir.h: Fix Win32 build + + * NEWS: *** empty log message *** + +2000-06-04 Jouni Ahto + + * ext/pgsql/pgsql.c + ext/pgsql/php_pgsql.h: + - Added functions pg_loimport(), pg_loexport(). + - Added functions pg_loimport(), pg_loexport(). + +2000-06-04 Rasmus Lerdorf + + * ext/standard/image.c: Add SWF support to getimagesize() function + +2000-06-04 Sascha Schumann + + * Makefile.in: Redirect messages from cp modules/* to /dev/null + +2000-06-04 Stanislav Malyshev + + * ext/standard/array.c: \0 is part of they key, but not of the variable + +2000-06-04 Sascha Schumann + + * configure.in: + Back out the last change by Andi which caused TSRM to be always configured. + + This needs to be refined. It caused breakage on several platforms. + +2000-06-04 Stanislav Malyshev + + * ext/standard/dir.c + php.h + php_virtual_cwd.c + php_virtual_cwd.h: add opendir to VIRTUAL_DIR + + * php_virtual_cwd.c: chdir returns -1 on error, so should V_CHDIR + + * ext/standard/dir.c: chdir returns 0 on success, compare against it + +2000-06-04 Rasmus Lerdorf + + * rfc1867.c: Add support for both indexed and non-indexed arrays of file uploads + eg. name="file[]" type="file" (Rasmus) + 2000-06-03 Zeev Suraski * NEWS: *** empty log message ***