]> granicus.if.org Git - php/commitdiff
*** empty log message ***
author <changelog@php.net> <>
Tue, 12 Oct 1999 04:14:04 +0000 (04:14 +0000)
committer <changelog@php.net> <>
Tue, 12 Oct 1999 04:14:04 +0000 (04:14 +0000)
ChangeLog
NEWS

index 646c0cc189307832a25d81008a0e8c49fdf225c7..ae5d06cd31fac1b93094f08f05798915444c93d8 100644 (file)
--- 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  <changelog@www>
 
diff --git a/NEWS b/NEWS
index 2804a7b9d0bf74dd3124775c4bb7278b7463c6c6..e60f5a95bfd0fb0d676363256f96885aa15c6cfe 100644 (file)
--- 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