you should be able to work with mysqli with this changes:
extension=php_mysqli.dll
and add an extra section called:
[mysqli]
mysqli.max_links=-1
mysqli.default_port=3306
mysqli.default_socket=
mysqli.default_host=
mysqli.default_user=
mysqli.default_pw=
try the following only if you have php5 installed
you need to take the php.ini out of the windows directory and place it in the c:\php directory.
also you need to set the paths to c:\php in the environment variables.
then you need to copy libmysql.dll from c:\php to the windows directory
then you need to restart
详细参见:
浙公网安备 33010602011771号