diff options
author | <changelog@php.net> | 2006-01-27 06:31:41 +0000 |
---|---|---|
committer | <changelog@php.net> | 2006-01-27 06:31:41 +0000 |
commit | 451e86f59afb6b18e458c83ca469bfd6fe388b61 (patch) | |
tree | f05d30bb28fc8c77e0b9e5d26b8f71e34fe4dd99 | |
parent | 64d07968dea5ba0345f5023ab1db54184c790fa5 (diff) | |
download | php-git-451e86f59afb6b18e458c83ca469bfd6fe388b61.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 58 |
1 files changed, 58 insertions, 0 deletions
@@ -1,3 +1,61 @@ +2006-01-26 Ilia Alshanetsky <ilia@prohost.org> + + * ext/standard/pack.c + ext/standard/tests/strings/bug36148.phpt: + MFB51: Fixed bug #36148 (unpack("H*hex", $data) is adding an extra + character to the end of the string). + + * (PHP_4_4) + NEWS + ext/standard/pack.c + ext/standard/tests/strings/bug36148.phpt: + MFH: Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character + to the end of the string). + + * (PHP_5_1) + NEWS + ext/standard/pack.c: + Fixed bug #36148 (unpack("H*hex", $data) is adding an extra character to + the + end of the string). + + * ext/standard/tests/strings/bug36148.phpt + ext/standard/tests/strings/bug36148.phpt + ext/standard/tests/strings/bug36148.phpt: + 1.1.4; + file bug36148.phpt was initially added on branch PHP_5_1. + +2006-01-26 Michael Wallner <mike@iworks.at> + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_4_4) + ext/curl/curl.c + ext/curl/interface.c: + MFH: fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP + + * ext/curl/interface.c: + - fix bug #36152 problems with curl+ssl and pgsql+ssl in same PHP + +2006-01-26 Rob Richards <rrichards@ctindustries.net> + + * (PHP_5_1) + NEWS: + BFN + + * ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/php_com_dotnet_internal.h: + MFB51: Fix bug #35954 (Fatal com_exception casting object) + + * (PHP_5_1) + ext/com_dotnet/com_com.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/php_com_dotnet_internal.h: + Fix bug #35954 (Fatal com_exception casting object) + 2006-01-25 Marcus Boerger <marcus.boerger@post.rwth-aachen.de> * (PHP_5_1) |