diff options
author | Sascha Schumann <sas@php.net> | 2000-06-14 07:39:41 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-06-14 07:39:41 +0000 |
commit | 177e77fdabd211ff31d143df0de56088c8352950 (patch) | |
tree | f13d0949785c4a87a4e755c89fa4dfe57d682e17 | |
parent | 17fe68011726ca577e3308c3e1ca479f5665cca8 (diff) | |
download | php-git-177e77fdabd211ff31d143df0de56088c8352950.tar.gz |
.
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |