mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Changed the list to allow line breaking.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@29378 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
103614f810
commit
733b70edb4
1 changed files with 35 additions and 24 deletions
|
@ -1198,30 +1198,41 @@
|
|||
</simpara>
|
||||
|
||||
<para>
|
||||
<simplelist>
|
||||
<member>
|
||||
Step 1: Install Omni server
|
||||
</member>
|
||||
<member>
|
||||
Step 2: Right click on the blue OmniHTTPd icon in the system
|
||||
tray and select <literal>Properties</literal>
|
||||
</member>
|
||||
<member>
|
||||
Step 3: Click on <literal>Web Server Global
|
||||
Settings</literal>
|
||||
</member>
|
||||
<member>
|
||||
Step 4: On the 'External' tab, enter: <literal>virtual = .php3
|
||||
| actual = c:\path-to-php-dir\php.exe</literal>
|
||||
</member>
|
||||
<member>
|
||||
Step 5: On the <literal>Mime</literal> tab, enter:
|
||||
<literal>virtual = wwwserver/stdcgi | actual = .php3</literal>
|
||||
</member>
|
||||
<member>
|
||||
Step 6: Click <literal>OK</literal>
|
||||
</member>
|
||||
</simplelist>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 1: Install Omni server
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 2: Right click on the blue OmniHTTPd icon in the system
|
||||
tray and select <literal>Properties</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 3: Click on <literal>Web Server Global Settings</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 4: On the 'External' tab, enter: <literal>virtual = .php3
|
||||
| actual = c:\path-to-php-dir\php.exe</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 5: On the <literal>Mime</literal> tab, enter:
|
||||
<literal>virtual = wwwserver/stdcgi | actual = .php3</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
Step 6: Click <literal>OK</literal>
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue