phantast
Forum Replies Created
-
hi, all.
I have a problem when I use Zend to develop. WordPress Works all right on IE, but when I run wordpress on Zend Studio, it turns out
“Your PHP installation appears to be missing the MySQL which is required for WordPress.”————–
I have tried this in Zend Studio
//—-
print_r(get_loaded_extensions());if ( !extension_loaded(‘mysql’) )
die( ‘Your PHP installation appears to be missing the MySQL which is required for WordPress.’ );
//—
and the results are these:Array
(
[0] => bcmath
[1] => calendar
[2] => com_dotnet
[3] => ctype
[4] => ftp
[5] => iconv
[6] => odbc
[7] => pcre
[8] => session
[9] => SPL
[10] => SQLite
[11] => standard
[12] => tokenizer
[13] => zlib
[14] => libxml
[15] => dom
[16] => SimpleXML
[17] => wddx
[18] => xml
[19] => Zend Debugger
)It seems that Zend Studio dosen’t load the extensions like “mysql”(I have enabled “extension=php_mysql.dll” in php.ini ). help, thank you!
Forum: Fixing WordPress
In reply to: wordpress mysql and zendI have tried this in Zend Studio
print_r(get_loaded_extensions());if ( !extension_loaded(‘mysql’) )
die( ‘Your PHP installation appears to be missing the MySQL which is required for WordPress.’ );and the results are these:
Array
(
[0] => bcmath
[1] => calendar
[2] => com_dotnet
[3] => ctype
[4] => ftp
[5] => iconv
[6] => odbc
[7] => pcre
[8] => session
[9] => SPL
[10] => SQLite
[11] => standard
[12] => tokenizer
[13] => zlib
[14] => libxml
[15] => dom
[16] => SimpleXML
[17] => wddx
[18] => xml
[19] => Zend Debugger
)It seems that Zend Studio dosen’t load the extensions like “mysql”(I have enabled “extension=php_mysql.dll” in php.ini ). help, thank you!