From: Date: Tue, 12 Oct 1999 04:14:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: php-4.0b3_RC2~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff4a3a6a94d5f106f37743a9868e366537ee2e3b;p=php *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 646c0cc189..ae5d06cd31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,7 +19,6 @@ (configure) Allow IFX_LIBDIR environment variable to specify the Informix library path to allow linking with the static libraries (libtool related). (Danny). - path for configure (Danny). 1999-10-11 changelog diff --git a/NEWS b/NEWS index 2804a7b9d0..e60f5a95bf 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ PHP 4.0 NEWS - Informix driver : Changed ifx.ec to use the new high-performance ZEND API. (Danny) - IXF_LIBDIR environment variable specifies alternate Informix library + path for configure (Danny). - Fixed gmmktime() so that the following should always be true: gmmktime([args]) == mktime([args]) + date('Z', mktime([args])) (Jouni) - setlocale doesn't anymore screw up things if you forgot to change it back