Php 5.3 or 6 windows install

How do I install latest PHP versions as an Apache 2 module? PHPIniDir directive throws an error. And more importantly, there is no php5apache2.dll or similar file in the latest PHP distributions!

Php 5.3 example php 5.3

+1


a source to share


1 answer


According to the PHP QA site , if you are using PHP with Apache 1 or Apache2, then you need to use VC6 release candidates, not VC9. VC9 is for use with IIS.



Since the link you provided in your question goes to download VC9, I would assume that you downloaded and I would say that you should download the VC6 version instead.

+2


a source







All Articles