Skip to content

Instantly share code, notes, and snippets.

@soundws
Created March 20, 2012 11:45
Show Gist options
  • Save soundws/2134422 to your computer and use it in GitHub Desktop.
Save soundws/2134422 to your computer and use it in GitHub Desktop.
PHP5.4 on Apache2.2 add configration
#
# PHP 5.4 Add Configration
#
# conf/extra/httpd-php54.conf
#
#
# Add in conf/httpd.conf
#
# Include conf/extra/httpd-php54.conf
#
#
# mime types
#
AddType application/x-httpd-php .php
#
# php5 module for Apache2.2
#
LoadModule php5_module "E:/usr/local/php54/php5apache2_2.dll"
#
# php.ini directory
#
PHPIniDir "E:/usr/local/php54"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment