mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
some typos and small additions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111388 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
39d12c5ed1
commit
cc5cc1cf2b
12 changed files with 37 additions and 30 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<section id="bzip2.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Bzip2 support in <literal>PHP</literal> is not enabled by default. You will
|
||||
need to use the <option role="configure">--with-bz2=[DIR]</option>
|
||||
need to use the <option role="configure">--with-bz2[=DIR]</option>
|
||||
configuration option when compiling PHP to enable bzip2 support.
|
||||
</para>
|
||||
</section>
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="domxml.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
This extension is only available if PHP was configured with
|
||||
<option role="configure">--with-dom=[DIR]</option>. Add
|
||||
<option role="configure">--with-dom[=DIR]</option>. Add
|
||||
<option role="configure">--with-dom-xslt[=DIR]</option> to include DOM
|
||||
XSLT support. DIR is the libxslt install directory. Add
|
||||
<option role="configure">--with-dom-exslt[=DIR]</option> to include DOM
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="imap.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
To get these functions to work, you have to compile PHP with
|
||||
<option role="configure">--with-imap=[DIR]</option>, where DIR is the
|
||||
<option role="configure">--with-imap[=DIR]</option>, where DIR is the
|
||||
c-client install prefix.
|
||||
</para>
|
||||
<note>
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="ingres.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
In order to have these functions available, you must compile PHP with
|
||||
Ingres support by using the
|
||||
<option role="configure">--with-ingres=[DIR]</option> option, where DIR is
|
||||
<option role="configure">--with-ingres[=DIR]</option> option, where DIR is
|
||||
the Ingres base directory, which defaults to <filename>/II/ingres</filename>.
|
||||
If the II_SYSTEM environment variable isn't correctly set you may have to
|
||||
use <option role="configure">--with-ingres=DIR</option>
|
||||
|
|
|
@ -1,9 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="java.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Build instructions for this extension can be found in
|
||||
To include Java support in your PHP build you must add the option
|
||||
<option role="configure">--with-java[=DIR]</option> where DIR points
|
||||
to the base install directory of your JDK. This extension can only be built
|
||||
as a shared dl. More build instructions for this extension can be found in
|
||||
<filename>php4/ext/java/README</filename>.
|
||||
</para>
|
||||
<note>
|
||||
|
@ -11,7 +14,7 @@
|
|||
<simpara>
|
||||
In order to enable this module on a Windows environment, you must copy
|
||||
<emphasis>jvm.dll</emphasis> from the DLL folder of the PHP/Win32 binary
|
||||
package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32
|
||||
package to the SYSTEM32 folder of your windows machine. (Ex:C:\WINNT\SYSTEM32
|
||||
or C:\WINDOWS\SYSTEM32)
|
||||
</simpara>
|
||||
</note>
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<section id="ldap.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
LDAP support in PHP is not enabled by default. You will need to
|
||||
use the <link linkend="install.configure.with-ldap">--with-ldap</link>
|
||||
use the <option role="configure">--with-ldap[=DIR]</option>
|
||||
configuration option when compiling PHP to enable LDAP support.
|
||||
DIR is the LDAP base install directory.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="mcrypt.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
You need to compile PHP with the <option
|
||||
role="configure">--with-mcrypt[=DIR]</option> parameter to enable this
|
||||
extension. Make sure you compile libmcrypt with the option <option
|
||||
role="configure">--disable-posix-threads</option>.
|
||||
extension. DIR is the mcrypt install directory. Make sure you compile
|
||||
libmcrypt with the option
|
||||
<option role="configure">--disable-posix-threads</option>.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="msql.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
In order to have these functions available, you must compile PHP with
|
||||
msql support by using the
|
||||
<option role="configure">--with-msql[=dir]</option> option. The default
|
||||
location is <filename>/usr/local/Hughes</filename>.
|
||||
<option role="configure">--with-msql[=DIR]</option> option. DIR is the mSQL
|
||||
base install directory, defaults to <filename>/usr/local/Hughes</filename>.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="pcntl.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Process Control support in PHP is not enabled by default. You will need
|
||||
to use the <option role="configure">--enable-pcntl</option>
|
||||
configuration option when compiling PHP to enable Process Control
|
||||
support.
|
||||
Process Control support in PHP is not enabled by default.
|
||||
You have to compile the CGI or CLI version of PHP with
|
||||
<option role="configure">--enable-pcntl</option> configuration
|
||||
option when compiling PHP to enable Process Control support.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
|
|
@ -1,11 +1,13 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="pcre.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Beginning with PHP 4.2.0 these functions are enabled by default. You can
|
||||
disable the pcre functions with
|
||||
<option role="configure">--without-pcre-regex</option>.
|
||||
<option role="configure">--without-pcre-regex</option>. Use
|
||||
<option role="configure"> --with-pcre-regex=DIR</option> to specify DIR
|
||||
where PCRE's include and library files are located, if not using bundled library.
|
||||
For older versions you have to configure and compile PHP
|
||||
with <option role="configure">--with-pcre-regex[=DIR]</option> in order
|
||||
to use these functions.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="yaz.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Compile YAZ and install it. Build PHP with your favourite
|
||||
Compile YAZ (ANSI/NISO Z39.50) and install it. Build PHP with your favourite
|
||||
modules and add option
|
||||
<option role="configure">--with-yaz[=DIR]</option>.
|
||||
Your task is roughly the following:
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="zip.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
Zip support in PHP is not enabled by default. You will need to
|
||||
use the <option role="configure">--with-zip</option>
|
||||
use the <option role="configure">--with-zip[=DIR]</option>
|
||||
configuration option when compiling PHP to enable zip support.
|
||||
</para>
|
||||
<note>
|
||||
|
|
Loading…
Reference in a new issue