summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-09-30 19:27:12 -0700
committerStanislav Malyshev <stas@php.net>2012-09-30 19:27:12 -0700
commit457844a2266b30c2d0e4090175ce89744a588fc1 (patch)
tree7d09d5ccc0ed3aeafac914ddb8fbc103f474279f /NEWS
parentbf064112b746a77570aedc8a81a0a8b271c16cd5 (diff)
downloadphp-git-457844a2266b30c2d0e4090175ce89744a588fc1.tar.gz
add bug #63162
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
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)