Am 20.08.2014 13:20, schrieb Mihai Popescu: > I want > to install PHP on my Windows7.0 PC with IIS activated. I found on PHP site > only > one non threaded version of PHP msi installation file, witch is > php-5.3.29-nts-Win32-VC9-x86.msi. When I want to install it the following > message appears: „The installer has encountered an unexpected error installing > this package. This may indicate a problem with this package. The error code is > 2356". Did I make any mistake with installation?
PHP 5.3.x has reached its EOL[1], so you may want to use a more recent version. However, the distribution of MSI files is apparently discontinued since PHP 5.4.0, but you can download a ZIP file which contains all necessary binaries, and simply unpack that somewhere (e.g. C:\php). Note that questions regarding installation with particular configurations and servers are better asked on <[email protected]>. [1] <http://php.net/archive/2014.php#id2014-08-14-1> -- Christoph M. Becker -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
