File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed
Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change @@ -878,9 +878,8 @@ PHP_MINFO_FUNCTION(ibm_db2)
878878{
879879 char opbuffer [32 ];
880880 php_info_print_table_start ();
881- php_info_print_table_header (2 , "IBM DB2, Cloudscape and Apache Derby support" , "enabled" );
881+ php_info_print_table_header (2 , "IBM Db2 and compatible databases support" , "enabled" );
882882 php_info_print_table_row (2 , "Module release" , PHP_IBM_DB2_VERSION );
883- php_info_print_table_row (2 , "Module revision" , "$Revision$" );
884883
885884 switch (IBM_DB2_G (bin_mode )) {
886885 case DB2_BINARY :
Original file line number Diff line number Diff line change 22<package packagerversion =" 1.10.5" version =" 2.0" xmlns =" http://pear.php.net/dtd/package-2.0" xmlns : tasks =" http://pear.php.net/dtd/tasks-1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd" >
33 <name >ibm_db2</name >
44 <channel >pecl.php.net</channel >
5- <summary >Extension for IBM DB2 Universal Database, IBM Cloudscape, and
6- Apache Derby</summary >
7- <description >This extension supports IBM DB2 Universal Database, IBM
8- Cloudscape, and Apache Derby databases.</description >
5+ <summary >
6+ Extension for IBM Db2 (LUW/i/z) and other compatible databases
7+ </summary >
8+ <description >
9+ ibm_db2 provides access to DB2 and compatible databases on PHP.
10+ It uses a procedural interface. (PDO users should use PDO_IBM instead.)
11+
12+ The following software is supported without any additional licenses:
13+ - IBM Db2 (Linux/Unix/Windows)
14+ - IBM Db2 for i (running on IBM i)
15+ - Apache Derby
16+
17+ The following software may require additional licenses on the database:
18+ - IBM Db2 Connect for i (for using Db2 for i from LUW)
19+ - IBM Db2 Connect for z (for using Db2 for z from LUW)
20+
21+ Note that for IBM i, IBM and Seiden Group recommend new applications use ODBC instead.
22+ </description >
923 <lead >
1024 <name >Amarnath Reddy N</name >
1125 <user >vnkbabu</user >
You can’t perform that action at this time.
0 commit comments