betz Mon Dec 2 07:55:47 2002 EDT Added files: /phpdoc/en/reference/readline configure.xml /phpdoc/en/reference/recode configure.xml /phpdoc/en/reference/regex configure.xml /phpdoc/en/reference/sem configure.xml /phpdoc/en/reference/session configure.xml /phpdoc/en/reference/shmop configure.xml /phpdoc/en/reference/snmp configure.xml /phpdoc/en/reference/sockets configure.xml /phpdoc/en/reference/swf configure.xml /phpdoc/en/reference/sybase configure.xml /phpdoc/en/reference/tokenizer configure.xml /phpdoc/en/reference/uodbc configure.xml /phpdoc/en/reference/wddx configure.xml /phpdoc/en/reference/xml configure.xml /phpdoc/en/reference/xmlrpc configure.xml /phpdoc/en/reference/xslt configure.xml /phpdoc/en/reference/yaz configure.xml /phpdoc/en/reference/zip configure.xml /phpdoc/en/reference/zlib configure.xml
Modified files: /phpdoc/en/reference rsusi.txt /phpdoc/en/reference/readline reference.xml /phpdoc/en/reference/recode reference.xml /phpdoc/en/reference/regex reference.xml /phpdoc/en/reference/sem reference.xml /phpdoc/en/reference/session reference.xml /phpdoc/en/reference/shmop reference.xml /phpdoc/en/reference/snmp reference.xml /phpdoc/en/reference/sockets reference.xml /phpdoc/en/reference/swf reference.xml /phpdoc/en/reference/sybase reference.xml /phpdoc/en/reference/tokenizer reference.xml /phpdoc/en/reference/uodbc reference.xml /phpdoc/en/reference/wddx reference.xml /phpdoc/en/reference/xml reference.xml /phpdoc/en/reference/xmlrpc reference.xml /phpdoc/en/reference/xslt reference.xml /phpdoc/en/reference/yaz reference.xml /phpdoc/en/reference/zip reference.xml /phpdoc/en/reference/zlib 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.41 phpdoc/en/reference/rsusi.txt:1.42 --- phpdoc/en/reference/rsusi.txt:1.41 Sun Dec 1 12:10:12 2002 +++ phpdoc/en/reference/rsusi.txt Mon Dec 2 07:55:38 2002 @@ -14,6 +14,7 @@ none means: no ini/configure needed. *** means: needs a review, maybe the information given is not enough. + ??? means no ideas about, no information found. For other extensions, the new structure is applied. Please also reflect your changes here, if you mofify any reference.xml and the modification affects this @@ -41,7 +42,7 @@ dba none yes dbase none yes dbm none yes -dbplus +dbplus ??? dbx none yes dio none yes dir none none @@ -94,7 +95,7 @@ network ~ yes none nis/yp none yes notes ~ -objaggregation none none +objaggregation none ??? oci8 none yes openssl ++ none yes oracle ~ none yes @@ -110,28 +111,28 @@ printer ~ yes yes pspell none yes qtdom ~ none yes -readline -recode -regex -sem yes -sesam ++ yes -session ++ yes -shmop -snmp -sockets ++ -strings -swf -sybase ~ yes -tokenizer ~ yes -uodbc yes -url ~ -var ~ yes +readline none yes +recode none yes +regex none *** +sem yes yes +sesam ++ yes ??? +session ++ yes yes +shmop none yes +snmp none yes +sockets ++ none yes +strings none none +swf none yes +sybase ~ yes yes +tokenizer ~ yes yes +uodbc yes *** +url ~ none none +var ~ yes none vpopmail ~ PECL 4.3 -w32api -wddx -xml -xmlrpc yes -xslt -yaz yes -zip -zlib yes +w32api none +wddx none *** +xml none *** +xmlrpc yes *** +xslt none yes +yaz yes yes +zip none yes +zlib yes *** Index: phpdoc/en/reference/readline/reference.xml diff -u phpdoc/en/reference/readline/reference.xml:1.3 phpdoc/en/reference/readline/reference.xml:1.4 --- phpdoc/en/reference/readline/reference.xml:1.3 Sat Jul 20 10:20:32 2002 +++ phpdoc/en/reference/readline/reference.xml Mon Dec 2 07:55:38 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.readline"> <title>GNU Readline</title> <titleabbrev>Readline</titleabbrev> @@ -14,9 +14,10 @@ to use the arrow keys to insert characters or scroll through command history. Because of the interactive nature of this library, it will be of little use for writing Web applications, - but may be useful when writing scripts meant to be run from a - shell. + but may be useful when writing scripts meant + <link linkend="features.commandline">using PHP from the command line</link>. </para> + ¬e.no-windows.extension; </section> <section id="readline.requirements"> @@ -27,15 +28,15 @@ <ulink url="&url.readline;">&url.readline;</ulink>. It's maintained by Chet Ramey, who's also the author of Bash. </para> - </section> - - <section id="readline.installation"> - &reftitle.install; <para> - To use this functions you must compile PHP with readline support. You - need to configure PHP <option role="configure">--with-readline</option>. + You can also use this functions with the libedit library, a non-GPL + replacement for the readline library. The libedit library is BSD + licensend and available for download from + <ulink url="&url.readline;">&url.libedit;</ulink>. </para> </section> + + &reference.readline.configure; <section id="readline.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/recode/reference.xml diff -u phpdoc/en/reference/recode/reference.xml:1.5 phpdoc/en/reference/recode/reference.xml:1.6 --- phpdoc/en/reference/recode/reference.xml:1.5 Fri Aug 9 06:26:10 2002 +++ phpdoc/en/reference/recode/reference.xml Mon Dec 2 07:55:39 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.recode"> <title>GNU Recode functions</title> <titleabbrev>Recode</titleabbrev> @@ -18,6 +18,7 @@ Most <ulink url="&url.rfc;rfc1345.html">RFC 1345</ulink> character sets are supported. </para> + ¬e.no-windows.extension; </section> <section id="recode.requirements"> @@ -28,28 +29,7 @@ </para> </section> - <section id="recode.installation"> - &reftitle.install; - <para> - To be able to use the functions defined in this - module you must compile your PHP interpreter using the - <option role="configure">--with-recode[=DIR]</option> - option. - </para> - <warning> - <para> - Crashes and startup problems of <literal>PHP</literal> may be encountered - when loading the recode as extension <emphasis - role="strong">after</emphasis> loading any extension of <link - linkend="ref.mysql">mysql</link> or <link - linkend="ref.imap">imap</link>. Loading the recode before those - extension has proven to fix the problem. This is due a technical problem - that both the c-client library used by imap and recode have their own - <literal>hash_lookup()</literal> function and both mysql and recode have - their own <literal>hash_insert</literal> function. - </para> - </warning> - </section> + &reference.recode.configure; <section id="recode.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/regex/reference.xml diff -u phpdoc/en/reference/regex/reference.xml:1.5 phpdoc/en/reference/regex/reference.xml:1.6 --- phpdoc/en/reference/regex/reference.xml:1.5 Fri Oct 25 17:59:10 2002 +++ phpdoc/en/reference/regex/reference.xml Mon Dec 2 07:55:39 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.regex"> <title>Regular Expression Functions (POSIX Extended)</title> <titleabbrev>Regexps</titleabbrev> @@ -60,10 +60,7 @@ &no.requirement; </section> - <section id="regex.installation"> - &reftitle.install; - &no.install; - </section> + &reference.regex.configure; <section id="regex.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/sem/reference.xml diff -u phpdoc/en/reference/sem/reference.xml:1.8 phpdoc/en/reference/sem/reference.xml:1.9 --- phpdoc/en/reference/sem/reference.xml:1.8 Mon Sep 30 15:50:45 2002 +++ phpdoc/en/reference/sem/reference.xml Mon Dec 2 07:55:39 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.8 $ --> +<!-- $Revision: 1.9 $ --> <reference id="ref.sem"> <title>Semaphore, Shared Memory and IPC Functions</title> <titleabbrev>Semaphore</titleabbrev> @@ -58,11 +58,7 @@ data between processes, without the need for setting up an alternative using unix domain sockets. </para> - <note> - <simpara> - These functions do not work on Windows systems. - </simpara> - </note> + ¬e.no-windows.extension; </section> <section id="sem.requirements"> @@ -70,18 +66,7 @@ &no.requirement; </section> - <section id="sem.installation"> - &reftitle.install; - <para> - Support for this functions are not enabled by default. - To enable System V semaphore support compile PHP with the option - <option role="configure">--enable-sysvsem</option>. - To enable the System V shared memory support compile PHP with the option - <option role="configure">--enable-sysvshm</option>. - To enable the System V messages support compile PHP with the option - <option role="configure">--enable-sysvmsg</option>. - </para> - </section> + &reference.sem.configure; &reference.sem.ini; Index: phpdoc/en/reference/session/reference.xml diff -u phpdoc/en/reference/session/reference.xml:1.23 phpdoc/en/reference/session/reference.xml:1.24 --- phpdoc/en/reference/session/reference.xml:1.23 Sun Dec 1 18:32:11 2002 +++ phpdoc/en/reference/session/reference.xml Mon Dec 2 07:55:40 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.23 $ --> +<!-- $Revision: 1.24 $ --> <reference id="ref.session"> <title>Session handling functions</title> <titleabbrev>Sessions</titleabbrev> @@ -90,21 +90,22 @@ Besides that, even session cookies can be sniffed on a network or logged by a proxyserver. </para> + </section> <section id="session.requirements"> &reftitle.required; &no.requirement; + <note> + <para> + Optionally you can use shared memory allocation (mm), developed by + Ralf S. Engelschall, for session storage. You have to download + <ulink url="url.mm;">mm</ulink> and install it. This option is not + available for Windows platforms. + </para> + </note> </section> - <section id="session.installation"> - &reftitle.install; - <para> - Session support is enabled in PHP by default. If you would - not like to build your PHP with session support, you should - specify the <option role="configure">--disable-session</option> - option to configure. - </para> - </section> + &reference.session.configure; &reference.session.ini; Index: phpdoc/en/reference/shmop/reference.xml diff -u phpdoc/en/reference/shmop/reference.xml:1.7 phpdoc/en/reference/shmop/reference.xml:1.8 --- phpdoc/en/reference/shmop/reference.xml:1.7 Wed Aug 28 23:02:03 2002 +++ phpdoc/en/reference/shmop/reference.xml Mon Dec 2 07:55:40 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.shmop"> <title>Shared Memory Functions</title> <titleabbrev>shmop</titleabbrev> @@ -11,8 +11,8 @@ Shmop is an easy to use set of functions that allows PHP to read, write, create and delete UNIX shared memory segments. These functions will not typically work on Windows, as it does not support shared memory. - As of Windows 2000 though, enabling the php_shmop.dll in your php.ini - will enable this functionality though. + As of Windows 2000 though, enabling the <filename>php_shmop.dll + </filename>in your &php.ini; will enable this functionality though. </para> <note> <simpara> @@ -27,14 +27,7 @@ &no.requirement; </section> - <section id="shmop.installation"> - &reftitle.install; - <para> - To use shmop you will need to compile php with the - <option role="configure">--enable-shmop</option> parameter in your - configure line. - </para> - </section> + &reference.shmop.configure; <section id="shmop.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/snmp/reference.xml diff -u phpdoc/en/reference/snmp/reference.xml:1.5 phpdoc/en/reference/snmp/reference.xml:1.6 --- phpdoc/en/reference/snmp/reference.xml:1.5 Fri Nov 22 12:33:19 2002 +++ phpdoc/en/reference/snmp/reference.xml Mon Dec 2 07:55:41 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.snmp"> <title>SNMP functions</title> <titleabbrev>SNMP</titleabbrev> @@ -20,35 +20,7 @@ </para> </section> - <section id="snmp.installation"> - &reftitle.install; - <para> - Important: In order to use the UCD SNMP package, you need to define - NO_ZEROLENGTH_COMMUNITY to 1 before compiling it. After configuring UCD - SNMP, edit config.h and search for NO_ZEROLENGTH_COMMUNITY. Uncomment the - #define line. It should look like this afterwards: - <programlisting role="c"> -<![CDATA[ -#define NO_ZEROLENGTH_COMMUNITY 1 -]]> - </programlisting> - Now compile PHP <option role="configure">--with-snmp[=DIR]</option>. - </para> - <para> - If you see strange segmentation faults in combination with SNMP commands, - you did not follow the above instructions. If you do not want to recompile - UCD SNMP, you can compile PHP with the - <option role="configure">--enable-ucd-snmp-hack</option> switch which - will work around the misfeature. - </para> - <para> - The Windows distribution contains support files for SNMP in the - <filename>mibs</filename> directory. This directory should be moved - to <filename>DRIVE:\usr\mibs</filename>, where DRIVE must be replaced - with the driveletter where <literal>PHP</literal> is installed on, e.g.: - <filename>c:\usr\mibs</filename>. - </para> - </section> + &reference.snmp.configure; <section id="snmp.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/sockets/reference.xml diff -u phpdoc/en/reference/sockets/reference.xml:1.7 phpdoc/en/reference/sockets/reference.xml:1.8 --- phpdoc/en/reference/sockets/reference.xml:1.7 Sun Jul 28 10:34:21 2002 +++ phpdoc/en/reference/sockets/reference.xml Mon Dec 2 07:55:41 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.sockets"> <title>Socket functions</title> <titleabbrev>Sockets</titleabbrev> @@ -40,15 +40,7 @@ &no.requirement; </section> - <section id="sockets.installation"> - &reftitle.install; - <para> - The socket functions described here are part of an extension to - PHP which must be enabled at compile time by giving the <option - role="configure">--enable-sockets</option> option to - <command>configure</command>. - </para> - </section> + &reference.sockets.configure; <section id="sockets.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/swf/reference.xml diff -u phpdoc/en/reference/swf/reference.xml:1.3 phpdoc/en/reference/swf/reference.xml:1.4 --- phpdoc/en/reference/swf/reference.xml:1.3 Sun Jul 28 10:03:04 2002 +++ phpdoc/en/reference/swf/reference.xml Mon Dec 2 07:55:42 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.swf"> <title>Shockwave Flash functions</title> <titleabbrev>SWF</titleabbrev> @@ -37,18 +37,7 @@ </para> </section> - <section id="swf.installation"> - &reftitle.install; - <para> - Once you have libswf all you need to do is to configure <option - role="configure">--with-swf[=DIR]</option> where DIR is a location - containing the directories include and lib. The include directory - has to contain the swf.h file and the lib directory has to contain - the libswf.a file. If you unpack the libswf distribution the two - files will be in one directory. Consequently you will have to copy - the files to the proper location manually. - </para> - </section> + &reference.swf.configure; <section id="swf.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/sybase/reference.xml diff -u phpdoc/en/reference/sybase/reference.xml:1.3 phpdoc/en/reference/sybase/reference.xml:1.4 --- phpdoc/en/reference/sybase/reference.xml:1.3 Sun Sep 15 11:24:38 2002 +++ phpdoc/en/reference/sybase/reference.xml Mon Dec 2 07:55:42 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.sybase"> <title>Sybase functions</title> <titleabbrev>Sybase</titleabbrev> @@ -18,11 +18,7 @@ </para> </section> - <section id="sybase.installation"> - &reftitle.install; - <para> - </para> - </section> + &reference.sybase.configure; &reference.sybase.ini; Index: phpdoc/en/reference/tokenizer/reference.xml diff -u phpdoc/en/reference/tokenizer/reference.xml:1.5 phpdoc/en/reference/tokenizer/reference.xml:1.6 --- phpdoc/en/reference/tokenizer/reference.xml:1.5 Thu Sep 26 17:59:44 2002 +++ phpdoc/en/reference/tokenizer/reference.xml Mon Dec 2 07:55:43 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.5 $ --> +<!-- $Revision: 1.6 $ --> <reference id="ref.tokenizer"> <title>Tokenizer functions</title> <titleabbrev>Tokenizer functions</titleabbrev> @@ -12,6 +12,13 @@ See also the <link linkend="tokens">appendix about tokens</link>. </para> </section> + + <section id="tokenizer.requirements"> + &reftitle.required; + &no.requirement; + </section> + + &reference.tokenizer.configure; &reference.tokenizer.ini; Index: phpdoc/en/reference/uodbc/reference.xml diff -u phpdoc/en/reference/uodbc/reference.xml:1.4 phpdoc/en/reference/uodbc/reference.xml:1.5 --- phpdoc/en/reference/uodbc/reference.xml:1.4 Tue Sep 10 09:35:30 2002 +++ phpdoc/en/reference/uodbc/reference.xml Mon Dec 2 07:55:43 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.odbc"> <title>Unified ODBC functions</title> <titleabbrev>ODBC</titleabbrev> @@ -45,15 +45,7 @@ </para> </section> - <section id="odbc.installation"> - &reftitle.install; - <para> - Please see the <link - linkend="install.configure.options.databases">Database installation - options</link> chapter for more information about configuring PHP - with these databases. - </para> - </section> + &reference.uodbc.configure; &reference.uodbc.ini; Index: phpdoc/en/reference/wddx/reference.xml diff -u phpdoc/en/reference/wddx/reference.xml:1.4 phpdoc/en/reference/wddx/reference.xml:1.5 --- phpdoc/en/reference/wddx/reference.xml:1.4 Sat Jul 20 09:47:58 2002 +++ phpdoc/en/reference/wddx/reference.xml Mon Dec 2 07:55:44 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.wddx"> <title>WDDX Functions</title> <titleabbrev>WDDX</titleabbrev> @@ -21,14 +21,7 @@ </para> </section> - <section id="wddx.installation"> - &reftitle.install; - <para> - After installing expat compile PHP with - <option role="configure">--with-xml</option> and <option - role="configure">--enable-wddx</option>. - </para> - </section> + &reference.wddx.configure; <section id="wddx.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/xml/reference.xml diff -u phpdoc/en/reference/xml/reference.xml:1.6 phpdoc/en/reference/xml/reference.xml:1.7 --- phpdoc/en/reference/xml/reference.xml:1.6 Sun Jul 28 09:27:32 2002 +++ phpdoc/en/reference/xml/reference.xml Mon Dec 2 07:55:44 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.6 $ --> +<!-- $Revision: 1.7 $ --> <reference id="ref.xml"> <title>XML parser functions</title> <titleabbrev>XML</titleabbrev> @@ -53,30 +53,7 @@ </para> </section> - <section id="xml.installation"> - &reftitle.install; - <para> - If you are using Apache-1.3.7 or later, you already - have the required expat library. Simply configure PHP using - <option role="configure">--with-xml</option> (without any - additional path) and it will automatically use the expat library - built into Apache. - </para> - <para> - On UNIX, run <command>configure</command> with the <option - role="configure">--with-xml</option> option. The - <productname>expat</productname> library should be installed - somewhere your compiler can find it. If you compile PHP as a - module for Apache 1.3.9 or later, PHP will automatically use the - bundled <productname>expat</productname> library from Apache. - You may need to set <envar>CPPFLAGS</envar> and - <envar>LDFLAGS</envar> in your environment before running - <command>configure</command> if you have installed expat somewhere exotic. - </para> - <para> - Build PHP. <emphasis>Tada!</emphasis> That should be it. - </para> - </section> + &reference.xml.configure; <section id="xml.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/xmlrpc/reference.xml diff -u phpdoc/en/reference/xmlrpc/reference.xml:1.4 phpdoc/en/reference/xmlrpc/reference.xml:1.5 --- phpdoc/en/reference/xmlrpc/reference.xml:1.4 Sun Sep 15 11:25:56 2002 +++ phpdoc/en/reference/xmlrpc/reference.xml Mon Dec 2 07:55:44 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.xmlrpc"> <title>XML-RPC functions</title> <titleabbrev>XML-RPC</titleabbrev> @@ -22,15 +22,7 @@ &no.requirement; </section> - <section id="xmlrpc.installation"> - &reftitle.install; - <para> - XML-RPC support in PHP is not enabled by default. You will need to - use the <link linkend="install.configure.with-xmlrpc">--with-xmlrpc</link> - configuration option when compiling PHP to enable XML-RPC support. This - extension is bundled into PHP as of 4.1.0. - </para> - </section> + &reference.xmlrpc.configure; &reference.xmlrpc.ini; Index: phpdoc/en/reference/xslt/reference.xml diff -u phpdoc/en/reference/xslt/reference.xml:1.7 phpdoc/en/reference/xslt/reference.xml:1.8 --- phpdoc/en/reference/xslt/reference.xml:1.7 Sun Nov 24 20:51:30 2002 +++ phpdoc/en/reference/xslt/reference.xml Mon Dec 2 07:55:45 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.7 $ --> +<!-- $Revision: 1.8 $ --> <reference id="ref.xslt"> <title>XSLT functions</title> <titleabbrev>XSLT</titleabbrev> @@ -41,44 +41,7 @@ </para> </section> - <section id="xslt.installation"> - &reftitle.install; - <para> - On UNIX, run <command>configure</command> with the - <link linkend="install.configure.enable-xslt">--enable-xslt</link> - <link linkend="install.configure.with-xslt-sablot">--with-xslt-sablot</link> - options. The <productname>Sablotron</productname> - library should be installed somewhere your compiler can find it. - </para> - <para> - Make sure you have the same libraries linked to the - <productname>Sablotron</productname> library as those, which are linked - with php. The configuration options: - <link linkend="install.configure.with-expat-dir">--with-expat-dir</link> - <link linkend="install.configure.with-iconv-dir">--with-iconv-dir</link> - are there to help you specify them. When asking for support, always - mention these directives, and whether there are other versions of those - libraries installed on your system somewhere. Naturally, provide all the - version numbers. - </para> - <note> - <title>JavaScript E-XSLT support</title> - <simpara> - If you compiled <productname>Sablotron</productname> with JavaScript - support, you must specify the option: - <link linkend="install.configure.with-sablot-js">--with-sablot-js</link>. - </simpara> - </note> - <note> - <title>Note to Win32 Users</title> - <simpara> - In order to enable this module on a Windows environment, you must copy - <emphasis>sablot.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.xslt.configure; <section id="xslt.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/yaz/reference.xml diff -u phpdoc/en/reference/yaz/reference.xml:1.4 phpdoc/en/reference/yaz/reference.xml:1.5 --- phpdoc/en/reference/yaz/reference.xml:1.4 Sun Sep 15 11:26:52 2002 +++ phpdoc/en/reference/yaz/reference.xml Mon Dec 2 07:55:45 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <reference id="ref.yaz"> <title>YAZ functions</title> <titleabbrev>YAZ</titleabbrev> @@ -30,33 +30,7 @@ </para> </section> - <section id="yaz.installation"> - &reftitle.install; - <para> - Compile YAZ and install it. Build PHP with your favourite - modules and add option - <link linkend="install.configure.with-yaz">--with-yaz</link>. - Your task is roughly the following: - </para> - <para> - <informalexample> - <programlisting role="shell"> -<![CDATA[ -gunzip -c yaz-1.6.tar.gz|tar xf - -gunzip -c php-4.0.X.tar.gz|tar xf - -cd yaz-1.6 -./configure --prefix=/usr -make -make install -cd ../php-4.0.X -./configure --with-yaz=/usr/bin -make -make install -]]> - </programlisting> - </informalexample> - </para> - </section> + &reference.yaz.configure; &reference.yaz.ini; Index: phpdoc/en/reference/zip/reference.xml diff -u phpdoc/en/reference/zip/reference.xml:1.3 phpdoc/en/reference/zip/reference.xml:1.4 --- phpdoc/en/reference/zip/reference.xml:1.3 Sat Jul 20 08:26:19 2002 +++ phpdoc/en/reference/zip/reference.xml Mon Dec 2 07:55:46 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <reference id="ref.zip"> <title>Zip File Functions (Read Only Access)</title> <titleabbrev>Zip</titleabbrev> @@ -28,20 +28,7 @@ </para> </section> - <section id="zip.installation"> - &reftitle.install; - <para> - Zip support in PHP is not enabled by default. You will need to - use the <link linkend="install.configure.with-zip">--with-zip</link> - configuration option when compiling PHP to enable zip support. - </para> - <note> - <para> - Zip support before PHP 4.1.0 is experimental. This section - reflects the Zip extension as it exists in PHP 4.1.0 and later. - </para> - </note> - </section> + &reference.zip.configure; <section id="zip.configuration"> &reftitle.runtime; Index: phpdoc/en/reference/zlib/reference.xml diff -u phpdoc/en/reference/zlib/reference.xml:1.10 phpdoc/en/reference/zlib/reference.xml:1.11 --- phpdoc/en/reference/zlib/reference.xml:1.10 Thu Oct 10 01:01:31 2002 +++ phpdoc/en/reference/zlib/reference.xml Mon Dec 2 07:55:46 2002 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.10 $ --> +<!-- $Revision: 1.11 $ --> <reference id="ref.zlib"> <title>Zlib Compression Functions</title> <titleabbrev>Zlib</titleabbrev> @@ -43,6 +43,8 @@ version >= 1.0.9 with this module. </para> </section> + + &reference.zlib.configure; &reference.zlib.ini; Index: phpdoc/en/reference/readline/configure.xml +++ phpdoc/en/reference/readline/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="readline.installation"> &reftitle.install; <para> To use this functions you must compile the CGI or CLI version of PHP with readline support. You need to configure PHP <option role="configure">--with-readline[=DIR]</option>. In order you want to use the libedit readline replacement, configure PHP <option role="configure">--with-libedit[=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/recode/configure.xml +++ phpdoc/en/reference/recode/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="recode.installation"> &reftitle.install; <para> To be able to use the functions defined in this module you must compile your PHP interpreter using the <option role="configure">--with-recode[=DIR]</option> option. </para> <warning> <para> Crashes and startup problems of <literal>PHP</literal> may be encountered when loading the recode as extension <emphasis role="strong">after</emphasis> loading any extension of <link linkend="ref.mysql">mysql</link> or <link linkend="ref.imap">imap</link>. Loading the recode before those extension has proven to fix the problem. This is due a technical problem that both the c-client library used by imap and recode have their own <literal>hash_lookup()</literal> function and both mysql and recode have their own <literal>hash_insert</literal> function. </para> </warning> </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/regex/configure.xml +++ phpdoc/en/reference/regex/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="regex.installation"> &reftitle.install; <para> To enable regexp support configure PHP <option role="configure">--with-regex=TYPE</option>. TYPE can be one of system, apache, php. The default is to use php. </para> <note> <simpara> Do not change the TYPE unless you know what you are doing. </simpara> </note> &windows.builtin; </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/sem/configure.xml +++ phpdoc/en/reference/sem/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="sem.installation"> &reftitle.install; <para> Support for this functions are not enabled by default. To enable System V semaphore support compile PHP with the option <option role="configure">--enable-sysvsem</option>. To enable the System V shared memory support compile PHP with the option <option role="configure">--enable-sysvshm</option>. To enable the System V messages support compile PHP with the option <option role="configure">--enable-sysvmsg</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/session/configure.xml +++ phpdoc/en/reference/session/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="session.installation"> &reftitle.install; <para> Session support is enabled in PHP by default. If you would not like to build your PHP with session support, you should specify the <option role="configure">--disable-session</option> option to configure. To use shared memory allocation (mm) for session storage configure PHP <option role="configure">--with-mm[=DIR] </option>. </para> &windows.builtin; </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/shmop/configure.xml +++ phpdoc/en/reference/shmop/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="shmop.installation"> &reftitle.install; <para> To use shmop you will need to compile PHP with the <option role="configure">--enable-shmop</option> parameter in your configure line. </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/snmp/configure.xml +++ phpdoc/en/reference/snmp/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="snmp.installation"> &reftitle.install; <para> Important: In order to use the UCD SNMP package, you need to define NO_ZEROLENGTH_COMMUNITY to 1 before compiling it. After configuring UCD SNMP, edit <filename>config.h</filename> and search for NO_ZEROLENGTH_COMMUNITY. Uncomment the #define line. It should look like this afterwards: <programlisting role="c"> <![CDATA[ #define NO_ZEROLENGTH_COMMUNITY 1 ]]> </programlisting> Now compile PHP <option role="configure">--with-snmp[=DIR]</option>. </para> <para> If you see strange segmentation faults in combination with SNMP commands, you did not follow the above instructions. If you do not want to recompile UCD SNMP, you can compile PHP with the <option role="configure">--enable-ucd-snmp-hack</option> switch which will work around the misfeature. </para> <para> The Windows distribution contains support files for SNMP in the <filename>mibs</filename> directory. This directory should be moved to <filename>DRIVE:\usr\mibs</filename>, where DRIVE must be replaced with the driveletter where <literal>PHP</literal> is installed on, e.g.: <filename>c:\usr\mibs</filename>. </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/sockets/configure.xml +++ phpdoc/en/reference/sockets/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="sockets.installation"> &reftitle.install; <para> The socket functions described here are part of an extension to PHP which must be enabled at compile time by giving the <option role="configure">--enable-sockets</option> option to <command>configure</command>. </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/swf/configure.xml +++ phpdoc/en/reference/swf/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="swf.installation"> &reftitle.install; <para> Once you have libswf all you need to do is to configure <option role="configure">--with-swf[=DIR]</option> where DIR is a location containing the directories include and lib. The include directory has to contain the <filename>swf.h</filename> file and the lib directory has to contain the <filename>libswf.a</filename> file. If you unpack the libswf distribution the two files will be in one directory. Consequently you will have to copy the files to the proper location manually. </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/sybase/configure.xml +++ phpdoc/en/reference/sybase/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="sybase.installation"> &reftitle.install; <para> To enable Sybase-DB support configure PHP <option role="configure">--with-sybase[=DIR]</option>. DIR is the Sybase home directory, defaults to <filename>/home/sybase</filename>. To enable Sybase-CT support configure PHP <option role="configure">--with-sybase-ct[=DIR]</option>. DIR is the Sybase home directory, defaults to <filename>/home/sybase</filename>. </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/tokenizer/configure.xml +++ phpdoc/en/reference/tokenizer/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="tokenizer.installation"> &reftitle.install; <para> Beginning with PHP 4.3.0 these functions are enabled by default. For older versions you have to configure and compile PHP with <option role="configure">--enable-tokenizer</option>. You can disable tokenizer support with <option role="configure">--disable-tokenizer</option>. </para> &windows.builtin; <note> <simpara> Builtin support for tokenizer is available with PHP 4.3.0. </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/uodbc/configure.xml +++ phpdoc/en/reference/uodbc/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="odbc.installation"> &reftitle.install; <para> Please see the <link linkend="install.configure.options.databases">Database installation options</link> chapter for more information about configuring PHP with these databases. </para> &windows.builtin; </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/wddx/configure.xml +++ phpdoc/en/reference/wddx/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="wddx.installation"> &reftitle.install; <para> After installing expat compile PHP with <option role="configure">--enable-wddx</option>. </para> &windows.builtin; </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/xml/configure.xml +++ phpdoc/en/reference/xml/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="xml.installation"> &reftitle.install; <para> These functions are enabled by default, using the bundled expat library. You can disable XML support with <option role="configure">--disable-xml</option>. If you compile PHP as a module for Apache 1.3.9 or later, PHP will automatically use the bundled <productname>expat</productname> library from Apache. In order you dont't want to use the bundled expat library configure PHP <option role="configure">--with-expat-dir=DIR</option>, where DIR should point to the base installation directory of expat. </para> &windows.builtin; </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/xmlrpc/configure.xml +++ phpdoc/en/reference/xmlrpc/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="xmlrpc.installation"> &reftitle.install; <para> XML-RPC support in PHP is not enabled by default. You will need to use the <option role="configure">--with-xmlrpc[=DIR]</option> configuration option when compiling PHP to enable XML-RPC support. This extension is bundled into PHP as of 4.1.0. </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/xslt/configure.xml +++ phpdoc/en/reference/xslt/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="xslt.installation"> &reftitle.install; <para> On UNIX, run <command>configure</command> with the <option role="configure">--enable-xslt</option> <option role="configure">--with-xslt-sablot</option> options. The <productname>Sablotron</productname> library should be installed somewhere your compiler can find it. </para> <para> Make sure you have the same libraries linked to the <productname>Sablotron</productname> library as those, which are linked with PHP. The configuration options: <option role="configure">--with-expat-dir=DIR</option> <option role="configure">--with-iconv-dir=DIR</option> are there to help you specify them. When asking for support, always mention these directives, and whether there are other versions of those libraries installed on your system somewhere. Naturally, provide all the version numbers. </para> <note> <title>JavaScript E-XSLT support</title> <simpara> If you compiled <productname>Sablotron</productname> with JavaScript support, you must specify the option: <option role="configure">--with-sablot-js=DIR</option>. </simpara> </note> <note> <title>Note to Win32 Users</title> <simpara> In order to enable this module on a Windows environment, you must copy <emphasis>sablot.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/yaz/configure.xml +++ phpdoc/en/reference/yaz/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="yaz.installation"> &reftitle.install; <para> Compile YAZ 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: </para> <para> <informalexample> <programlisting role="shell"> <![CDATA[ gunzip -c yaz-1.6.tar.gz|tar xf - gunzip -c php-4.0.X.tar.gz|tar xf - cd yaz-1.6 /configure --prefix=/usr make make install cd ../php-4.0.X /configure --with-yaz=/usr/bin make make install ]]> </programlisting> </informalexample> </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/zip/configure.xml +++ phpdoc/en/reference/zip/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <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> configuration option when compiling PHP to enable zip support. </para> <note> <para> Zip support before PHP 4.1.0 is experimental. This section reflects the Zip extension as it exists in PHP 4.1.0 and later. </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/zlib/configure.xml +++ phpdoc/en/reference/zlib/configure.xml <?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.1 $ --> <section id="zlib.installation"> &reftitle.install; <para> Zlib support in PHP is not enabled by default. You will need to configure PHP <option role="configure">--with-zlib[=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 -->
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php