cortesi Fri Jul 19 08:02:50 2002 EDT Modified files: /phpdoc/en/reference/info/functions ini-set.xml Log: changed default value of 'url_rewriter.tags' as seen on source code /php4/ext/standard/url_scanner_ex.c Index: phpdoc/en/reference/info/functions/ini-set.xml diff -u phpdoc/en/reference/info/functions/ini-set.xml:1.15 phpdoc/en/reference/info/functions/ini-set.xml:1.16 --- phpdoc/en/reference/info/functions/ini-set.xml:1.15 Thu Jul 11 15:39:10 2002 +++ phpdoc/en/reference/info/functions/ini-set.xml Fri Jul 19 08:02:50 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.15 $ --> +<!-- $Revision: 1.16 $ --> <!-- splitted from ./en/functions/info.xml, last change in rev 1.23 --> <refentry id="function.ini-set"> <refnamediv> @@ -769,13 +769,8 @@ </row> <row> <entry>url_rewriter.tags</entry> - <entry>"a=href</entry> - <entry>area=href</entry> - </row> - <row> - <entry>url_rewriter.tags</entry> - <entry>"a=href</entry> - <entry>area=href</entry> + <entry>"a=href,area=href,frame=src,form=fakeentry"</entry> + <entry>PHP_INI_ALL</entry> </row> <row> <entry>sybct.allow_persistent</entry>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php