From: Marcus Boerger Date: Thu, 14 Nov 2002 21:11:40 +0000 (+0000) Subject: Add info: Add magic_quotes_runtime support X-Git-Tag: BEFORE_RENAMING~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a81fe09722b6cc94b05e8ed75be2459c2e2c6226;p=php Add info: Add magic_quotes_runtime support --- diff --git a/NEWS b/NEWS index 0c759b5d16..ec7dcf72b7 100644 --- 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)