1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

NEWS update

This commit is contained in:
2000-10-23 01:09:09 +00:00
parent bccdaff6d1
commit def5cb5332

5
NEWS
View File

@@ -3,6 +3,11 @@ PHP 4.0 NEWS
?? ??? 2000, Version 4.0.4
- IIS Admin mudule added
- OCIBindByName() now does better parameter-checking. (Thies)
- 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)