Files
archived-presentations/slides/acc_php/conf_php2.xml
2004-05-07 14:26:55 +00:00

14 lines
386 B
XML

<slide title="PHP Configuration Cont.">
<blurb fontsize="4em">
For non-persistent SAPIs like CLI prevent long searches for php.ini, by placing the file where PHP would
look for it first.
</blurb>
<example title="PHP CLI"><![CDATA[/usr/local/lib/php-cli.ini]]></example>
<example title="PHP CGI"><![CDATA[/usr/local/lib/php-cgi-fcgi.ini
or
./php-cgi-fcgi.ini]]></example>
</slide>