Index: phpdoc/en/reference/rsusi.txt diff -u phpdoc/en/reference/rsusi.txt:1.38 phpdoc/en/reference/rsusi.txt:1.39 --- phpdoc/en/reference/rsusi.txt:1.38 Wed Nov 27 19:42:42 2002 +++ phpdoc/en/reference/rsusi.txt Sat Nov 30 07:45:43 2002 @@ -10,7 +10,11 @@ !no means that the new structure is not applied yes for ini means: separate ini.xml and correct linked from reference.xml - + yes for configure means: separate configure.xml and correct linked from reference.xml + none means: no ini/configure needed. + + *** means: needs a review, maybe the information given is not enough. + 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 table. One may also add more columns for ini and configure stuff reorganization... @@ -19,19 +23,19 @@ -------------------------------------------------------------------------------- apache yes none array none none -aspell deprecated +aspell removed 4.3 bc yes yes bzip2 none yes calendar none yes -ccvs +ccvs removed 4.3 classobj none none com yes none cpdf none yes crack yes yes ctype none yes curl none yes -cybercash ~ -cybermut none yes +cybercash ~ removed 4.3 +cybermut PECL 4.3 none yes cyrus ~ none yes datetime none none dba none yes @@ -42,7 +46,7 @@ dio none yes dir none none domxml ++ none yes -dotnet ~ none +dotnet ~ none none errorfunc yes none exec none none fbsql yes yes @@ -50,27 +54,27 @@ filepro ~ none yes filesystem yes none fribidi ~ none yes -ftp yes +ftp none yes funchand none none gettext none yes gmp none yes -http +http none none hw ++ yes yes hwapi ++ yes yes -ibase yes -icap deprecated -iconv yes -ifx yes -iisfunc -image yes -imap -info yes -ingres-ii yes -ircg +ibase yes yes +icap removed 4.3 +iconv yes yes +ifx yes *** +iisfunc no build none none +image yes *** +imap none *** +info yes none +ingres-ii yes *** +ircg none yes java ++ yes ldap ++ yes mail yes -mailparse ~ +mailparse ~ PECL 4.2.0 math mbstring ++ yes mcal @@ -122,7 +126,7 @@ uodbc yes url ~ var ~ yes -vpopmail ~ +vpopmail ~ PECL 4.3 w32api wddx xml Index: phpdoc/en/reference/com/reference.xml diff -u phpdoc/en/reference/com/reference.xml:1.4 phpdoc/en/reference/com/reference.xml:1.5 --- phpdoc/en/reference/com/reference.xml:1.4 Thu Sep 12 16:30:45 2002 +++ phpdoc/en/reference/com/reference.xml Sat Nov 30 07:45:44 2002 @@ -1,5 +1,5 @@ - + COM support functions for Windows COM @@ -31,6 +31,7 @@

