]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 3 Jun 2008 01:31:59 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 3 Jun 2008 01:31:59 +0000 (01:31 +0000)
ChangeLog

index 3b3f2dca78234da37f1b155d88ee41c53a6dbabb..f68c1e94ee33a4f93a09e1913114160bd4e3864a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,116 @@
+2008-06-02  Marcus Boerger  <php@marcus-boerger.de>
+
+    * 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  <scott@macvicar.net>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (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  <php@marcus-boerger.de>
+
+    * (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  <scott@macvicar.net>
+
+    * 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  <jani.taskinen@sci.fi>
+
+    * (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  <php_lists@realplain.com>
+
+    * (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  <tony@daylessday.org>
+
+    * ext/standard/array.c
+      ext/standard/array.c:
+      fix uninitialized variable
+
+2008-06-02  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <jani.taskinen@sci.fi>
+
+    * (PHP_5_3)
+      ext/ldap/ldap.c:
+      - Revert crap
+
+2008-06-02  Pierre-Alain Joye  <pierre.dev@gmail.com>
+
+    * (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  <hannes.magnusson@gmail.com>
 
     * ext/pcre/php_pcre.c: