From: Date: Wed, 1 Dec 1999 02:08:23 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_RETURN_REF_PATCH~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1056090dc3cdb9f1fcb02837950fa1fb188245b;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 21dd53bb94..3c41635424 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,53 @@ +1999-11-30 Sascha Schumann + + * php_regex.h: Avoid Apache's regex.h, if system regex was chosen + +1999-11-30 Rasmus Lerdorf + + * ext/imap/imap.h + ext/imap/imap.c: + * ext/imap/imap.c: Kill some warnings + +1999-11-30 Sascha Schumann + + * configure.in: Add '--enable-low-memory' option. + + * php_reentrancy.h + reentrancy.c: Add PHPAPI for Windows. + +1999-11-30 Andi Gutmans + + * ext/standard/file.c + ext/standard/basic_functions.c + ext/gd/gd.c + fopen-wrappers.c + fopen-wrappers.h + main.c + php4dllts.dsp: + - Added opened_path to php_fopen_wrapper() and the URL fopen wrapper (it's not + always properly set, it's a TODO for all of us). This enables us to implement + true 'use' support. + +1999-11-30 Nick Gorham + + * ext/odbc/php_odbc.c + ext/odbc/php_odbc.h + NEWS + ltconfig + ltmain.sh + php.ini-dist: + Added check in the ODBC module that a connection is still valid before + reuse in a persistent connection. + +1999-11-30 Thies C. Arntzen + + * sapi/isapi/php.sym: + the Zeus-Guys were nice enoug to give us a call similar to DllMain()! + +1999-11-30 Shane Caraveo + + * win32/time.h: need to prevent multiple usage + 1999-11-29 Sander Steffann * ext/gd/gd.c: Show some extra info for GD with phpinfo()