diff --git a/reference/bzip2/configure.xml b/reference/bzip2/configure.xml index 91bfc6bcd4..51660c1ab3 100644 --- a/reference/bzip2/configure.xml +++ b/reference/bzip2/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install; Bzip2 support in PHP is not enabled by default. You will - need to use the + need to use the configuration option when compiling PHP to enable bzip2 support.
diff --git a/reference/domxml/configure.xml b/reference/domxml/configure.xml index 15cbaf1fa2..af83a3d539 100644 --- a/reference/domxml/configure.xml +++ b/reference/domxml/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install; This extension is only available if PHP was configured with - . Add + . Add to include DOM XSLT support. DIR is the libxslt install directory. Add to include DOM diff --git a/reference/imap/configure.xml b/reference/imap/configure.xml index c04adf6c1f..6c1fe0e629 100644 --- a/reference/imap/configure.xml +++ b/reference/imap/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install; To get these functions to work, you have to compile PHP with - , where DIR is the + , where DIR is the c-client install prefix. diff --git a/reference/ingres-ii/configure.xml b/reference/ingres-ii/configure.xml index ba3e6bc357..e85e4ef4bf 100644 --- a/reference/ingres-ii/configure.xml +++ b/reference/ingres-ii/configure.xml @@ -1,11 +1,11 @@ - +
&reftitle.install; In order to have these functions available, you must compile PHP with Ingres support by using the - option, where DIR is + option, where DIR is the Ingres base directory, which defaults to /II/ingres. If the II_SYSTEM environment variable isn't correctly set you may have to use diff --git a/reference/java/configure.xml b/reference/java/configure.xml index 4df40a6ef0..fb31c7a858 100644 --- a/reference/java/configure.xml +++ b/reference/java/configure.xml @@ -1,9 +1,12 @@ - +
&reftitle.install; - Build instructions for this extension can be found in + To include Java support in your PHP build you must add the 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 php4/ext/java/README. @@ -11,7 +14,7 @@ In order to enable this module on a Windows environment, you must copy jvm.dll 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) diff --git a/reference/ldap/configure.xml b/reference/ldap/configure.xml index 65da75892d..e70f62c19c 100644 --- a/reference/ldap/configure.xml +++ b/reference/ldap/configure.xml @@ -1,11 +1,12 @@ - +
&reftitle.install; LDAP support in PHP is not enabled by default. You will need to - use the --with-ldap + use the configuration option when compiling PHP to enable LDAP support. + DIR is the LDAP base install directory. Note to Win32 Users diff --git a/reference/mcrypt/configure.xml b/reference/mcrypt/configure.xml index f0c91487a2..06094ebf4f 100644 --- a/reference/mcrypt/configure.xml +++ b/reference/mcrypt/configure.xml @@ -1,12 +1,13 @@ - +
&reftitle.install; You need to compile PHP with the parameter to enable this - extension. Make sure you compile libmcrypt with the option . + extension. DIR is the mcrypt install directory. Make sure you compile + libmcrypt with the option + .
diff --git a/reference/msql/configure.xml b/reference/msql/configure.xml index 49ba73e7ae..01e2e3e596 100644 --- a/reference/msql/configure.xml +++ b/reference/msql/configure.xml @@ -1,12 +1,12 @@ - +
&reftitle.install; In order to have these functions available, you must compile PHP with msql support by using the - option. The default - location is /usr/local/Hughes. + option. DIR is the mSQL + base install directory, defaults to /usr/local/Hughes. Note to Win32 Users diff --git a/reference/pcntl/configure.xml b/reference/pcntl/configure.xml index c009a4a5bc..b643506a06 100644 --- a/reference/pcntl/configure.xml +++ b/reference/pcntl/configure.xml @@ -1,12 +1,12 @@ - +
&reftitle.install; - Process Control support in PHP is not enabled by default. You will need - to use the - 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 + configuration + option when compiling PHP to enable Process Control support. diff --git a/reference/pcre/configure.xml b/reference/pcre/configure.xml index 615ef8681e..e68200c02f 100644 --- a/reference/pcre/configure.xml +++ b/reference/pcre/configure.xml @@ -1,11 +1,13 @@ - +
&reftitle.install; Beginning with PHP 4.2.0 these functions are enabled by default. You can disable the pcre functions with - . + . Use + 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 in order to use these functions. diff --git a/reference/yaz/configure.xml b/reference/yaz/configure.xml index 860795c55f..f9b93d4d7b 100644 --- a/reference/yaz/configure.xml +++ b/reference/yaz/configure.xml @@ -1,9 +1,9 @@ - +
&reftitle.install; - 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 . Your task is roughly the following: diff --git a/reference/zip/configure.xml b/reference/zip/configure.xml index d45b30fadb..a9cb74b0c5 100644 --- a/reference/zip/configure.xml +++ b/reference/zip/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install; Zip support in PHP is not enabled by default. You will need to - use the + use the configuration option when compiling PHP to enable zip support.