summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
author <changelog@php.net>2001-07-14 23:10:25 +0000
committer <changelog@php.net>2001-07-14 23:10:25 +0000
commit02c5c3dd466a26a5ea9bfd14e07f6c1fc9ca7e28 (patch)
tree792a28f8cfed6afd9a41c8ff6dbbf5e916ff0c1c /NEWS
parentfbc8f3f51dca400637d8b40901b98a16a0d68483 (diff)
downloadphp-git-02c5c3dd466a26a5ea9bfd14e07f6c1fc9ca7e28.tar.gz
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9def0468c0..e35e8d8c32 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,10 @@ PHP 4.0 NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 200?, Version 4.0.7-dev
- Fixed crash in iptcparse() if the supplied data was bogus. (Thies)
+- Fix return value for a failed snmpset() - now returns false (Rasmus)
+- Add hostname:port support to snmp functions
+ (nbougues@axialys.net, Rasmus)
+- Fixed crash in iptcparse() if the supplied data was bogus. (Thies)
- Fixed return value for a failed snmpset() - now returns false (Rasmus)
- Added hostname:port support to snmp functions (nbougues@axialys.net, Rasmus)
- Added fdf_set_encoding() function (Masaki YATSU, Rasmus)