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 8 クライアントライブラリ用) がビルドされなくなりました。
代替として、Oracle 10 と Oracle 11 向けのクライアントライブラリとして
php_pdo_oci.dll
(名前から '8' が消えているのに注意) を使ってください。
これら以外のバージョンのデータベースへの接続もサポートされています。
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 モジュールを使ってください。
注意: Windows 版PHP のダウンロード、リリース候補、様々なビルド (スレッドセーフ版とそうでないもの、VC6/VC9版、x86版/x64版) を用意した専用サイトが利用できます。 URL は » 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/