php 无法载入mysql扩展_PHP

WBOY
Release: 2016-06-01 12:19:37
Original
765 people have browsed it

今天弄了一天,总算把win2003下的问题给解决了, LoadModule php5_module E:\server\php528\php5apache2_2.dll 可能有些朋友也知道,添加这句后,就不用把php.ini拷贝到系统目录: PHPIniDir E:\server\php528\php.ini 现在我说说不用把libmysql.dll拷到系统目录的办法,就是在加载php5_module前,添加这句: LoadFile "E:\server\php528\libmysql.dll"

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!