From:             cpthk at hotmail dot com
Operating system: Windows XP
PHP version:      5.0.4
PHP Bug Type:     MySQLi related
Bug description:  PHP5.0.4 can't work fine as a cgi binary

Description:
------------
When I set php as a apache module like this:
LoadModule php5_module "c:/php/php5apache2.dll"
Add Type application/x-httpd-php .php
PHPIniDie "c:/php"

It works fine with phpmyadmin both "config" and "http" login mode.

But when I set php as a CGI binary like this:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php-cgi.exe"

It still works fine with phpmyadmin in "config" login mode, but not in
"http" mode.

Login mode can be set in phpmyadmin config file(config.inc.php).
My php of mysql extension is using the mysqli.dll.
I'm sure every setting of php is fine.


-- 
Edit bug report at http://bugs.php.net/?id=32542&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=32542&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=32542&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=32542&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=32542&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=32542&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=32542&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=32542&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=32542&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=32542&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=32542&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=32542&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=32542&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=32542&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=32542&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=32542&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=32542&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=32542&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=32542&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=32542&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=32542&r=mysqlcfg

Reply via email to