summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-07-02 01:09:08 +0000
committer <changelog@php.net>2000-07-02 01:09:08 +0000
commit4300d396b4688c5b378b3593bf22b4fd27dca81f (patch)
treeda20f6b3b85230a9f59216d897c910963ad77f8a
parentf54fca2cf6a1e6945af09861d33cd85f547fbb07 (diff)
downloadphp-git-4300d396b4688c5b378b3593bf22b4fd27dca81f.tar.gz
ChangeLog update
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 925b021c8b..b412cd1ea0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2000-07-01 Sterling Hughes <stirling@bestweb.net>
+
+ * ext/snmp/snmp.c: revert + note.
+
+ * ext/snmp/snmp.c: - strdup -> estrdup
+ - check whether return_value array is initialized.
+
+2000-07-01 Rasmus Lerdorf <rasmus@php.net>
+
+ * main/SAPI.c:
+ This is documented to not be case sensitive and it is not case sensitive
+ in PHP 3, so let's not make it case sensitive.
+
+2000-07-01 Andi Gutmans <andi@php.net>
+
+ * ext/standard/image.c:
+ - Commit tiny patch to remove redundant code by Amit Schreiber.
+
+2000-07-01 Sterling Hughes <stirling@bestweb.net>
+
+ * ext/cybercash/cybercash.c: stylistic modifications.
+
+ * ext/cybercash/cybercash.h: definition.
+
+ * ext/cybercash/cybercash.c:
+ -Allow cybercash to compile as a DL module.
+ -Stylistic changes.
+ -Add RETURN_STRINGL + Z_*_PP macros
+
2000-06-30 Sterling Hughes <stirling@bestweb.net>
* ext/dbase/dbase.c: Fix bug 4813. Fixed by greg@darkphoton.com