Re: [Phplib-users] Web Server Requeriments (please)
Brought to you by:
nhruby,
richardarcher
From: Chris J. <ch...@ch...> - 2002-12-08 21:05:28
|
On Sat, Dec 07, 2002 at 02:01:15PM +0100, Virilo Tejedor Aguilera wrote: > I've never use a web server different to my Apache for win32. > > Now i need to pay for a web hosting service (perhaps www.amen-es.com). > > How know if its able to run phplib. Its enough having php4? > > Whats the matter with include files? I could change php.ini? Its absolutely necessary? > > Thanks. If a web hosting service supports PHP4, you should be able to run PHPLIB. However, it will be easier to run PHPLIB if the web hosting service allows one to have some overrides in their directories, for example, the ".htaccess" files supported by Apache and other web servers. Then one can set a number of useful values there. One does not have to modify the "php.ini" file to use PHPLIB. Instead, one can include or require the prepend.inc file in each page that needs it. Using the auto_prepend_file feature of the "php.ini" file is convenient to make sure that prepend.inc always gets prepended (included at the start of the page), but it is not required. -- ..chris |