]> granicus.if.org Git - php/commitdiff
cleanup
authorfoobar <sniper@php.net>
Sun, 9 Jun 2002 17:05:17 +0000 (17:05 +0000)
committerfoobar <sniper@php.net>
Sun, 9 Jun 2002 17:05:17 +0000 (17:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 720c596bbc8ccb58a92a7496ba7b8309f29c0846..8065f745a32c047dd9c504bac7cf42d6fe86bf7f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
-- added support for --with-mysql-sock so people can specify it (eg, NFS compiles, etc)
+- Added --with-mysql-sock configure option which can be used to override
+  the unix socket location. (e.g. NFS compiles, etc.) (imajes)
 - Fixed is_a() to properly work on extension registered classes. (Andrei)
-- New constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig)
+- Added new constants: PHP_PREFIX and PHP_SHLIB_SUFFIX. (Stig)
 - Added STDIN, STDOUT and STDERR constants for CLI sapi reflecting opened
   streams to their respective I/O counterparts. (Edin)
 - Added pctnl_alarm() function. (Edin)