From: Date: Sat, 13 Jul 2002 00:16:42 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3bda0b40c237c124a10d58fb08817b5a72410572;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8cf144f455..a42b39d2c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2002-07-12 Jani Taskinen + + * ext/mysql/php_mysql.c: Partially reverted the netware related commit. + + * ext/mysql/php_mysql.c: Beauify a bit.. + + * ext/mysql/php_mysql.c: + Some ws fixes. And removed the problems causing typedef for ushort. + + * ext/standard/image.c: + - Fixed compile (bug #18297) on such systems which define uchar. + + * ext/imap/config.m4: + Bail out the given path does not have the libraries in it. + + * ext/openssl/openssl.c: MFH + + * ext/openssl/openssl.c: + Fixed bug: #18295. e_os.h is not supposed to be included.. + +2002-07-12 Anantha Kesari H Y + + * netware/buildext.bat: File needed to build extensions for NetWare + + * ext/mysql/mysql.mak + ext/mysql/php_mysql.c: Added NetWare changes + +2002-07-12 Jani Taskinen + + * ext/imap/config.m4: + Make configure stop if something is wrong with libraries/linking. + + * ext/yaz/php_yaz.c + ext/yaz/php_yaz.h: Fix ZTS build + +2002-07-12 Sebastian Bergmann + + * ext/mbstring/mbstring.c: Remove unused variables. + +2002-07-12 Jani Taskinen + + * .cvsignore: missing entry for config.h.in + + * build/build.mk: + .libs/ directories are created when building shared extensions. + + * NEWS: minor typo fixbug. + + * main/main.c + main/rfc1867.c + main/rfc1867.h: - Added predefined constants for the upload errors. + - Removed the debugging error (not useful for end-users) + 2002-07-11 Jani Taskinen * ext/ftp/php_ftp.c: ws fix