Home > php教程 > php手册 > Ubuntu下PHP开发配置(新增redis、sphinx、sqlserver相关配置)

Ubuntu下PHP开发配置(新增redis、sphinx、sqlserver相关配置)

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 11:29:10
Original
959 people have browsed it

由于本人比较懒,所以一般都是用xampp的直接拿来改的…………(当然xampp中一般php版本都是比较新的用的过程中请大家注意哈,可能会和老版本冲突) 此次除了使用xampp外,还扩展了sphinx,redis,sqlserver在linux中的配置等   #基础安装 TEST1dsn = First Test DSN [TEST1dsn]
Driver = /usr/local/freetds/lib/libtdsodbc.so
Description = First Test DSN
Trace = No
Servername = myserver
Database = xxx
UID = trace

[Default]
Driver          = /usr/local/freetds/lib/libtdsodbc.so

<span [myserver] <br />host= xxxx<br />port=1433 <br />tds version=7.0</span>
Copy after login
Copy after login
     

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 Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template