aidan Mon Sep 20 07:42:20 2004 EDT
Modified files:
/phpdoc/en/reference/info/functions get-magic-quotes-gpc.xml
Log:
Used entity rather than filename
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml?r1=1.12&r2=1.13&ty=u
Index: phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.12
phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.13
--- phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml:1.12 Thu Aug 12
21:00:46 2004
+++ phpdoc/en/reference/info/functions/get-magic-quotes-gpc.xml Mon Sep 20 07:42:17
2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.12 $ -->
+<!-- $Revision: 1.13 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
<refentry id="function.get-magic-quotes-gpc">
<refnamediv>
@@ -62,7 +62,7 @@
in any environment), or, if you do not have access to change
php.ini, you may wish to disable the effects of magic quotes
on a per-script basis. This can be done in two ways, with a
- directive in a .htaccess file (php_value magic_quotes_gpc 0),
+ directive in a &htaccess; file (php_value magic_quotes_gpc 0),
or by adding the below code to the top of your scripts.
<example>
<title>Disabling magic quotes at runtime</title>