2017年10月2日 星期一

php 連DB問題



SQL Server

https://pecl.php.net/package/sqlsrv/4.3.0/windows

 
php  7.1.7
xampp 版本
請下載   http://windows.php.net/downloads/pecl/releases/sqlsrv/4.3.0/php_sqlsrv-4.3.0-7.1-ts-vc14-x86.zip

php.ini 加入以下

extension=php_sqlsrv.dll
其他都一樣




Oracle

https://pecl.php.net/package/oci8

 
php  7.1.7
xampp 版本
請下載   http://windows.php.net/downloads/pecl/releases/oci8/2.1.7/php_oci8-2.1.7-7.1-ts-vc14-x86.zip

php.ini 加入以下
看自已的Client
extension=php_oci8_11g.dll ; Use with Oracle 11gR2 Instant Client
其他都一樣


https://pecl.php.net/package/pq

 
不用額外下載
php.ini 註解拿掉以下
extension=php_pgsql.dll
其他都一樣


connect DB
oracle mssql SqlServer EDB POSTGRSQL

沒有留言:

RHEL install EPEL

  https://www.linuxtechi.com/install-epel-repo-on-rhel-system/ EPEL dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest...