From: Andrei Zmievski Date: Mon, 23 Oct 2000 13:15:48 +0000 (+0000) Subject: Cleaned up. X-Git-Tag: php-4.0.4RC3~544 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e91a524490b1d8dd62160a8b69eadc4049a72783;p=php Cleaned up. --- diff --git a/NEWS b/NEWS index c16667bdc5..c7121aca30 100644 --- a/NEWS +++ b/NEWS @@ -6,11 +6,11 @@ PHP 4.0 NEWS - Fixed a bug in session.c. The php_session_save_current_state did not check if mod_data is NULL and such situation is possible if the user calls session_module_name with a parameter. (alex@zend.com) -- IIS Admin mudule added +- Added IIS Admin extension. (Frank) - OCIBindByName() now does better parameter-checking. (Thies) -- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c (Chris Vandomelen) +- Attempted to make compile fixes for Solaris in ext/sockets/sockets.c + (Chris Vandomelen) - Made read() binary-safe in sockets.c (Chris Vandomelen) -- Attempted fixing some compile failures (Chris Vandomelen) - Made array_intersect and array_diff not alter order (Stig Venaas) - Made ldap_connect() accept URL in host parameter when using OpenLDAP 2.x. To use SSL, use ldaps://host/ as URL. (Stig Venaas)