On Tue, 7 Aug 2001, Thies C. Arntzen wrote:

>On Tue, Aug 07, 2001 at 09:13:16AM +0200, Jani Taskinen wrote:
>>
>> Would it be stupid to have a possibility to disable a static
>> extension on startup? (for CGI) Either as php.ini directive or
>> as command line option or both.
>>
>> It takes couple of seconds now to run some short script like this:
>> <?php echo 'Foo\n'; ?>
>> on the command line..  :)
>
>    i bet this is the pure load-time of your php-executable
>    (loading a lot of shared libs).

Well of course..I should first drink 3 Red Bulls before asking
anything so early in the morning. :)
I have about 50 shared libs linked to the php executable.

So the best way is to compile extensions as shared and load
them in php.ini or using a commandline option..which doesn't
exist yet.

--Jani




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to