]> granicus.if.org Git - php/commitdiff
updated NEWS
authorAnatol Belski <ab@php.net>
Mon, 24 Mar 2014 09:29:39 +0000 (10:29 +0100)
committerAnatol Belski <ab@php.net>
Mon, 24 Mar 2014 09:29:39 +0000 (10:29 +0100)
NEWS

diff --git a/NEWS b/NEWS
index e01715222d7f15a3cb4a626a52738d6a2ea1cc02..bdb8e4c8f5d854180fa386cb5fd9cf57b4c55aa6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2014, PHP 5.5.12
+- Embed:
+  . Fixed bug #65715 (php5embed.lib isn't provided anymore). (Anatol).
+
 - mysqli:
   . Fixed problem in mysqli_commit()/mysqli_rollback() with second parameter
     (extra comma) and third parameters (lack of escaping). (Andrey)