diff options
author | Stig Venaas <venaas@php.net> | 2000-08-19 18:09:21 +0000 |
---|---|---|
committer | Stig Venaas <venaas@php.net> | 2000-08-19 18:09:21 +0000 |
commit | 48b5c6d900888e54227e6a24987c86d1e2da9f90 (patch) | |
tree | 70f88907e450119c1b7e20df985792a1990ab032 | |
parent | 595ca6b588d766a1464a112cbce5d0791952ed55 (diff) | |
download | php-git-48b5c6d900888e54227e6a24987c86d1e2da9f90.tar.gz |
Note about Oracle LDAP SDK support. Should I not say experimental?
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.2 +- Added experimental Oracle LDAP SDK support. 8.1.6 or later needed. Configure + with something like --with-ldap=/usr/local/oracle/product/8.1.6 (Stig Venaas) - Fixed memory leaks in eval(); A script that used eval() extensively, could end up consuming very large amounts of memory during execution (Zeev, Zend Engine) |