Zend Studio for Eclipse to enable PHP to invoke MySQL-related function setting method _php Tips

Source: Internet
Author: User
Tags zend
If a direct call to Mysql_connect appears: Fatal error:call to undefined function mysql_connect () error
Solutions,
Find where Zend Studio PHP.ini is located
My Zend Studio is installed in D:\Program files\
So the php.ini location is: D:\Program files\zend\zend Studio for eclipse-6.0.0\plugins\org.zend.php.debug.debugger.win32.x86_ 5.2.12.v20071210\resources\php5
Create a new Ext folder in this folder,
and copy Php_mysql.dll to this folder,
Modify PHP.ini in the inside add the following
Extension_dir= "D:\Program files\zend\zend Studio for eclipse-6.0.0\plugins\org.zend.php.debug.debugger.win32.x86_ 5.2.12.v20071210\resources\php5\ext "
Extension=php_mysql.dll
Through the above modification, the problem is solved perfectly.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.