Fatal error: Call to undefined function mysql_pconnect()

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kmlanik
    New Member
    • May 2008
    • 1

    Fatal error: Call to undefined function mysql_pconnect()

    I have installed PHP version 5.2.5 under the IIS ISAPI module and using IIS version 5.1. I have verified my PHP installation using phpinfo();

    I have also copied the libmysql.dll in the Windows directory. I have also copied the php_mysql dlls in this folder just to be sure. I have also added the following lines to my php.ini:

    extension=php_m ysql.dll
    extension=php_m ysqli.dll

    Yet i still receive the error seen in the title of the post when i load my pages.

    Please advise.

    Regards,

    kmlanik
  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    a. are you sure that these dll's are located in the 'ext' folder of your php?

    b. have you inspected the Apache log to see if an error message is issued?

    c. if nothing helps: have you tried to execute the non-persistent connect mysql_connect() ?

    Ronald

    Comment

    Working...