[PHP-DEV] ISAPI vs CGI and loading extension From: Frank M. Kromann (fmk <email protected>)
Date: 11/29/00

Hi,

We have a few bugs regarding the ISAPI version not reading the php.ini file. I have checked this with the mssql_module. If I load the module from php.ini and write to a log file each time mssql_minit is called I get three calls when running CGI and one call when running ISAPI.

I have also looked at the ini settings for the build in ODBC module. These are not read on startup in both CGI and ISAPI.

Using the dl() command (CGI only) i only get one call to the minit function and the ini file is read corect.

Can anyone explain whay this is happening ?

- Frank

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>