changelog               Wed May 21 01:31:49 2008 UTC

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1303&r2=1.1304&diff_format=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.1303 ZendEngine2/ChangeLog:1.1304
--- ZendEngine2/ChangeLog:1.1303        Tue May 20 01:32:03 2008
+++ ZendEngine2/ChangeLog       Wed May 21 01:31:49 2008
@@ -1,3 +1,26 @@
+2008-05-20  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * zend_constants.c:
+      use correct check for unicode
+      strings may be still strings, even in Unicode mode
+
+    * zend.c:
+      make sure that converters are not equal to utf8 & ascii before destroying
+      them, or we may end up with double free
+
+    * tests/constants/dir-constant-eval.phpt
+      tests/constants/dir-constant-includes.phpt
+      tests/constants/dir-constant-nested_includes.phpt
+      tests/constants/dir-constant-normal.phpt:
+      fix tests
+
+    * (PHP_5_3)
+      tests/constants/dir-constant-eval.phpt
+      tests/constants/dir-constant-includes.phpt
+      tests/constants/dir-constant-nested_includes.phpt
+      tests/constants/dir-constant-normal.phpt:
+      fix tests (say hello to disk C:\)
+
 2008-05-19  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * zend.c:
@@ -23267,7 +23290,7 @@
 2003-06-10  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * zend_multiply.h:
-      - Missing $Id: ChangeLog,v 1.1303 2008/05/20 01:32:03 changelog Exp $ tag
+      - Missing $Id: ChangeLog,v 1.1304 2008/05/21 01:31:49 changelog Exp $ tag
 
 2003-06-10  James Cox  <[EMAIL PROTECTED]>
 
@@ -24991,7 +25014,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.1303 2008/05/20 01:32:03 
changelog Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.1304 2008/05/21 01:31:49 
changelog Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to