Rubylinda Otero wrote:
I think you mean to compile php as an Apache "module", rather than compiled into it?i new here and i want to know some terms, wht kind of setup if u run php in modular form
Assuming that you do mean this, then if Apache is compiled with "mod_so" it can take "modules" dynamically, just like a "dynamic link library". If your webserver often serves files which are not php, then this setup can be more efficient in terms of memory. If the webserver serves almost all php files then compiled into Apache can be more efficient.
Except for very busy webservers, I doubt you will notice any performance difference.
HTH
Chris
-- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php