betz Sat Nov 30 10:33:23 2002 EDT Added files: /phpdoc/en/reference/java configure.xml /phpdoc/en/reference/ldap configure.xml /phpdoc/en/reference/mbstring configure.xml /phpdoc/en/reference/mcal configure.xml /phpdoc/en/reference/mcrypt configure.xml /phpdoc/en/reference/mcve configure.xml /phpdoc/en/reference/mhash configure.xml /phpdoc/en/reference/mime_magic configure.xml /phpdoc/en/reference/ming configure.xml /phpdoc/en/reference/mnogosearch configure.xml /phpdoc/en/reference/msession configure.xml /phpdoc/en/reference/msql configure.xml /phpdoc/en/reference/mssql configure.xml
Modified files: /phpdoc/en/reference rsusi.txt /phpdoc/en/reference/java reference.xml /phpdoc/en/reference/ldap reference.xml /phpdoc/en/reference/mbstring reference.xml /phpdoc/en/reference/mcal reference.xml /phpdoc/en/reference/mcrypt reference.xml /phpdoc/en/reference/mcve reference.xml /phpdoc/en/reference/mhash reference.xml /phpdoc/en/reference/mime_magic reference.xml /phpdoc/en/reference/ming reference.xml /phpdoc/en/reference/mnogosearch reference.xml /phpdoc/en/reference/msession reference.xml /phpdoc/en/reference/msql reference.xml /phpdoc/en/reference/mssql reference.xml Log: rsusi.txt: reflect changes configure.xml files added, linking from refernce.xml files
Index: phpdoc/en/reference/rsusi.txt diff -u phpdoc/en/reference/rsusi.txt:1.39 phpdoc/en/reference/rsusi.txt:1.40 --- phpdoc/en/reference/rsusi.txt:1.39 Sat Nov 30 07:45:43 2002 +++ phpdoc/en/reference/rsusi.txt Sat Nov 30 10:33:18 2002 @@ -70,25 +70,25 @@ imap none *** info yes none ingres-ii yes *** -ircg none yes -java ++ yes -ldap ++ yes -mail yes +ircg none yes +java ++ yes *** +ldap ++ yes yes +mail yes none mailparse ~ PECL 4.2.0 -math -mbstring ++ yes -mcal -mcrypt ++ yes -mcve ~ -mhash -mime_magic yes -ming ++ -misc ~ yes -mnogosearch -msession ~ -msql ~ yes -mssql yes -muscat ~ +math none none +mbstring ++ yes yes +mcal none yes +mcrypt ++ yes yes +mcve ~ none yes +mhash none yes +mime_magic yes yes +ming ++ none *** +misc ~ yes none +mnogosearch yes yes +msession ~ none *** +msql ~ yes yes +mssql ~ *** +muscat ~ ???? mysql yes yes ncurses yes network ~ yes Index: phpdoc/en/reference/java/reference.xml diff -u phpdoc/en/reference/java/reference.xml:1.6 phpdoc/en/reference/java/reference.xml:1.7 --- phpdoc/en/reference/java/reference.xml:1.6 Sun Nov 24 21:19:51 2002 +++ phpdoc/en/reference/java/reference.xml Sat Nov 30 10:33:18 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <reference id="ref.java"> <title>PHP / Java Integration</title> <titleabbrev>Java</titleabbrev> @@ -30,33 +30,7 @@ </para> </section> - <section id="java.installation"> - &reftitle.install; - <para> - Build instructions for this extension can be found in - <filename>php4/ext/java/README</filename>. - </para> - <note> - <title>Note to Win32 Users</title> - <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 - or C:\WINDOWS\SYSTEM32) - </simpara> - </note> - </section> - -<!-- - <section id="java.configuration"> - &reftitle.runtime; - <para> - The &php.ini; settings involved in configuring the Java - extension are <literal>java.library.path</literal> and - <literal>java.class.path</literal>. - </para> - </section> ---> + &reference.java.configure; &reference.java.ini; Index: phpdoc/en/reference/ldap/reference.xml diff -u phpdoc/en/reference/ldap/reference.xml:1.5 phpdoc/en/reference/ldap/reference.xml:1.6 --- phpdoc/en/reference/ldap/reference.xml:1.5 Sun Nov 24 21:15:14 2002 +++ phpdoc/en/reference/ldap/reference.xml Sat Nov 30 10:33:18 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.ldap"> <title>LDAP functions</title> <titleabbrev>LDAP</titleabbrev> @@ -101,23 +101,7 @@ </para> </section> - <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> - configuration option when compiling PHP to enable LDAP support. - </para> - <note> - <title>Note to Win32 Users</title> - <simpara> - In order to enable this module on a Windows environment, you must copy - <emphasis>libsasl.dll</emphasis> from the DLL folder of the PHP/Win32 binary - package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 - or C:\WINDOWS\SYSTEM32) - </simpara> - </note> - </section> + &reference.ldap.configure; &reference.ldap.ini; Index: phpdoc/en/reference/mbstring/reference.xml diff -u phpdoc/en/reference/mbstring/reference.xml:1.7 phpdoc/en/reference/mbstring/reference.xml:1.8 --- phpdoc/en/reference/mbstring/reference.xml:1.7 Fri Nov 15 15:12:08 2002 +++ phpdoc/en/reference/mbstring/reference.xml Sat Nov 30 10:33:18 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.mbstring"> <title>Multi-Byte String Functions</title> <titleabbrev>Multi-Byte String</titleabbrev> @@ -95,81 +95,7 @@ </note> </section> - <section id="mbstring.installation"> - &reftitle.install; - <para> - <literal>mbstring</literal> is an extended module. You must - enable the module with the <literal>configure</literal> script. - Refer to the <link linkend="installation">Install</link> section for - details. - </para> - <simpara> - The following configure options are related to the - <literal>mbstring</literal> module. - </simpara> - <para> - <itemizedlist> - <listitem> - <para> - <option role="configure">--enable-mbstring</option> : Enable - <literal>mbstring</literal> functions. This option is - required to use <literal>mbstring</literal> functions. - </para> - <note> - <para> - As of PHP 4.3.0, the option - <option role="configure">--enable-mbstring</option> - will be enabled by default and replaced with - <option role="configure">--with-mbstring[=LANG]</option> - to support Chinese, Korean and Russian language support. - Japanese character encoding is supported by default. - If <option role="configure">--with-mbstring=cn</option> - is used, simplified chinese encoding will be supported. - If <option role="configure">--with-mbstring=tw</option> - is used, traditional chinese encoding will be supported. - If <option role="configure">--with-mbstring=kr</option> - is used, korean encoding will be supported. - If <option role="configure">--with-mbstring=ru</option> - is used, russian encoding will be supported. - If <option role="configure">--with-mbstring=all</option> - is added, all supported character encoding in mbstring - will be enabled, but the binary size of PHP will be - maximized because of huge Unicode character maps. - Note that Chinese, Korean and Russian encoding is - experimentally supported in PHP 4.3.0. - </para> - </note> - </listitem> - <listitem> - <para> - <option role="configure">--enable-mbstr-enc-trans</option> : - Enable HTTP input character encoding conversion using - <literal>mbstring</literal> conversion engine. If this - feature is enabled, HTTP input character encoding may be - converted to <literal>mbstring.internal_encoding</literal> - automatically. - </para> - <note> - <para> - As of PHP 4.3.0, the option - <option role="configure">--enable-mbstr-enc-trans</option> - will be eliminated and replaced with - <literal>mbstring.encoding_translation</literal>. - HTTP input character encoding conversion is enabled - when this is set to <literal>On</literal> - (the default is <literal>Off</literal>). - </para> - </note> - </listitem> - <listitem> - <para> - <option role="configure">--enable-mbregex</option> : Enable - regular expression functions with multibyte character support. - </para> - </listitem> - </itemizedlist> - </para> - </section> + &reference.mbstring.configure; &reference.mbstring.ini; Index: phpdoc/en/reference/mcal/reference.xml diff -u phpdoc/en/reference/mcal/reference.xml:1.5 phpdoc/en/reference/mcal/reference.xml:1.6 --- phpdoc/en/reference/mcal/reference.xml:1.5 Thu Aug 1 05:24:11 2002 +++ phpdoc/en/reference/mcal/reference.xml Sat Nov 30 10:33:19 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.mcal"> <title>MCAL functions</title> <titleabbrev>MCAL</titleabbrev> @@ -45,7 +45,7 @@ replacement is MCAL. </para> </note> - + ¬e.no-windows.extension; </section> <section id="mcal.requirements"> @@ -57,14 +57,7 @@ </para> </section> - <section id="mcal.installation"> - &reftitle.install; - <para> - After you installed the mcal library, to get these functions to - work, you have to compile PHP with - <option role="configure">--with-mcal</option>. - </para> - </section> + &reference.mcal.configure; <section id="mcal.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/mcrypt/reference.xml diff -u phpdoc/en/reference/mcrypt/reference.xml:1.8 phpdoc/en/reference/mcrypt/reference.xml:1.9 --- phpdoc/en/reference/mcrypt/reference.xml:1.8 Sun Nov 10 22:08:40 2002 +++ phpdoc/en/reference/mcrypt/reference.xml Sat Nov 30 10:33:19 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.mcrypt"> <title>Mcrypt Encryption Functions</title> <titleabbrev>mcrypt</titleabbrev> @@ -14,12 +14,16 @@ GOST in CBC, OFB, CFB and ECB cipher modes. Additionally, it supports RC6 and IDEA which are considered "non-free". </para> + ¬e.no-windows.extension; </section> <section id="mcrypt.requirements"> &reftitle.required; <para> These functions work using <ulink url="&url.mcrypt;">mcrypt</ulink>. + To use it, download libmcrypt-x.x.tar.gz from <ulink + url="&url.mcrypt;">here</ulink> and follow the included installation + instructions. </para> <para> If you linked against libmcrypt 2.4.x or higher, the following additional @@ -30,17 +34,7 @@ </para> </section> - <section id="mcrypt.installation"> - &reftitle.install; - <para> - To use it, download libmcrypt-x.x.tar.gz from <ulink - url="&url.mcrypt;">here</ulink> and follow the included installation - instructions. You need to compile PHP with the <option - role="configure">--with-mcrypt</option> parameter to enable this - extension. Make sure you compile libmcrypt with the option <option - role="configure">--disable-posix-threads</option>. - </para> - </section> + &reference.mcrypt.configure; &reference.mcrypt.ini; Index: phpdoc/en/reference/mcve/reference.xml diff -u phpdoc/en/reference/mcve/reference.xml:1.4 phpdoc/en/reference/mcve/reference.xml:1.5 --- phpdoc/en/reference/mcve/reference.xml:1.4 Sun Oct 20 23:31:02 2002 +++ phpdoc/en/reference/mcve/reference.xml Sat Nov 30 10:33:20 2002 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='iso-8859-1'?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.mcve"> <title>MCVE Payment Functions</title> <titleabbrev>MCVE</titleabbrev> @@ -25,40 +25,16 @@ MCVE platform. </para> </note> + ¬e.no-windows.extension; </section> - <section id="mcve.installation"> - &reftitle.install; - <para> - To enable MCVE Support in PHP, first verify your LibMCVE installation - directory. You will then need to configure PHP with the <option - role="configure">--with-mcve</option> option. If you use this - option without specifying the path to your MCVE installation, PHP - will attempt to look in the default LibMCVE Install location - (/usr/local). If MCVE is in a non-standard location, run - configure with: <option - role="configure">--with-mcve=$mcve_path</option>, where $mcve_path - is the path to your MCVE installation. Please note that MCVE - support requires that $mcve_path/lib and $mcve_path/include exist, - and include mcve.h under the include directory and libmcve.so and/or - libmcve.a under the lib directory. - </para> - <para> - Since MCVE has true server/client separation, there are no additional - requirements for running PHP with MCVE support. To test your - MCVE extension in PHP, you may connect to testbox.mcve.com on - port 8333 for IP, or port 8444 for SSL using the MCVE PHP API. - Use 'vitale' for your username, and 'test' for your password. - Additional information about test facilities are available at - <ulink url="http://www.mcve.com">www.mcve.com</ulink>. - </para> - </section> - + + &reference.mcve.configure; + <section id="mcve.seealso"> &reftitle.seealso; <para> Additional documentation about MCVE's PHP API can be found at - <ulink url="http://www.mcve.com/docs/phpapi.pdf"> - http://www.mcve.com/docs/phpapi.pdf</ulink>. Main Street's + <ulink url="&url.mcve.docs;">&url.mcve.docs;</ulink>. Main Street's documentation is complete and should be the primary reference for functions. </para> Index: phpdoc/en/reference/mhash/reference.xml diff -u phpdoc/en/reference/mhash/reference.xml:1.4 phpdoc/en/reference/mhash/reference.xml:1.5 --- phpdoc/en/reference/mhash/reference.xml:1.4 Fri Aug 9 06:26:05 2002 +++ phpdoc/en/reference/mhash/reference.xml Sat Nov 30 10:33:20 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.mhash"> <title>Mhash Functions</title> <titleabbrev>mhash</titleabbrev> @@ -31,14 +31,7 @@ </para> </section> - <section id="mhash.installation"> - &reftitle.install; - <para> - You need to compile PHP with the - <option role="configure">--with-mhash[=DIR]</option> parameter to enable - this extension. DIR is the mhash install directory. - </para> - </section> + &reference.mhash.configure; <section id="mhash.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/mime_magic/reference.xml diff -u phpdoc/en/reference/mime_magic/reference.xml:1.2 phpdoc/en/reference/mime_magic/reference.xml:1.3 --- phpdoc/en/reference/mime_magic/reference.xml:1.2 Sat Sep 14 17:20:27 2002 +++ phpdoc/en/reference/mime_magic/reference.xml Sat Nov 30 10:33:20 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.2 $ --> +<!-- $Revision: 1.3 $ --> <reference id="ref.mime-magic"> <title>Mimetype Functions</title> <titleabbrev>Mimetype</titleabbrev> @@ -26,16 +26,8 @@ &reftitle.required; &no.requirement; </section> - - <section id="mime-magic.installation"> - &reftitle.install; - <para> - The extension needs a copy of the <filename>magic.mime</filename> - as distributed with the <filename>file</filename> command. - This file also part of most recent Linux distributions and usually - stored in the <filename>/usr/share/misc</filename> directory. - </para> - </section> + + &reference.mime-magic.configure; &reference.mime-magic.ini; Index: phpdoc/en/reference/ming/reference.xml diff -u phpdoc/en/reference/ming/reference.xml:1.5 phpdoc/en/reference/ming/reference.xml:1.6 --- phpdoc/en/reference/ming/reference.xml:1.5 Fri Aug 9 06:26:05 2002 +++ phpdoc/en/reference/ming/reference.xml Sat Nov 30 10:33:21 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.ming"> <title>Ming functions for Flash</title> <titleabbrev>Ming (flash)</titleabbrev> @@ -58,31 +58,7 @@ </para> </section> - <section id="ming.install"> - &reftitle.install; - <para> - <example> - <title>built into php (unix)</title> - <literallayout> -<![CDATA[ - mkdir <phpdir>/ext/ming - cp php_ext/* <phpdir>/ext/ming - cd <phpdir> - ./buildconf - ./configure --with-ming <other config options> -]]> - </literallayout> - </example> - Build and install php as usual, - restart web server if necessary. - </para> - <para> - Now either just add <literal>extension=php_ming.so</literal> - to your &php.ini; file, or put - <literal>dl('php_ming.so');</literal> at the head of all of your - Ming scripts. - </para> - </section> + &reference.ming.configure; <section id="ming.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/mnogosearch/reference.xml diff -u phpdoc/en/reference/mnogosearch/reference.xml:1.5 phpdoc/en/reference/mnogosearch/reference.xml:1.6 --- phpdoc/en/reference/mnogosearch/reference.xml:1.5 Fri Aug 9 06:26:06 2002 +++ phpdoc/en/reference/mnogosearch/reference.xml Sat Nov 30 10:33:21 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.mnogo"> <title>mnoGoSearch Functions</title> <titleabbrev>mnoGoSearch</titleabbrev> @@ -29,6 +29,7 @@ More information about mnoGoSearch can be found at <ulink url="&url.mnogo;">&url.mnogo;</ulink>. </para> + ¬e.no-windows.extension; </section> <section id="mnogosearch.requirements"> @@ -41,34 +42,7 @@ </para> </section> - <section id="mnogosearch.installation"> - &reftitle.install; - <para> - In order to have these functions available, you must compile PHP with - mnoGosearch support by using the - <link linkend="install.configure.with-mnogosearch"> - <option role="configure">--with-mnogosearch</option></link> option. If - you use this option without specifying the path to mnoGosearch, PHP will - look for mnoGosearch under <filename>/usr/local/mnogosearch</filename> - path by default. If you installed mnoGosearch at a different location - you should specify it: - <link linkend="install.configure.with-mnogosearch"><option role="configure"> - --with-mnogosearch=DIR</option></link>. - </para> - <note> - <para> - PHP contains built-in MySQL access library, which can be used to - access MySQL. It is known that mnoGoSearch is not compatible with - this built-in library and can work only with generic MySQL - libraries. Thus, if you use mnoGoSearch with MySQL, during PHP - configuration you have to indicate the directory of your MySQL - installation, that was used during mnoGoSearch configuration, i.e. for - example: - <link linkend="install.configure.with-mnogosearch"><option role="configure"> - --with-mnogosearch --with-mysql=/usr</option></link>. - </para> - </note> - </section> + &reference.mnogosearch.configure; <section id="mnogosearch.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/msession/reference.xml diff -u phpdoc/en/reference/msession/reference.xml:1.4 phpdoc/en/reference/msession/reference.xml:1.5 --- phpdoc/en/reference/msession/reference.xml:1.4 Fri Aug 9 06:26:06 2002 +++ phpdoc/en/reference/msession/reference.xml Sat Nov 30 10:33:22 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.msession"> <title>Mohawk Software session handler functions</title> <titleabbrev>Msession functions</titleabbrev> @@ -15,6 +15,7 @@ session server software itself can be found at <ulink url="&url.msession;">&url.msession;</ulink>. </para> + ¬e.no-windows.extension; </section> <section id="mssession.requirements"> @@ -24,12 +25,7 @@ </para> </section> - <section id="msession.installation"> - &reftitle.install; - <para> - - </para> - </section> +&reference.msession.configure; <section id="msession.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/msql/reference.xml diff -u phpdoc/en/reference/msql/reference.xml:1.7 phpdoc/en/reference/msql/reference.xml:1.8 --- phpdoc/en/reference/msql/reference.xml:1.7 Sun Nov 24 21:10:17 2002 +++ phpdoc/en/reference/msql/reference.xml Sat Nov 30 10:33:22 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.msql"> <title>mSQL functions</title> <titleabbrev>mSQL</titleabbrev> @@ -20,24 +20,7 @@ </para> </section> - <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 /usr/local/Hughes. - </para> - <note> - <title>Note to Win32 Users</title> - <simpara> - In order to enable this module on a Windows environment, you must copy - <emphasis>msql.dll</emphasis> from the DLL folder of the PHP/Win32 binary - package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 - or C:\WINDOWS\SYSTEM32) - </simpara> - </note> - </section> + &reference.msql.configure; &reference.msql.ini; Index: phpdoc/en/reference/mssql/reference.xml diff -u phpdoc/en/reference/mssql/reference.xml:1.6 phpdoc/en/reference/mssql/reference.xml:1.7 --- phpdoc/en/reference/mssql/reference.xml:1.6 Sat Sep 14 17:22:28 2002 +++ phpdoc/en/reference/mssql/reference.xml Sat Nov 30 10:33:22 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <reference id="ref.mssql"> <title>Microsoft SQL Server functions</title> <titleabbrev>MS SQL Server</titleabbrev> @@ -33,13 +33,7 @@ </para> </section> - <section id="mssql.installation"> - &reftitle.install; - <para> - The MSSQL extension is enabled by adding extension=php_mssql.dll to - &php.ini;. - </para> - </section> + &reference.mssql.configure; &reference.mssql.ini; Index: phpdoc/en/reference/java/configure.xml +++ phpdoc/en/reference/java/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="java.installation"> &reftitle.install; <para> Build instructions for this extension can be found in <filename>php4/ext/java/README</filename>. </para> <note> <title>Note to Win32 Users</title> <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 or C:\WINDOWS\SYSTEM32) </simpara> </note> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/ldap/configure.xml +++ phpdoc/en/reference/ldap/configure.xml <!-- $Revision: 1.1 $ --> <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> configuration option when compiling PHP to enable LDAP support. </para> <note> <title>Note to Win32 Users</title> <simpara> In order to enable this module on a Windows environment, you must copy <emphasis>libsasl.dll</emphasis> from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) </simpara> </note> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mbstring/configure.xml +++ phpdoc/en/reference/mbstring/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mbstring.installation"> &reftitle.install; <para> <literal>mbstring</literal> is an extended module. You must enable the module with the <literal>configure</literal> script. Refer to the <link linkend="installation">Install</link> section for details. </para> <simpara> The following configure options are related to the <literal>mbstring</literal> module. </simpara> <para> <itemizedlist> <listitem> <para> <option role="configure">--enable-mbstring</option>: Enable <literal>mbstring</literal> functions. This option is required to use <literal>mbstring</literal> functions. </para> <note> <para> As of PHP 4.3.0, the option <option role="configure">--enable-mbstring</option> will be enabled by default and replaced with <option role="configure">--with-mbstring[=LANG]</option> to support Chinese, Korean and Russian language support. Japanese character encoding is supported by default. If <option role="configure">--with-mbstring=cn</option> is used, simplified chinese encoding will be supported. If <option role="configure">--with-mbstring=tw</option> is used, traditional chinese encoding will be supported. If <option role="configure">--with-mbstring=kr</option> is used, korean encoding will be supported. If <option role="configure">--with-mbstring=ru</option> is used, russian encoding will be supported. If <option role="configure">--with-mbstring=all</option> is added, all supported character encoding in mbstring will be enabled, but the binary size of PHP will be maximized because of huge Unicode character maps. Note that Chinese, Korean and Russian encoding is experimentally supported in PHP 4.3.0. </para> </note> </listitem> <listitem> <para> <option role="configure">--enable-mbstr-enc-trans</option> : Enable HTTP input character encoding conversion using <literal>mbstring</literal> conversion engine. If this feature is enabled, HTTP input character encoding may be converted to <literal>mbstring.internal_encoding</literal> automatically. </para> <note> <para> As of PHP 4.3.0, the option <option role="configure">--enable-mbstr-enc-trans</option> will be eliminated and replaced with <literal>mbstring.encoding_translation</literal>. HTTP input character encoding conversion is enabled when this is set to <literal>On</literal> (the default is <literal>Off</literal>). </para> </note> </listitem> <listitem> <para> <option role="configure">--enable-mbregex</option>: Enable regular expression functions with multibyte character support. </para> </listitem> </itemizedlist> </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mcal/configure.xml +++ phpdoc/en/reference/mcal/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mcal.installation"> &reftitle.install; <para> After you installed the mcal library, to get these functions to work, you have to compile PHP <option role="configure">-with-mcal[=DIR]</option>. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mcrypt/configure.xml +++ phpdoc/en/reference/mcrypt/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <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>. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mcve/configure.xml +++ phpdoc/en/reference/mcve/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mcve.installation"> &reftitle.install; <para> To enable MCVE Support in PHP, first verify your LibMCVE installation directory. You will then need to configure PHP with the <option role="configure">--with-mcve</option> option. If you use this option without specifying the path to your MCVE installation, PHP will attempt to look in the default LibMCVE Install location (<filename>/usr/local</filename>). If MCVE is in a non-standard location, run configure with: <option role="configure">--with-mcve=$mcve_path</option>, where $mcve_path is the path to your MCVE installation. Please note that MCVE support requires that $mcve_path/lib and $mcve_path/include exist, and include <filename>mcve.h</filename> under the include directory and <filename>libmcve.so</filename> and/or <filename>libmcve.a</filename> under the lib directory. </para> <para> Since MCVE has true server/client separation, there are no additional requirements for running PHP with MCVE support. To test your MCVE extension in PHP, you may connect to testbox.mcve.com on port 8333 for IP, or port 8444 for SSL using the MCVE PHP API. Use 'vitale' for your username, and 'test' for your password. Additional information about test facilities are available at <ulink url="&url.mcve;">www.mcve.com</ulink>. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mhash/configure.xml +++ phpdoc/en/reference/mhash/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mhash.installation"> &reftitle.install; <para> You need to compile PHP with the <option role="configure">--with-mhash[=DIR]</option> parameter to enable this extension. DIR is the mhash install directory. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mime_magic/configure.xml +++ phpdoc/en/reference/mime_magic/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mime-magic.installation"> &reftitle.install; <para> You must compile PHP with the configure switch <option role="configure">--enable-mime-magic</option> to get support for mime-type functions. The extension needs a copy of the <filename>magic.mime</filename> as distributed with the <filename>file</filename> command. This file also part of most recent Linux distributions and usually stored in the <filename>/usr/share/misc</filename> directory. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/ming/configure.xml +++ phpdoc/en/reference/ming/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="ming.install"> &reftitle.install; <para> <example> <title>built into php (unix)</title> <literallayout> <![CDATA[ mkdir <phpdir>/ext/ming cp php_ext/* <phpdir>/ext/ming cd <phpdir> ./buildconf ./configure --with-ming <other config options> ]]> </literallayout> </example> Build and install php as usual, restart web server if necessary. </para> <para> Now either just add <literal>extension=php_ming.so</literal> to your &php.ini; file, or put <literal>dl('php_ming.so');</literal> at the head of all of your Ming scripts. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mnogosearch/configure.xml +++ phpdoc/en/reference/mnogosearch/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mnogosearch.installation"> &reftitle.install; <para> In order to have these functions available, you must compile PHP with mnoGosearch support by using the <option role="configure">--with-mnogosearch</option>option. If you use this option without specifying the path to mnoGosearch, PHP will look for mnoGosearch under <filename>/usr/local/mnogosearch</filename> path by default. If you installed mnoGosearch at a different location you should specify it: <option role="configure">--with-mnogosearch=DIR</option>. </para> <note> <para> PHP contains built-in MySQL access library, which can be used to access MySQL. It is known that mnoGoSearch is not compatible with this built-in library and can work only with generic MySQL libraries. Thus, if you use mnoGoSearch with MySQL, during PHP configuration you have to indicate the directory of your MySQL installation, that was used during mnoGoSearch configuration, i.e. for example: <option role="configure">--with-mnogosearch --with-mysql=/usr</option>. </para> </note> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/msession/configure.xml +++ phpdoc/en/reference/msession/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="msession.installation"> &reftitle.install; <para> To enable Msession support configure PHP <option role="configure">--with-msession[=DIR]</option>, where DIR is the Msession install directory. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/msql/configure.xml +++ phpdoc/en/reference/msql/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <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>. </para> <note> <title>Note to Win32 Users</title> <simpara> In order to enable this module on a Windows environment, you must copy <emphasis>msql.dll</emphasis> from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) </simpara> </note> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> Index: phpdoc/en/reference/mssql/configure.xml +++ phpdoc/en/reference/mssql/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="mssql.installation"> &reftitle.install; <para> The MSSQL extension is enabled by adding extension=php_mssql.dll to &php.ini;. </para> </section> <!-- Keep this comment at the end of the file Local variables: mode: sgml sgml-omittag:t sgml-shorttag:t sgml-minimize-attributes:nil sgml-always-quote-attributes:t sgml-indent-step:1 sgml-indent-data:t indent-tabs-mode:nil sgml-parent-document:nil sgml-default-dtd-file:"../../../manual.ced" sgml-exposed-tags:nil sgml-local-catalogs:nil sgml-local-ecat-files:nil End: vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 -->
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php