[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2002-07-24 Thread changelog

changelog   Wed Jul 24 20:18:56 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.77 ZendEngine2/ChangeLog:1.78
--- ZendEngine2/ChangeLog:1.77  Tue Jul 23 20:18:45 2002
+++ ZendEngine2/ChangeLog   Wed Jul 24 20:18:55 2002
@@ -1,3 +1,14 @@
+2002-07-24  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* zend_mm.c: - Fix some compile problems with the new configure checks.
+
+2002-07-24  James Cox  <[EMAIL PROTECTED]>
+
+* Zend.m4
+  zend_mm.c: move testing for the alignment values into configure.
+
+* Zend.m4: ws fixes.
+
 2002-07-23  Andi Gutmans  <[EMAIL PROTECTED]>
 
 * zend_hash.c: - Fix WS.





[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-07-24 Thread changelog

changelog   Wed Jul 24 20:18:23 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1115 php4/ChangeLog:1.1116
--- php4/ChangeLog:1.1115   Tue Jul 23 20:18:17 2002
+++ php4/ChangeLog  Wed Jul 24 20:18:22 2002
@@ -1,3 +1,35 @@
+2002-07-24  sesser  <[EMAIL PROTECTED]>
+
+* main/php_variables.c: MFH
+
+* main/php_variables.c: break out if there is no data to work on.
+
+2002-07-24  derick  <[EMAIL PROTECTED]>
+
+* ext/standard/head.c: - MFH for fix for bug #16626
+
+* main/SAPI.c: - MFH for fix for bug #18268
+
+2002-07-24  yohgaki  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* ext/hyperwave/hw.c: - removed unused variable
+
+2002-07-24  helly  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
 
 * ext/standard/credits.c: