]> granicus.if.org Git - php/commitdiff
Add info: Add magic_quotes_runtime support
authorMarcus Boerger <helly@php.net>
Thu, 14 Nov 2002 21:11:40 +0000 (21:11 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 14 Nov 2002 21:11:40 +0000 (21:11 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0c759b5d16dffc99527d96db63e315b9e123bedb..ec7dcf72b74db6c7cb263dddd1f4c9d87a23c6df 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,7 @@ PHP 4                                                                      NEWS
   . Added optional skip parameter to dba_fetch() to support multiple key-value
     pairs with the same key for cdb handler.
   . Added locking for those handlers that do not have their own locking.
+  . Added support for magic_quotes_runtime php.ini option.
   . Added flatfile support what finally makes ext/db deprecated.
 - Added imagerotate() which is available only when bundled libgd is used.
   (Pierre-Alain Joye, Ilia)