mirror of
https://github.com/php/presentations.git
synced 2026-03-26 08:32:20 +01:00
14 lines
391 B
XML
14 lines
391 B
XML
<slide title="Content Caching in PHP Cont.">
|
|
|
|
<break />
|
|
|
|
<example fontsize="1.4em" filename="guestbook.php" />
|
|
|
|
<example fontsize="1.4em" title="Implementing cache without modifying the script"><![CDATA[# Add to .htaccess
|
|
php_value auto_prepend_file "/path/to/cache.php"
|
|
|
|
# Or to virtual host entry in httpd.conf
|
|
php_admin_value auto_prepend_file "/path/to/cache.php"]]>
|
|
</example>
|
|
|
|
</slide> |