You can add modules on the fly today using dl() or semi-on-the-fly by
adding them to php.ini and just restarting the web server.  You don't need
to recompile php to add any of these modules.

-Rasmus

On Thu, 31 Jan 2002, Kunal Jhunjhunwala wrote:

> Hey,
> I was wondering, if it would be possible to work on a "add on the fly"
> approach for php modules like zlib, imap, gd etc. There are a lot of people
> who dont compile these in there installation by default, which makes it very
> difficult to work on programs which utilize these modules. Coz there are a
> lot of ppl who are fussy abt recompiling php all the time.
>
> Do any of you guys face these problems? or is it just me?
> Regards,
> Kunal Jhunjhunwala
>
>
> --
> PHP General 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]
>


-- 
PHP General 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