From: Stanislav Malyshev Date: Mon, 1 Oct 2012 02:27:12 +0000 (-0700) Subject: add bug #63162 X-Git-Tag: php-5.4.8RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=457844a2266b30c2d0e4090175ce89744a588fc1;p=php add bug #63162 --- diff --git a/NEWS b/NEWS index fd3f618679..8602cffe33 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,7 @@ PHP NEWS . Added optional second argument for assert() to specify custom message. Patch by Lonny Kapelushnik (lonny@lonnylot.com). (Lars) . Support building PHP with the native client toolchain. (Stuart Langley) + . Fixed bug #63162 (parse_url does not match password component). (husman) . Fixed bug #63111 (is_callable() lies for abstract static method). (Dmitry) . Fixed bug #63093 (Segfault while load extension failed in zts-build). (Laruence)