]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 25 Jul 2002 00:18:55 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Thu, 25 Jul 2002 00:18:55 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index 552f417bb9cdc629a0bad1b7af43d19a03054db3..e6b665e939c60e9957c22f232a86ebd06c7c7650 100644 (file)
--- 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:
index 3aac322dbcfa7fb73d48d8e47ba74df2b96b03c5..b1cae5566cc3c7081c40278f2b1de53bab249a7c 100644 (file)
@@ -1,3 +1,14 @@
+2002-07-24  Andi Gutmans  <andi@pb1.pair.com>
+
+    * zend_mm.c: - Fix some compile problems with the new configure checks.
+
+2002-07-24  James Cox  <imajes@pb1.pair.com>
+
+    * Zend.m4
+      zend_mm.c: move testing for the alignment values into configure.
+
+    * Zend.m4: ws fixes.
+
 2002-07-23  Andi Gutmans  <andi@pb1.pair.com>
 
     * zend_hash.c: - Fix WS.