]> granicus.if.org Git - php/commitdiff
Note about Oracle LDAP SDK support. Should I not say experimental?
authorStig Venaas <venaas@php.net>
Sat, 19 Aug 2000 18:09:21 +0000 (18:09 +0000)
committerStig Venaas <venaas@php.net>
Sat, 19 Aug 2000 18:09:21 +0000 (18:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 02d01761ce2d412d207e31e3891de0f286c5606b..8991af92d88b312671d626480c88df1afcaab78a 100644 (file)
--- 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)