PrepAway - Latest Free Exam Questions & Answers

Author: seenagape

What file contains the above codes?

You are configuring PHP4. Refer to the codes below:
any text on a line after an unquoted semicolon (;) is ignored
[php] ; section markers (text within square brackets) are also ignored
; Boolean values can be set to either:
; true, on, yes
; or false, off, no, none
register_globals = off
magic_quotes_gpc = yes
; you can enclose strings in double-quotes
include_path = “.:/usr/local/lib/php”
;
backslashes are treated the same as any other character
include_path = “.;c:\php\lib”
What file contains the above codes?


Page 179 of 263« First...102030...177178179180181...190200210...Last »