From: Stig Venaas Date: Sat, 19 Aug 2000 18:09:21 +0000 (+0000) Subject: Note about Oracle LDAP SDK support. Should I not say experimental? X-Git-Tag: php-4.0.2RC1~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48b5c6d900888e54227e6a24987c86d1e2da9f90;p=php Note about Oracle LDAP SDK support. Should I not say experimental? --- 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)