summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-07-25 00:18:55 +0000
committer <changelog@php.net>2002-07-25 00:18:55 +0000
commite09f789c14854c3b031237406339a6ccd13c6fd1 (patch)
tree551ab8cfbee074070e47b15aaf6457cf2cbd40a3 /ChangeLog
parenta38038a4a0c75a6113e53838eb0b3d8498dd7569 (diff)
downloadphp-git-e09f789c14854c3b031237406339a6ccd13c6fd1.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 552f417bb9..e6b665e939 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2002-07-24 sesser <sesser@pb1.pair.com>
+
+ * main/php_variables.c: MFH
+
+ * main/php_variables.c: break out if there is no data to work on.
+
+2002-07-24 derick <derick@pb1.pair.com>
+
+ * ext/standard/head.c: - MFH for fix for bug #16626
+
+ * main/SAPI.c: - MFH for fix for bug #18268
+
+2002-07-24 yohgaki <yohgaki@pb1.pair.com>
+
+ * ext/standard/incomplete_class.c
+ ext/standard/php_incomplete_class.h
+ ext/standard/type.c:
+ is_object() returns FALSE if object is a "incomplete object".
+ Raise E_NOTICE, instead of E_ERROR, for setting/getting properties
+ to/from a "incomplete object".
+
+2002-07-24 steinm <steinm@pb1.pair.com>
+
+ * ext/hyperwave/hw.c: - removed unused variable
+
+2002-07-24 helly <helly@pb1.pair.com>
+
+ * ext/exif/exif.c: -naming convention
+ -better notices
+ -(D)WORD are unsigned datatypes
+ -started to split tygs into different arrays that would allow to handle vendor specific tags after detection of their markers
+
2002-07-23 Jim Winstead <jimw@pb1.pair.com>
* ext/standard/credits.c: