mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
PHP 5 does not have a sapi/ folder.
Thanks to Jomel (K95vz5f02) at sneakemail(dot)com for this user note. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4ab4e9e1cd
commit
12c0d07419
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<!-- $Revision: 1.14 $ -->
|
||||
<sect1 id="install.apache2">
|
||||
<title>Servers-Apache 2.0</title>
|
||||
<para>
|
||||
|
@ -257,7 +257,7 @@ LoadModule php4_module "c:/php/sapi/php4apache2.dll"
|
|||
AddType application/x-httpd-php .php
|
||||
|
||||
; For PHP 5 do something like this:
|
||||
LoadModule php5_module "c:/php/sapi/php5apache2.dll"
|
||||
LoadModule php5_module "c:/php/php5apache2.dll"
|
||||
AddType application/x-httpd-php .php
|
||||
]]>
|
||||
</programlisting>
|
||||
|
|
Loading…
Reference in a new issue