summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2000-10-23 01:09:09 +0000
committer <changelog@php.net>2000-10-23 01:09:09 +0000
commitdef5cb5332342db2f0cc3804e81b772eb4655401 (patch)
treefdcbe1fe653229dd54e5bdc78d876d04040f8515 /NEWS
parentbccdaff6d1a57be13f9f77867197c440fb23242c (diff)
downloadphp-git-def5cb5332342db2f0cc3804e81b772eb4655401.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bdef8dac31..a6351fec5e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)