From: Date: Tue, 3 Jun 2008 01:31:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6e8cf2792d10d311e05cf661797316d174bb814;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3b3f2dca78..f68c1e94ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2008-06-02 Marcus Boerger + + * 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 + + * (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 + + * (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_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 + + * 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 + + * (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_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 + + * ext/standard/array.c + ext/standard/array.c: + fix uninitialized variable + +2008-06-02 Pierre-Alain Joye + + * (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 + + * (PHP_5_3) + ext/ldap/ldap.c: + - Revert crap + +2008-06-02 Pierre-Alain Joye + + * (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 * ext/pcre/php_pcre.c: