Date: 11/29/00
- Next message: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Previous message: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #8017: PHP ignores "If-Modified-Since" headers"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Reply: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Previous message: Frank M. Kromann: "Re: [PHP-DEV] PHP 4.0 Bug #8017: PHP ignores "If-Modified-Since" headers"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Reply: Andi Gutmans: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Maybe reply: Frank M. Kromann: "Re: [PHP-DEV] ISAPI vs CGI and loading extension"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

