mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Rasmus recommended fixes, plus a few other tweaks
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68505 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
9993a0c123
commit
43dd4e30c8
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<sect1 id="install.apache">
|
||||
<title>Servers-Apache</title>
|
||||
<para>
|
||||
|
@ -31,7 +31,7 @@
|
|||
5. cd apache_xxx
|
||||
6. ./configure --prefix=/www
|
||||
7. cd ../php-xxx
|
||||
8. ./configure --with-mysql --with-apxs=/www/bin/apxs --enable-track-vars
|
||||
8. ./configure --with-mysql --with-apxs=/www/bin/apxs
|
||||
9. make
|
||||
10. make install
|
||||
|
||||
|
@ -122,7 +122,7 @@ stop and start:
|
|||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
This will again create a <filename>libphp4.so</filename> shared
|
||||
This will create a <filename>libphp4.so</filename> shared
|
||||
library for Apache, but it will also create a
|
||||
<filename>pgsql.so</filename> shared library that is loaded into
|
||||
PHP either by using the extension directive in
|
||||
|
|
Loading…
Reference in a new issue