php-windows Digest 12 Jun 2002 07:23:22 -0000 Issue 1187
Topics (messages 14188 through 14189):
cached include extension
14188 by: Brian Huff
PHP with Apache modules
14189 by: Sean
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
does anybody know of an extension to PHP that can do 'include' calls in
a cached manner?
The problem is this - Im designing a site which will have a lot of
dynamic assembly and delivery of chunks of php. Im concerned that a lot
of this:
<? include 'my_header.html' ?>
<? include 'chunk_123.php' ?>
<? include 'chunk_456.php' ?>
<? include 'chunk_789.php' ?>
<? include 'my_footer.html' ?>
will cause a lot of file IO and slow down the site. Is there some
mechanism already in place to load up a few megs of php code to an
internal hashtable, and then pull out chunks on the final page to be
evaluated?
--
Brian 'Bex' Huff
[EMAIL PROTECTED]
Phone: 952-903-2023
Fax: 952-829-5424
--- End Message ---
--- Begin Message ---
I just updated PHP to the latest version. When I start up Apache theres
an error in php4acpache.dll or something. Says something that is
attached to the system is not working.
Also with the old version of PHP(4+) I cant get ImageCreateFromJPEG() to
work.
Cheers
-sean
--- End Message ---