&reftitle.install; &no.install; + &windows.builtin;
&reference.com.ini; Index: phpdoc/en/reference/ibase/reference.xml diff -u phpdoc/en/reference/ibase/reference.xml:1.6 phpdoc/en/reference/ibase/reference.xml:1.7 --- phpdoc/en/reference/ibase/reference.xml:1.6 Sun Nov 24 21:29:01 2002 +++ phpdoc/en/reference/ibase/reference.xml Sat Nov 30 07:45:44 2002 @@ -1,5 +1,5 @@ - + InterBase functions InterBase @@ -37,19 +37,8 @@ - -
- &reftitle.install; - - Note to Win32 Users - - In order to enable this module on a Windows environment, you must copy - gds32.dll 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) - - -
+ + &reference.ibase.configure; &reference.ibase.ini; Index: phpdoc/en/reference/iconv/reference.xml diff -u phpdoc/en/reference/iconv/reference.xml:1.11 phpdoc/en/reference/iconv/reference.xml:1.12 --- phpdoc/en/reference/iconv/reference.xml:1.11 Sun Nov 24 21:32:40 2002 +++ phpdoc/en/reference/iconv/reference.xml Sat Nov 30 07:45:44 2002 @@ -1,5 +1,5 @@ - + iconv functions iconv @@ -26,23 +26,7 @@ -
- &reftitle.install; - - To be able to use the functions defined in this module you must compile - your PHP interpreter using the configure line - . - - - Note to Win32 Users - - In order to enable this module on a Windows environment, you must copy - iconv-1.3.dll 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) - - -
+ &reference.iconv.configure; &reference.iconv.ini; Index: phpdoc/en/reference/ifx/reference.xml diff -u phpdoc/en/reference/ifx/reference.xml:1.6 phpdoc/en/reference/ifx/reference.xml:1.7 --- phpdoc/en/reference/ifx/reference.xml:1.6 Thu Sep 12 16:32:24 2002 +++ phpdoc/en/reference/ifx/reference.xml Sat Nov 30 07:45:45 2002 @@ -1,5 +1,5 @@ - + Informix functions Informix @@ -34,21 +34,7 @@ -
- &reftitle.install; - - - The configure script will autodetect the libraries and include - directories, if you run configure - . You can - override this detection by specifying "IFX_LIBDIR", "IFX_LIBS" and - "IFX_INCDIR" in the environment. The configure script will also - try to detect your Informix server version. It will set the - "HAVE_IFX_IUS" conditional compilation variable if your Informix - version >= 9.00. - - -
+ &reference.ifx.configure; &reference.ifx.ini; Index: phpdoc/en/reference/image/reference.xml diff -u phpdoc/en/reference/image/reference.xml:1.11 phpdoc/en/reference/image/reference.xml:1.12 --- phpdoc/en/reference/image/reference.xml:1.11 Wed Oct 9 04:32:05 2002 +++ phpdoc/en/reference/image/reference.xml Sat Nov 30 07:45:46 2002 @@ -1,5 +1,5 @@ - + Image functions Image @@ -45,18 +45,101 @@ version of GD you install, and any other libraries GD might need to access those image formats. Versions of GD older than gd-1.6 - support gif format images, and do not support png, where versions - greater than gd-1.6 support png, not gif. + support GIF format images, and do not support PNG, where versions + greater than gd-1.6 support PNG, not GIF. Since PHP 4.3 there is a bundled version of the GD lib. This bundled - version has some additional features like alpha blending and should - be used in preference to the external library since it's codebase is - better maintained and more stable. + version has some additional features like alpha blending, and should + be used in preference to the external library + since it's codebase is better maintained and more stable. + You may wish to enhance GD to handle more image formats. + + Supported image formats + + + + Image format + Library to download + Notes + + + + + gif + + + Only supported in GD versions older than gd-1.6. Read-only + GIF support is available with PHP 4.3.0 and the bundled + GD-library. + + + + jpeg-6b + &url.jpeg; + + + + png + &url.libpng; + + Only supported in GD versions greater than gd-1.6. + + + + xpm< + &url.libxpm; + + It's likely you have this library already available, if your system + has an installed X-Environment. + + + + +
+
+ + + You may wish to enhance GD to deal with different fonts. The following + font libraries are supported: + + Supported font libraries + + + + Font library + Download + Notes + + + + + FreeType 1.x + &url.freetype; + + + + FreeType 2 + &url.freetype; + + + + T1lib + &url.t1lib;) + + Support for Type 1 fonts. + + + + +
+
+ + If you have PHP compiled with you are able to work with information stored in headers of JPEG and TIFF images. This way you can @@ -70,22 +153,7 @@ -
- &reftitle.install; - - In order to read and write images in jpeg format, you will need to - obtain and install jpeg-6b (available at - &url.jpeg;), and then recompile - GD to make use of jpeg-6b. You will also have to - compile PHP with - . - - - To add support for Type 1 fonts, you can install t1lib (available - at &url.t1lib;), and then add - . - -
+ &reference.image.configure; &reference.image.ini; Index: phpdoc/en/reference/imap/reference.xml diff -u phpdoc/en/reference/imap/reference.xml:1.9 phpdoc/en/reference/imap/reference.xml:1.10 --- phpdoc/en/reference/imap/reference.xml:1.9 Thu Sep 26 17:47:41 2002 +++ phpdoc/en/reference/imap/reference.xml Sat Nov 30 07:45:46 2002 @@ -1,5 +1,5 @@ - + IMAP, POP3 and NNTP functions IMAP @@ -69,21 +69,7 @@ -
- &reftitle.install; - - To get these functions to work, you have to compile PHP with - . - - - - Depending how the c-client was configured, you might also need to add - - and/or into the PHP - configure line. - - -
+ &reference.imap.configure;
&reftitle.runtime; Index: phpdoc/en/reference/ingres-ii/reference.xml diff -u phpdoc/en/reference/ingres-ii/reference.xml:1.4 phpdoc/en/reference/ingres-ii/reference.xml:1.5 --- phpdoc/en/reference/ingres-ii/reference.xml:1.4 Sat Sep 14 17:12:57 2002 +++ phpdoc/en/reference/ingres-ii/reference.xml Sat Nov 30 07:45:47 2002 @@ -1,5 +1,5 @@ - + Ingres II functions Ingres II @@ -33,26 +33,7 @@
-
- &reftitle.install; - - In order to have these functions available, you must compile php - with Ingres support by using the - --with-ingres option. - If the II_SYSTEM environment variable isn't correctly - set you may have to use - --with-ingres=DIR - to specify your Ingres installation directory. - - - When using this extension with Apache, if Apache does not start - and complains with "PHP Fatal error: Unable to start ingres_ii - module in Unknown on line 0" then make sure the environement - variable II_SYSTEM is correctly set. Adding "export - II_SYSTEM="/home/ingres/II" in the script that starts Apache, just - before launching httpd, should be fine. - -
+ &reference.ingres-ii.configure; &reference.ingres-ii.ini; Index: phpdoc/en/reference/ircg/reference.xml diff -u phpdoc/en/reference/ircg/reference.xml:1.4 phpdoc/en/reference/ircg/reference.xml:1.5 --- phpdoc/en/reference/ircg/reference.xml:1.4 Wed Nov 27 11:50:10 2002 +++ phpdoc/en/reference/ircg/reference.xml Sat Nov 30 07:45:47 2002 @@ -1,5 +1,5 @@ - + IRC Gateway Functions IRC Gateway @@ -30,14 +30,7 @@ -
- &reftitle.install; - - Detailed installation instructions can be found - here. We urge you to use - the provided installation script. - -
+ &reference.ircg.configure;
&reftitle.runtime; Index: phpdoc/en/reference/ibase/configure.xml +++ phpdoc/en/reference/ibase/configure.xml
&reftitle.install; To enable InterBase support configure PHP , where DIR is the InterBase base install directory, which defaults to /usr/interbase. Note to Win32 Users In order to enable this module on a Windows environment, you must copy gds32.dll 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). In case you installed the InterBase database server on the same machine PHP is running on, you will have this DLL already. Therfore you don't need to copy gds32.dll from the DLL folder.
Index: phpdoc/en/reference/iconv/configure.xml +++ phpdoc/en/reference/iconv/configure.xml
&reftitle.install; To be able to use the functions defined in this module you must compile your PHP interpreter using the configure line . Note to Win32 Users In order to enable this module on a Windows environment, you must copy iconv-1.3.dll 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). Starting with PHP 4.2.1 the name changed to iconv.dll
Index: phpdoc/en/reference/ifx/configure.xml +++ phpdoc/en/reference/ifx/configure.xml
&reftitle.install; To be able to use the functions defined in this module you must compile your PHP interpreter using the configure line , where DIR is the Informix base install directory, defaults to nothing.
Index: phpdoc/en/reference/image/configure.xml +++ phpdoc/en/reference/image/configure.xml
&reftitle.install; To enable GD-support configure PHP , where DIR is the GD base install directory. To use the recommended bundled version of the GD library configure . Enhance the capabilities of GD to handle more image formats by specifying the --with-XXXX configure switch to your PHP configure line. Supported image formats Image Format Configure Switch jpeg-6b To enable support for jpeg-6b add . png To enable support for png add . Note, libpng requires the zlib library, therefore add to your configure line. xpm To enable support for xpm add . If configure is not able to find the required libraries, you may add the path to your X11 libraries.
Enhance the capabilities of GD to deal with different fonts by specifying the --with-XXXX configure switch to your PHP configure line. Supported font libraries Font library Configure Switch FreeType 1.x To enable support for FreeType 1.x add . FreeType 2 To enable support for FreeType 2 add . T1lib To enable support for T1lib (Type 1 fonts) add . Native TrueType string function To enable support for native TrueType string function add .
Index: phpdoc/en/reference/imap/configure.xml +++ phpdoc/en/reference/imap/configure.xml
&reftitle.install; To get these functions to work, you have to compile PHP with , where DIR is the c-client install prefix. Depending how the c-client was configured, you might also need to add and/or into the PHP configure line.
Index: phpdoc/en/reference/ingres-ii/configure.xml +++ phpdoc/en/reference/ingres-ii/configure.xml
&reftitle.install; In order to have these functions available, you must compile PHP with Ingres support by using the 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 to specify your Ingres installation directory. When using this extension with Apache, if Apache does not start and complains with "PHP Fatal error: Unable to start ingres_ii module in Unknown on line 0" then make sure the environement variable II_SYSTEM is correctly set. Adding "export II_SYSTEM="/home/ingres/II" in the script that starts Apache, just before launching httpd, should be fine.
Index: phpdoc/en/reference/ircg/configure.xml +++ phpdoc/en/reference/ircg/configure.xml
&reftitle.install; Detailed installation instructions can be found here. We urge you to use the provided installation script.