summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-06-06 18:49:04 +0200
committerAnatol Belski <ab@php.net>2013-06-06 18:49:04 +0200
commit1aee7ad63672747bd941f169ef42bed5765137e0 (patch)
tree41b0bfda23b879753397d6cf8f36310399719d19 /NEWS
parentec3bcbcb5a6336861951ad569e378e4b77984df5 (diff)
downloadphp-git-1aee7ad63672747bd941f169ef42bed5765137e0.tar.gz
Fixed bug #64934 Apache2 TS crash with get_browser()
In favour of reading the browscap.ini into a true global var only once in MINIT, the price for that is to deep copy the any data from it.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a7c0426704..fc0842f427 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ PHP NEWS
?? ??? 2013, PHP 5.3.27
- Core:
. Fixed bug #64960 (Segfault in gc_zval_possible_root). (Laruence)
+ . Fixed bug #64934 (Apache2 TS crash with get_browser()). (Anatol)
- PDO_firebird:
. Fixed bug #64037 (Firebird return wrong value for numeric field).