Home > Constructing SOAP with PHP 5.2.1 > Installing PHP on Windows
If you are running PHP on Windows, your PHP application requires these two extensions: SOAP and OpenSSL.
SOAP
OpenSSL
php.ini
extension_dir ="C:\PHP\extensions"
The Windows installer package does not include extensions.
php_soap.dll
php_openssl.dll
extension=php_soap.dll
extension=php_openssl.dll