Fatal error: Call to undefined function oci_connect()

后端 未结 3 1282
青春惊慌失措
青春惊慌失措 2020-11-29 13:24

I have the next lines uncommented (in my php.ini):

extension=php_oracle.dll 
extension=php_oci8.dll

And I downloaded this file instan

3条回答
  •  囚心锁ツ
    2020-11-29 13:43

    Did you restart apache after putting the php_oci8.dll file in your php/ext directory?

提交回复
热议问题