changelog               Wed Sep  6 01:30:53 2006 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2444&r2=1.2445&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2444 php-src/ChangeLog:1.2445
--- php-src/ChangeLog:1.2444    Tue Sep  5 01:30:52 2006
+++ php-src/ChangeLog   Wed Sep  6 01:30:52 2006
@@ -1,3 +1,127 @@
+2006-09-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      MFB: Fixed bug #38579 require_once/include_once optimization causes files
+      to be loaded multiple times.
+
+    * (PHP_5_2)
+      NEWS:
+      BFN
+
+    * (PHP_5_2)
+      ZendEngine2/zend_vm_def.h
+      ZendEngine2/zend_vm_execute.h:
+      Fixed bug #38579 require_once/include_once optimization causes files to 
be
+      loaded multiple times.
+
+2006-09-05  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * ext/tidy/php_tidy.h
+      ext/tidy/tidy.c
+      ext/tidy/tests/007.phpt
+      ext/tidy/tests/023.phpt:
+      sync code and tests with PHP_5_2
+
+    * (PHP_5_2)
+      ext/tidy/tidy.c
+      ext/tidy/tests/007.phpt
+      ext/tidy/tests/020.phpt
+      ext/tidy/tests/021.phpt
+      ext/tidy/tests/022.phpt
+      ext/tidy/tests/023.phpt
+      ext/tidy/tests/023.phpt:
+      sync code and tests between HEAD and PHP_5_2 branches. what a 
confusion...
+
+    * (PHP_5_2)
+      ext/tidy/tidy.c
+      ext/tidy/tests/020.phpt:
+      finish the cleaning. also add a new test
+
+2006-09-05  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ext/pcre/config.w32:
+      Added missing defines needed for win32 build
+
+2006-09-05  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/openssl/tests/004.phpt:
+      add test
+
+    * ext/openssl/tests/004.phpt
+      ext/openssl/tests/004.phpt:
+      
+      add new test for multiple leaks in openssl_csr_new()
+
+    * ext/openssl/openssl.c:
+      init variables
+
+    * ext/openssl/tests/bug28382.phpt:
+      fix test
+
+2006-09-05  Nuno Lopes  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      ext/tidy/tidy.c:
+      remove some leftover code from the time tidy would throw exceptions
+
+    * ext/date/php_date.c
+      ext/libxml/libxml.c:
+      MFB: int->zend_bool where possible
+
+    * (PHP_5_2)
+      ext/date/php_date.c
+      ext/libxml/libxml.c:
+      int->zend_bool where possible
+
+    * ext/mbstring/mbstring.c:
+      MFB (int->long)
+
+    * (PHP_5_2)
+      ext/mbstring/mbstring.c:
+      first fix from my new zend_parse_parameters_* checker
+
+2006-09-05  Edin Kadribasic  <[EMAIL PROTECTED]>
+
+    * (PHP_5_2)
+      NEWS:
+      CWD php.ini search news
+
+    * main/php_ini.c:
+      MFB
+
+    * (PHP_5_2)
+      main/php_ini.c:
+      Search for php.ini in CWD in all sapi's *but* CLI.
+      This patch reverses wrong behavaiour introduced before the
+      release of 5.1.0.
+      
+
+2006-09-05  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/imap/php_imap.c:
+      fix it in an other way
+
+    * ext/imap/php_imap.c
+      ext/imap/php_imap.c
+      ext/imap/tests/imap_utf8.phpt
+      ext/imap/tests/imap_utf8.phpt
+      ext/imap/tests/imap_utf8.phpt:
+      fix leak in imap_utf8(), avoid extra strlen() call
+      add test
+
+    * (PHP_5_2)
+      ext/gettext/gettext.c
+      ext/gettext/tests/dcngettext.phpt:
+      fix typo, add test
+
+    * ext/gettext/gettext.c
+      ext/gettext/tests/dcngettext.phpt
+      ext/gettext/tests/dcngettext.phpt:
+      fix segfaulting typo in dcngettext() =)
+      add new test
+
 2006-09-04  Nuno Lopes  <[EMAIL PROTECTED]>
 
     * ext/readline/readline.c

Reply via email to