[phplib] multiples PHPLIB applications on the same server From: Lazaro Ferreira (lazaro <email protected>)
Date: 04/12/01

Hi

I intend to run multiples PHPLIB applications on the same server, using virtual IPs.
therefore I will need to share the same php configuration file (php.ini file on Windows) which in turn call one unique auto_prepend file ("prepend.php" file) that include my phplib's local.inc file.

I know I can solve it using some APACHE capabilities to include the local.inc file of each Virtual site dinamically, but my development environment is on WIN98 + MS PWS,

Do you have any ideas on how can I include the correct local.inc file dinamically, using PHP4 on Windows PWS ?

Thanks
Lazaro