• 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 don’t know what’s the matter, could any one help me. thank you!

Viewing 1 replies (of 1 total)
  • Thread Starter phantast

    (@phantast)

    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!

Viewing 1 replies (of 1 total)
  • The topic ‘wordpress mysql and zend’ is closed to new replies.