mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Remove section IDs so HHVM tutorial is a single page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338538 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c718200b27
commit
99df62f88e
1 changed files with 9 additions and 9 deletions
|
@ -17,8 +17,8 @@
|
|||
<code>/usr/local/hhvm/3.9.1/bin/hhvm</code>).
|
||||
</para>
|
||||
|
||||
<section xml:id="mongodb.tutorial.hhvm.nginx">
|
||||
<title>NGINX</title>
|
||||
<section>
|
||||
<title>Installing NGINX</title>
|
||||
|
||||
<para>
|
||||
We simply install NGINX by running <code>apt-get install nginx-full</code>.
|
||||
|
@ -41,8 +41,8 @@
|
|||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="mongodb.tutorial.hhvm.hhvm">
|
||||
<title>HHVM</title>
|
||||
<section>
|
||||
<title>Installing HHVM</title>
|
||||
|
||||
<para>
|
||||
This tutorial is written from the perspective of an extension developer, so
|
||||
|
@ -94,8 +94,8 @@ sudo -u www-data -s /usr/local/hhvm/3.9.1/bin/hhvm \
|
|||
</programlisting>
|
||||
</section>
|
||||
|
||||
<section xml:id="mongodb.tutorial.hhvm.nginxandhhvm">
|
||||
<title>Making NGINX talk to HHVM</title>
|
||||
<section>
|
||||
<title>Making NGINX Talk to HHVM</title>
|
||||
|
||||
<para>
|
||||
Once HHVM runs, we need to tell NGINX how to talk to HHVM for executing
|
||||
|
@ -172,8 +172,8 @@ phpinfo();
|
|||
</para>
|
||||
</section>
|
||||
|
||||
<section xml:id="mongodb.tutorial.hhvm.driver">
|
||||
<title>MongoDB Driver for HHVM</title>
|
||||
<section>
|
||||
<title>Installing the MongoDB Driver for HHVM</title>
|
||||
|
||||
<para>
|
||||
The MongoDB driver is the part that links up the PHP in HHVM with the
|
||||
|
@ -223,7 +223,7 @@ string(5) "x.y.z"
|
|||
|
||||
<para>
|
||||
Continue this tutorial by jumping to
|
||||
<xref linkend="mongodb.tutorial.library"/>
|
||||
<xref linkend="mongodb.tutorial.library"/>.
|
||||
</para>
|
||||
</section>
|
||||
</chapter>
|
||||
|
|
Loading…
Reference in a new issue