[phplib] Multiple-sites configuration on Windows PWS From: Lazaro Ferreira (lazaro <email protected>)
Date: 04/11/01

Hi

I pretend 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