[PHP-WIN] Tips for IIS & PHP in CGI mode

2001-03-23 Thread Florian Poizac
You can manage your php configuration for each sites you have declared in your Management Console. You just have to place a different php.ini in each sites root directory. Cheers Flo

Re: [PHP-WIN] Uninitialized Variables

2001-03-15 Thread Florian Poizac
in your php.ini you certainly have error_reporting = E_ALL this line active put a ; before and you can use this one instead error_reporting = E_ALL & ~E_NOTICE Cheers Florian - Original Message - From: Dwight Sparling <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March

Re: [PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Florian Poizac
Thanks for your reponse I add total control for the system,admin,all the world to php.ini but this is again the same probleme So my WinNt install directory is c:\winnt.sbs does it can be the prob Cheers - Original Message - From: Phil Driscoll <[EMAIL PROTECTED]> To: Florian

[PHP-WIN] HELP ON IIS4 & PHP4.0.4pl1

2001-03-09 Thread Florian Poizac
I had intall php with automated installation (CGI). I have a probleme on configuring php. it seem he can't read php.ini so i can't load library, change session file directory ... but i copy php.ini in c:\winnt, c:\winnt\system, c:\winnt\system32 Can anyone help me Thanks in advance