changelog               Tue Jun  3 01:32:00 2008 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3065&r2=1.3066&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3065 php-src/ChangeLog:1.3066
--- php-src/ChangeLog:1.3065    Mon Jun  2 01:31:41 2008
+++ php-src/ChangeLog   Tue Jun  3 01:31:59 2008
@@ -1,3 +1,116 @@
+2008-06-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * configure.in:
+      - Fix style
+
+    * (PHP_5_3)
+      ext/phar/Makefile.frag:
+      - Remove checked-in or older version of phar.phar as we might not be able
+      to open it
+
+    * (PHP_5_3)
+      ext/phar/phar_object.c:
+      - Need to use a proper inheritance check
+
+2008-06-02  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/hash/tests/sha224.phpt:
+      Correct test name
+
+    * ext/hash/hash.c
+      ext/hash/hash_sha.c
+      ext/hash/php_hash.h
+      ext/hash/php_hash_sha.h
+      ext/hash/tests/sha224.phpt:
+      MFB: Add sha224 support.
+
+2008-06-02  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      configure.in:
+      - PCRE is always there, no need for this check anymore
+
+    * ext/pcre/config0.m4:
+      - Simplify a bit and make a bit more readable
+
+2008-06-02  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/phar/phar.phar
+      ext/phar/phar/pharcommand.inc:
+      - Fix issue with -y parameter hanlding (fix typo)
+
+    * (PHP_5_3)
+      ext/phar/phar.phar
+      ext/phar/phar.phar
+      ext/phar/phar/pharcommand.inc:
+      - Fix issue with -y parameter hanlding
+
+2008-06-02  Scott MacVicar  <[EMAIL PROTECTED]>
+
+    * ext/hash/tests/sha224.phpt
+      ext/hash/tests/sha224.phpt:
+      
+      file sha224.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ext/hash/hash.c
+      ext/hash/hash_sha.c
+      ext/hash/php_hash.h
+      ext/hash/php_hash_sha.h:
+      Add sha224 support.
+
+2008-06-02  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - Revert pointless patch: a) the version is already there, see line 
above,
+      b) one branch commits are idiotic to begin with, we have three active
+      branches!
+      This only leads to out-of-sync situations ála PDO..
+
+2008-06-02  Matt Wilmas  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/standard/array.c:
+      MFH: Initialize with length instead of 0
+
+    * ext/standard/array.c:
+      Initialize with length instead of 0 (and thanks Antony for finding)
+
+2008-06-02  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c
+      ext/standard/array.c:
+      fix uninitialized variable
+
+2008-06-02  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - reintroduce the x.y.z version string info (a bit nicer to make the 
other
+      guy happier)
+      - silent warning (windows only and don't remove it, thanks)
+
+2008-06-02  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - Revert crap
+
+2008-06-02  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - don't use openldap/portable and build the human readable version
+      - silent strdup redclaration warning
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - add OpenLDAP version info in phpinfo (windows only, have to check if
+      openldap/portable.h is present on linux headers)
+
 2008-06-01  Hannes Magnusson  <[EMAIL PROTECTED]>
 
     * ext/pcre/php_pcre.c:


Reply via email to