[PHP-DEV] CVS update: php3/doc/chapters From: rasmus (php-dev <email protected>)
Date: 06/15/98

Date: Monday June 15, 1998 @ 19:29
Author: rasmus

Update of /repository/php3/doc/chapters
In directory asf:/tmp/cvs-serv26362

Modified Files:
        config.sgml
Log Message:
Document magic_quotes_gpc directive

Index: php3/doc/chapters/config.sgml
diff -c php3/doc/chapters/config.sgml:1.24 php3/doc/chapters/config.sgml:1.25
*** php3/doc/chapters/config.sgml:1.24 Mon May 25 12:49:05 1998
--- php3/doc/chapters/config.sgml Mon Jun 15 19:29:59 1998
***************
*** 252,257 ****
--- 252,262 ----
         </term>
         <listitem>
          <para>
+ Sets the magic_quotes state for GPC (Get/Post/Cookie) operations.
+ When magic_quotes are on, all ' (single-quote), &quot; (double quote),
+ \ (backslash) and NUL's are escaped with a backslash automatically.
+ If magic_quotes_sybase is also on, a single-quote is escaped with a
+ single-quote instead of a backslash.
          </para>
         </listitem>
        </varlistentry>