Skip to content

Commit 3844821

Browse files
committed
readme: simplified installation instructions for Apache
1 parent 3fef9ca commit 3844821

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

readme.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,11 @@
5252

5353
2. Update Apache configuration to contain something like this:
5454
~~~apache
55-
LoadModule php5_module "C:/web/php/active/php5apache2_4.dll"
55+
LoadModule php${PHP_VERSION_MAJOR}_module "C:/web/php/active/php${PHP_VERSION_MAJOR}apache2_4.dll"
5656
AddHandler application/x-httpd-php .php
5757
PHPIniDir "C:/web/php/active"
5858
~~~
5959

60-
3. You can use `PHP_VERSION_MAJOR` variable in Apache configuration file. This is useful when you switch between PHP 5 and PHP 7 versions:
61-
~~~apache
62-
LoadModule php${PHP_VERSION_MAJOR}_module "C:/web/php/active/php${PHP_VERSION_MAJOR}apache2_4.dll"
63-
~~~
64-
6560

6661
### Nginx + PHP FastCGI
6762

0 commit comments

Comments
 (0)