mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
changed default value of 'url_rewriter.tags' as seen on source code
/php4/ext/standard/url_scanner_ex.c git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89080 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
aad3713bb6
commit
3a184afef1
1 changed files with 3 additions and 8 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue