mysql is not enabled in phpinfo() of php 5.3.1

前端 未结 5 539
滥情空心
滥情空心 2021-01-14 13:01

I am having apache 2.2.14, php 5.3.1 and mysql 5.1.43 installed on vista. I am trying since 2 days to configure php to have mysql enable on phpinfo().

  1. I modif
5条回答
  •  日久生厌
    2021-01-14 13:33

    put php_mysql.dll in the "c:\php\ext" directory (and keep the extension="php_mysql.dll" uncommented [without the leading ;])

提交回复
热议问题