Download Php5apache2_4.Dll Win64

5/27/2019

i have download php 5.3.27 windows installer from php.net
then i download apache 2.4.4 windows installer from apache site.
now i have successfuly installed apache 2.4.4. to check this i have writehttp://localhost/ on the address bar and the out put is 'its work'.
now the step to install php 5.3.27
now i restart my pc.

  • 2 Contributors
  • forum4 Replies
  • 1,050 Views
  • 5 Hours Discussion Span
  • commentLatest Postby veedeoo

Download Php5apache2_4.dll

Downloading Apache for Windows. The Apache HTTP Server Project itself does not provide binary releases of software, only source code. Individual committers may provide binary packages as a convenience, but it is not a release deliverable. If you cannot compile the Apache HTTP Server yourself, you can obtain a binary package from numerous binary distributions available on the Internet.

create a file named info.php
saved it in location :-

'C:Program FilesApache Software FoundationApache2.4htdocs'
now i call this file bye localhost/info.php :-> output is its asking to save/open the file.
to resolve it i have added following lines at the end of httpd.config

Download php5apache2_4.dll
LoadModule php5_module 'C:/Program Files/php/php5apache2_4.dll'

LoadFile 'C:/Program Files/php/php5.dll'

AddHandler application/x-httpd-php .php
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
AddType application/x-httpd-php .php3
<FilesMatch .php$>

</FilesMatch>

configure the path to php.ini
Download php5apache2_4.dll PHPIniDir 'C:/php'

then restart the pc ,but its give same output.
one more thing i want to say that if i open any lines (mantion above) leaded by #. the apache server will not restart. i want help to resolve this problem. kindly some body help me

Comments are closed.