跳至主要内容

安裝 PHP 套件相關

常用 extension


額外補充:

  1. PHP Extension List
  2. 關於 PDO(PHP Data Object extension)

安裝 SQLSRV

下載回來會是所有 PHP 版本的 SQLSRV,需要根據自身需求取用不同版本(ts/nts 以及版本號)。

php.ini 裡面去新增 extension :

; Notes for Windows environments :
;
; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
; extension folders as well as the separate PECL DLL download (PHP 5+).
; Be sure to appropriately set the extension_dir directive.
;
....

extension=pdo_sqlsrv_80_ts_x64
extension=sqlsrv_80_ts_x64