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...)


No differences found