summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Venaas <venaas@php.net>2000-08-19 18:09:21 +0000
committerStig Venaas <venaas@php.net>2000-08-19 18:09:21 +0000
commit48b5c6d900888e54227e6a24987c86d1e2da9f90 (patch)
tree70f88907e450119c1b7e20df985792a1990ab032
parent595ca6b588d766a1464a112cbce5d0791952ed55 (diff)
downloadphp-git-48b5c6d900888e54227e6a24987c86d1e2da9f90.tar.gz
Note about Oracle LDAP SDK support. Should I not say experimental?
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 02d01761ce..8991af92d8 100644
--- a/NEWS
+++ b/NEWS
@@ -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)