Date: 06/15/98
- Next message: bginter <email protected>: "[PHP-DEV] Bug #464: If both MySQL and Sybase are compiled into PHP3, Apache 1.3.0 build fails"
- Previous message: Mark Musone: "Re: [PHP-DEV] Trying to debug :^("
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/chapters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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), " (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>
- Next message: bginter <email protected>: "[PHP-DEV] Bug #464: If both MySQL and Sybase are compiled into PHP3, Apache 1.3.0 build fails"
- Previous message: Mark Musone: "Re: [PHP-DEV] Trying to debug :^("
- Next in thread: ssb: "[PHP-DEV] CVS update: php3/doc/chapters"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

