mirror of
https://github.com/php/presentations.git
synced 2026-03-27 00:52:11 +01:00
14 lines
386 B
XML
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> |