Due to the required getaddrinfo() function in Ws2_32.dll added to Windows XP SP2 and later.
The minimum Windows version is now Windows XP SP2; Windows XP SP1, 2000, 98, ME, and NT4 are no longer supported.
See: http://bugs.php.net/48761
Windows 发行版的改变:
php_pdo_oci8.dll
库 (配合 Oracle version 8 客户端库使用) 已经不会被内建。作为替代,使用
php_pdo_oci.dll
(注意没有 '8')
配合 Oracle 10 或 11 客户端库。仍然支持其他数据库版本的连接.
php_oci8.dll
之外,一个新的库
php_oci8_11g.dll
可用。但仅仅只能同时打开一个库。配合 Oracle 10.2 客户端库使用
php_oci8.dll
。配合 Oracle 11 客户端库使用
php_oci8_11g.dll
。仍然支持其他数据库版本的连接.
新增了如下这些 Windows 支持函数:
其它改变:
PHP_WINDOWS_*
为前缀的常量。这些常量的列表可以在
预定义常量找到。
丢弃 ISAPI 模块支持。使用改进的 FastCGI SAPI 模块替代。
Note: 一个新的专注于 PHP on Windows 的站点可用,包括下载,发布候选版本,和各种快照 (thread-safe/not-thread-safe,VC6/VC9,x86/x64)。网站的地址是 » https://windows.php.net/。
Due to the required getaddrinfo() function in Ws2_32.dll added to Windows XP SP2 and later.
The minimum Windows version is now Windows XP SP2; Windows XP SP1, 2000, 98, ME, and NT4 are no longer supported.
See: http://bugs.php.net/48761
Fast CGI is available for IIS6. Reading the IIS website (which is more appropriate since it is server specific) yields plenty of results regarding PHP setup under the fastCGI module. They even have an entire domain associated with PHP.
Note: links were denied because they were supposedly spam? Everything you need to know is linked at the beginning of this site: http://php.iis.net/