php: Don't use ( in comment in the custom config.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 19 Aug 2010 20:56:50 +0000 (22:56 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 19 Aug 2010 20:56:50 +0000 (22:56 +0200)
For some weird reason, using a ( in a comment in my local php.ini makes
PHP stop parsing the php.ini right there. Not sure why that is... It
seems that using parentheses is ok in the main config file. Perhaps it's
because the custom config isn't in the [PHP] section (but creating a
second [PHP] section doesn't help either...)

etc/php5/cgi/php.ini.local

index da0324692ff1a0034f8d271a89829bbb168e3ce5..eda3532bc831e5cc193fc992f8427e43bdc5187e 100644 (file)
@@ -21,11 +21,11 @@ enable_dl = Off
 allow_url_fopen = Off
 
 
-# Use conforming headers (not sure how useful this is, though) 
+# Use conforming headers, not sure how useful this is, though 
 cgi.rfc2616_headers = 1
 
 # Conform to CGI spec
-# Needed for lighttpd (http://trac.lighttpd.net/trac/wiki/Docs%3AModCGI)
+# Needed for lighttpd, see http://trac.lighttpd.net/trac/wiki/Docs%3AModCGI
 cgi.fix_pathinfo = 1
 
 # Include some global php libraries