summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-14 07:39:41 +0000
committerSascha Schumann <sas@php.net>2000-06-14 07:39:41 +0000
commit177e77fdabd211ff31d143df0de56088c8352950 (patch)
treef13d0949785c4a87a4e755c89fa4dfe57d682e17
parent17fe68011726ca577e3308c3e1ca479f5665cca8 (diff)
downloadphp-git-177e77fdabd211ff31d143df0de56088c8352950.tar.gz
.
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8d16003776..e16e38cab5 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,9 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2000, Version 4.0.1
+- Added --enable-c9x-inline option for compilers which support the new C9x
+ standard. If you encounter undefined references to i_zend_is_true and
+ other symbols, you should enable this. (Sascha, Zend Library)
- Fixed a problem in ldap_add() and ldap_modify(), sometimes added trailing
garbage to the values (Stig Venaas)
- Fixed a problem with dbmopen() not handing 'c' correctly with dbm/db/ndbm