[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Fedora's PHP binary pretty slow for CGI
- From: David Garamond <lists zara 6 isreserved com>
- To: For users of Fedora Core releases <fedora-list redhat com>
- Subject: Re: Fedora's PHP binary pretty slow for CGI
- Date: Tue, 01 Jun 2004 18:56:30 +0700
Marius Andreiana wrote:
Remove all the modules you don't need.
You missed my point. The point is for the PHP packages support all the
extensions, but separated and need not be loaded except when user
requested it via php.ini, e.g:
extension=mysql.so
extension=pgsql.so
;extension=gd.so
;extension=imap.so
;etc.
Also consider using a cache system, e.g. php-mmcache
Won't work (at least optimally) in multiuser CGI environment e.g. in
hosting environment.
--
dave
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]