diff -u php5-5.2.4/debian/changelog php5-5.2.4/debian/changelog --- php5-5.2.4/debian/changelog +++ php5-5.2.4/debian/changelog @@ -1,3 +1,26 @@ +php5 (5.2.4-2ubuntu1) hardy; urgency=low + + * Merge from Debian unstable (LP: #176011). Remaining Ubuntu changes: + - debian/control, debian/rules: Disable a few build dependencies and + accompanying binary packages which we do not want to support in main: + + firebird2-dev/php5-interbase (we have a separate php-interbase source) + + libc-client-dev/php5-imap (we have a separate php-imap source) + + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source) + - debian/rules: Correctly mangle PHP5_* macros for lpia + - debian/control: DebianMaintainerField + * Builds php5-gmp (LP: #176013) + * Fixes sybase_ct for MS SQL (LP: #21995) + * New Ubuntu changes: + - debian/rules: use 32M memory_limit for CLI and 16M for cgi/libapache + (LP: #148871) + - debian/control, debian/rules: Configure CLI with --with-libedit for + readline support again, now that the libedit issue is fixed. + Extended debian/patches/027-readline_is_editline.patch (LP: #124846) + - Force build against db4.4 (by ignoring db4.5 if it is installed), + debian/patches/use-specific-libdb-version.patch (LP: #165247) + + -- dAniel hAhler Wed, 19 Dec 2007 10:48:04 +0100 + php5 (5.2.4-2) unstable; urgency=low [ sean finney ] @@ -81,6 +104,55 @@ -- sean finney Sun, 16 Sep 2007 14:46:06 +0200 +php5 (5.2.3-1ubuntu7) hardy; urgency=low + + * Rebuild for libsnmp10 -> libsnmp15 transition. + + -- Steve Kowalik Mon, 10 Dec 2007 20:33:11 +1100 + +php5 (5.2.3-1ubuntu6) gutsy; urgency=low + + * Trigger rebuild for hppa + + -- LaMont Jones Thu, 04 Oct 2007 12:18:16 -0600 + +php5 (5.2.3-1ubuntu5) gutsy; urgency=low + + * debian/rules: + - Fix broken memory_limit mangling for php5-cli. (LP: #109079) + - Don't clean out debian/copyright. (iz soyuz bug..) + * debian/php5-cli.postinst, debian/rules: + - Use same php.ini-dist for all flavours. The only difference used to be + cli having a higher memory_limit value, but upstream has changed this to + 128MB, which is higher than both of the previous values. + + -- Soren Hansen Mon, 03 Sep 2007 08:51:34 +0200 + +php5 (5.2.3-1ubuntu4) gutsy; urgency=low + + * debian/rules: Correctly mangle PHP5_* macros for lpia. + + -- Matthias Klose Fri, 10 Aug 2007 08:20:08 +0000 + +php5 (5.2.3-1ubuntu2) gutsy; urgency=low + + * Rebuild for the libcurl transition mess. + + -- Steve Kowalik Thu, 5 Jul 2007 00:12:51 +1000 + +php5 (5.2.3-1ubuntu1) gutsy; urgency=low + + * Merge from debian unstable, remaining changes: + - debian/changelog: Add some missing CVEs. + - debian/control: DebianMaintainerField + - debian/control, debian/rules: Disable a few build dependencies and + accompanying binary packages which we do not want to support in main: + + firebird2-dev/php5-interbase (we have a separate php-interbase source) + + libc-client-dev/php5-imap (we have a separate php-imap source) + + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source) + + -- Soren Hansen Mon, 11 Jun 2007 20:32:54 +0200 + php5 (5.2.3-1) unstable; urgency=low * new upstream release. @@ -109,6 +181,20 @@ -- sean finney Sun, 20 May 2007 21:59:56 +0200 +php5 (5.2.2-1ubuntu1) gutsy; urgency=low + + * Merge to Debian unstable; remaining Ubuntu changes: + - debian/changelog: Add some missing CVEs. + - debian/control, debian/rules: Disable a few build dependencies and + accompanying binary packages which we do not want to support in main: + + apache-dev/libapache-mod-php5 (die, Apache 1, die!) + + firebird2-dev/php5-interbase (we have a separate php-interbase source) + + libc-client-dev/php5-imap (we have a separate php-imap source) + + libmcrypt-dev/php5-mcrypt (separate php-mcrypt source) + - Add missing libsqlite3-dev build dependency. + + -- Martin Pitt Tue, 15 May 2007 16:15:43 +0200 + php5 (5.2.2-1) unstable; urgency=low [ sean finney ] @@ -239,6 +325,32 @@ -- sean finney Sun, 17 Dec 2006 16:49:35 +0100 +php5 (5.2.0-7ubuntu2) feisty; urgency=low + + * debian/control: Add missing build dependency libsqlite3-dev to fix FTBFS. + + -- Martin Pitt Wed, 6 Dec 2006 16:27:03 +0100 + +php5 (5.2.0-7ubuntu1) feisty; urgency=low + + * Merge to Debian unstable; remaining Ubuntu changes: + - debian/control, debian/rules: Disable apache-dev build dependency and + remove libapache-mod-php5 package, since we do not support apache 1.3. + - debian/control: Build with db4.3, as long as our apache needs it. + - debian/changelog: Add some missing CVEs. + * debian/control: + - Remove firebird2-dev build dependency and php5-interbase package, since + we don't support Firebird and keep the separate php-interbase source. + - Remove libc-client-dev build dependency and php5-imap package, since + uw-imapd is in universe and we keep the separate php-imap source. + - Remove libmcrypt-dev build dependency and php5-mcrypt package, since + it is in universe and we keep the separate php-mcrypt source. + - libapr1-dev -> libapr0-dev, as long as we still have Apache 2.0. + * debian/rules: Disable above modules, and fix up dependency generation for + Apache 2.0 instead of 2.2. + + -- Martin Pitt Wed, 6 Dec 2006 12:55:44 +0100 + php5 (5.2.0-7) unstable; urgency=high [ Steve Langasek ] @@ -404,6 +516,34 @@ -- sean finney Tue, 19 Sep 2006 19:31:27 +0200 +php5 (5.1.6-1ubuntu3) feisty; urgency=low + + * Rebuild for ldbl128 change on powerpc and sparc. + + -- Matthias Klose Thu, 2 Nov 2006 10:00:32 +0000 + +php5 (5.1.6-1ubuntu2) edgy; urgency=low + + * SECURITY UPDATE: Safe mode bypass, remote arbitrary code execution. + * Fix/add CVE numbers in/to 5.1.4-0.1 and 5.1.6-1 changelogs. + * Add debian/patches/CVE-2006-4625.patch: + - Fix open_basedir/safe_mode bypass with ini_restore(). + - Ported from upstream CVS: + http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_ini.c?r1=1.39.2.2&r2=1.39.2.3 + * Add debian/patches/CVE-2006-4812.patch: + - Fix integer overflow in Zend's ecalloc(). + - Ported from upstream CVS: + http://cvs.php.net/viewvc.cgi/ZendEngine2/zend_alloc.c?r1=1.161&r2=1.162 + + -- Martin Pitt Tue, 10 Oct 2006 18:25:01 +0200 + +php5 (5.1.6-1ubuntu1) edgy; urgency=low + + * Merge from Debian unstable, bringing in a myriad of security fixes. + * Revert libdb4.3->libdb4.4 migration until we're ready to do this. + + -- Adam Conrad Wed, 13 Sep 2006 23:11:09 +1000 + php5 (5.1.6-1) unstable; urgency=high [ Adam Conrad ] @@ -427,6 +567,12 @@ -- Ondřej Surý Sat, 19 Aug 2006 14:41:43 +0200 +php5 (5.1.4-0.1ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + + -- Fabio M. Di Nitto Wed, 12 Jul 2006 17:06:38 +0200 + php5 (5.1.4-0.1) unstable; urgency=high * Non-maintainer upload. @@ -448,6 +594,29 @@ -- Steinar H. Gunderson Tue, 13 Jun 2006 22:38:33 +0200 +php5 (5.1.2-1ubuntu3) dapper; urgency=low + + * Enable the mysqli extension, which is required for full functionality + of the ubuntu-server LAMP stack for dapper (launchpad.net/27904) + * Make php5-{mysql,mysqli} depend on each other to ease the pain of the + planned transition for Etch/Edgy where both will be packaged together. + * Comment out the EXTRA_VERSION hack, since it served its purpose when + we were providing CVS snapshots, but is now just a cause of complaints. + + -- Adam Conrad Thu, 18 May 2006 12:12:27 +1000 + +php5 (5.1.2-1ubuntu2) dapper; urgency=low + + * Rebuild against the new libmysqlclient15off with correct symbols. + + -- Adam Conrad Thu, 6 Apr 2006 12:48:51 +1000 + +php5 (5.1.2-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian, bringing in security fixes and PEAR fix. + + -- Adam Conrad Wed, 18 Jan 2006 18:09:55 +1100 + php5 (5.1.2-1) unstable; urgency=low * New upstream bugfix and security update release (closes: #347894) @@ -471,6 +640,12 @@ -- Adam Conrad Mon, 16 Jan 2006 16:12:31 +1100 +php5 (5.1.1-1ubuntu1) dapper; urgency=low + + * Resynchronise with Debian, bringing in a myriad of security fixes. + + -- Adam Conrad Sun, 8 Jan 2006 02:07:20 +1100 + php5 (5.1.1-1) unstable; urgency=low * New upstream bugfix release, skipping the problematic 5.1.0 release: @@ -537,6 +712,13 @@ -- Adam Conrad Fri, 21 Oct 2005 02:30:19 +1000 +php5 (5.0.5-2ubuntu1) breezy; urgency=low + + * Resync with Debian, bringing in two security fixes, a file conflict fix, + and two 64-bit memory corruption and segfault fixes (no other changes). + + -- Adam Conrad Sun, 9 Oct 2005 03:14:32 +1000 + php5 (5.0.5-2) unstable; urgency=medium * Remove Andres Salomon from the Uploaders field, at his request. Thanks @@ -555,6 +737,14 @@ -- Adam Conrad Tue, 27 Sep 2005 16:09:29 +1000 +php5 (5.0.5-1ubuntu1) breezy; urgency=low + + * Resync with Debian, lowering libsnmp-dev build-dep to libsnmp5-dev. + * This new upstream includes a fixed XML_RPC class in php-pear, which + addresses CAN-2005-2498 and closes Ubuntu bug #13701. + + -- Adam Conrad Tue, 13 Sep 2005 14:52:10 +1000 + php5 (5.0.5-1) unstable; urgency=low * New upstream release, adjust patch offsets and fuzz, and drop patches: @@ -582,6 +772,14 @@ -- Adam Conrad Thu, 8 Sep 2005 00:36:36 +1000 +php5 (5.0.4-3ubuntu1) breezy; urgency=low + + * Resync with Debian, bringing in important changes to php5-dev and the + dependency relationships between php5 SAPIs and php5 extensions, as + well as making sure that php5 is backportable to hoary without changes. + + -- Adam Conrad Mon, 1 Aug 2005 09:54:24 +1000 + php5 (5.0.4-3) unstable; urgency=low * And fix the module/extension API situation one last time, this time @@ -619,6 +817,19 @@ -- Adam Conrad Wed, 27 Jul 2005 22:30:42 +1000 +php5 (5.0.4-1ubuntu2) breezy; urgency=low + + * libapache2-mod-php5 needs to conflict with libapache2-mod-php4 to + prevent people from shooting their own feet and breaking apache2. + + -- Adam Conrad Wed, 27 Jul 2005 22:29:14 +1000 + +php5 (5.0.4-1ubuntu1) breezy; urgency=low + + * Upload to breezy, disabling the libapache-mod-php5 build. + + -- Adam Conrad Wed, 27 Jul 2005 02:22:23 +1000 + php5 (5.0.4-1) unstable; urgency=low * Initial PHP5 release; packaging forked from php4 4:4.3.11-1. @@ -2563,0 +2775 @@ + diff -u php5-5.2.4/debian/control php5-5.2.4/debian/control --- php5-5.2.4/debian/control +++ php5-5.2.4/debian/control @@ -1,9 +1,10 @@ Source: php5 Section: web Priority: optional -Maintainer: Debian PHP Maintainers +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian PHP Maintainers Uploaders: Adam Conrad , Steve Langasek , Jeroen van Wolffelaar , Ondřej Surý , sean finney -Build-Depends: apache2-prefork-dev (>= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (>= 3), firebird2.0-dev [i386 amd64 powerpc sparc] | firebird1.5-dev [i386 amd64] | firebird2-dev [i386 amd64], flex (>= 2.5.4), freetds-dev, libapr1-dev (>= 1.2.7-8), libbz2-dev (>= 1.0.0), libc-client-dev, libcurl4-openssl-dev | libcurl-dev, libdb4.4-dev, libexpat1-dev (>= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (>= 2.0.28-3), libgmp3-dev, libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (>= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (>= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp-dev, libsqlite0-dev, libssl-dev (>= 0.9.6), libt1-dev, libtidy-dev, libtool (>= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (>= 2.4.14), libxslt1-dev (>= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (>= 1.0.9) +Build-Depends: apache2-prefork-dev (>= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (>= 3), flex (>= 2.5.4), freetds-dev, libapr1-dev (>= 1.2.7-8), libbz2-dev (>= 1.0.0), libcurl4-openssl-dev | libcurl-dev, libdb4.4-dev, libedit-dev (>= 2.9.cvs.20050518-1), libexpat1-dev (>= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (>= 2.0.28-3), libgmp3-dev, libjpeg62-dev, libkrb5-dev, libldap2-dev, libmhash-dev (>= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (>= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp-dev, libsqlite0-dev, libssl-dev (>= 0.9.6), libt1-dev, libtidy-dev, libtool (>= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (>= 2.4.14), libxslt1-dev (>= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (>= 1.0.9) Build-Conflicts: bind-dev Standards-Version: 3.7.2 @@ -166,28 +167,6 @@ in. The goal of the language is to allow web developers to write dynamically generated pages quickly. -Package: php5-imap -Architecture: any -Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version}) -Description: IMAP module for php5 - This package provides a module for IMAP functions in PHP scripts. - . - PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed - from C, Java and Perl with a couple of unique PHP-specific features thrown - in. The goal of the language is to allow web developers to write - dynamically generated pages quickly. - -Package: php5-interbase -Architecture: i386 amd64 powerpc sparc -Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version}) -Description: interbase/firebird module for php5 - This package provides a module for interbase/firebird functions in PHP scripts. - . - PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed - from C, Java and Perl with a couple of unique PHP-specific features thrown - in. The goal of the language is to allow web developers to write - dynamically generated pages quickly. - Package: php5-ldap Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version}) @@ -199,17 +178,6 @@ in. The goal of the language is to allow web developers to write dynamically generated pages quickly. -Package: php5-mcrypt -Architecture: any -Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php5-common (= ${binary:Version}) -Description: MCrypt module for php5 - This package provides a module for MCrypt functions in PHP scripts. - . - PHP5 is an HTML-embedded scripting language. Much of its syntax is borrowed - from C, Java and Perl with a couple of unique PHP-specific features thrown - in. The goal of the language is to allow web developers to write - dynamically generated pages quickly. - Package: php5-mhash Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ${php:Depends}, php5-common (= ${binary:Version}) diff -u php5-5.2.4/debian/patches/027-readline_is_editline.patch php5-5.2.4/debian/patches/027-readline_is_editline.patch --- php5-5.2.4/debian/patches/027-readline_is_editline.patch +++ php5-5.2.4/debian/patches/027-readline_is_editline.patch @@ -28,11 +28,36 @@ +-#include ++#include #define rl_completion_matches completion_matches #endif -#include +#include #ifndef HAVE_LIBEDIT --#include -+#include + #include #endif PHP_FUNCTION(readline); +--- php5-5.2.4.orig/sapi/cli/php_cli.c 2007-08-09 01:51:24.000000000 +0200 ++++ php5-5.2.4/sapi/cli/php_cli.c 2007-12-19 06:31:21.000000000 +0100 +@@ -76,9 +76,9 @@ + #endif + + #if (HAVE_LIBREADLINE || HAVE_LIBEDIT) && !defined(COMPILE_DL_READLINE) +-#include ++#include + #if !HAVE_LIBEDIT + #include + #endif + #include "php_cli_readline.h" + #endif /* HAVE_LIBREADLINE || HAVE_LIBEDIT */ +--- php5-5.2.4.orig/sapi/cli/php_cli_readline.c 2007-06-04 11:47:54.000000000 +0200 ++++ php5-5.2.4/sapi/cli/php_cli_readline.c 2007-12-19 07:46:11.000000000 +0100 +@@ -49,7 +49,7 @@ + #include + #endif + +-#include ++#include + #if !HAVE_LIBEDIT + #include + #endif diff -u php5-5.2.4/debian/patches/series php5-5.2.4/debian/patches/series --- php5-5.2.4/debian/patches/series +++ php5-5.2.4/debian/patches/series @@ -29,0 +30 @@ +use-specific-libdb-version.patch diff -u php5-5.2.4/debian/rules php5-5.2.4/debian/rules --- php5-5.2.4/debian/rules +++ php5-5.2.4/debian/rules @@ -20,8 +20,11 @@ DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH) -PHP5_HOST_GNU_TYPE = $(shell echo $(DEB_HOST_GNU_TYPE) | sed 's/-gnu$$//') -PHP5_BUILD_GNU_TYPE = $(shell echo $(DEB_BUILD_GNU_TYPE) | sed 's/-gnu$$//') +PHP5_HOST_GNU_TYPE = $(subst gnulp,gnu,$(DEB_HOST_GNU_TYPE)) +PHP5_BUILD_GNU_TYPE = $(subst gnulp,gnu,$(DEB_BUILD_GNU_TYPE)) + +PHP5_HOST_GNU_TYPE := $(shell echo $(PHP5_HOST_GNU_TYPE) | sed 's/-gnu$$//') +PHP5_BUILD_GNU_TYPE := $(shell echo $(PHP5_BUILD_GNU_TYPE) | sed 's/-gnu$$//') PHP5_SOURCE_VERSION = $(shell dpkg-parsechangelog | grep ^Version | sed "s/Version: //") PHP5_UPSTREAM_VERSION = $(shell echo $(PHP5_SOURCE_VERSION) | sed -e "s/-.*//" -e "s/.*://") @@ -59,12 +62,6 @@ MAGIC_MIME = /usr/share/file/magic.mime endif -# only enable interbase support for i386/amd64/powerpc/sparc -ifneq (,$(filter $(DEB_BUILD_ARCH),amd64 i386 powerpc sparc)) - IBFLAGS=--with-interbase=shared,/usr \ - --with-pdo-firebird=shared,/usr -endif - COMMON_CONFIG=--build=$(PHP5_BUILD_GNU_TYPE)-gnu \ --host=$(PHP5_HOST_GNU_TYPE)-gnu \ --mandir=/usr/share/man \ @@ -201,14 +198,10 @@ --with-xpm-dir=shared,/usr/X11R6 \ --with-png-dir=shared,/usr \ --with-freetype-dir=shared,/usr \ - --with-imap=shared,/usr \ - --with-imap-ssl \ - $(IBFLAGS) \ --with-ttf=shared,/usr \ --with-t1lib=shared,/usr \ --with-ldap=shared,/usr \ --with-ldap-sasl=/usr \ - --with-mcrypt=shared,/usr \ --with-mhash=shared,/usr \ --with-mysql=shared,/usr \ --with-mysqli=shared,/usr/bin/mysql_config \ @@ -267,6 +260,7 @@ --with-config-file-path=/etc/php5/cli \ --with-config-file-scan-dir=/etc/php5/cli/conf.d \ $(COMMON_CONFIG) \ + --with-libedit \ --without-mm \ --disable-pdo \ --without-mysql --without-sybase-ct --without-sqlite \ @@ -325,8 +319,9 @@ debian/libapache2-mod-php5/etc/apache2/mods-available/php5.conf # sanitize php.ini file - cat php.ini-dist | tr "\t" " " > debian/php5-common/usr/share/php5/php.ini-dist - cat php.ini-dist | tr "\t" " " | sed -e'/memory_limit =/ s/128M/32M/g' > debian/php5-common/usr/share/php5/php.ini-dist.cli + # memory_limit: 16M for cgi/apache; 32M for cli + cat php.ini-dist | tr "\t" " " | sed -e'/memory_limit =/ s/\b128M/16M/g' > debian/php5-common/usr/share/php5/php.ini-dist + cat php.ini-dist | tr "\t" " " | sed -e'/memory_limit =/ s/\b128M/32M/g' > debian/php5-common/usr/share/php5/php.ini-dist.cli cat php.ini-dist | tr "\t" " " > debian/php5-common/usr/share/doc/php5-common/examples/php.ini-dist cat php.ini-recommended | tr "\t" " " > debian/php5-common/usr/share/doc/php5-common/examples/php.ini-recommended cat php.ini-paranoid | tr "\t" " " > debian/php5-common/usr/share/doc/php5-common/examples/php.ini-paranoid only in patch2: unchanged: --- php5-5.2.4.orig/main/php_version.h +++ php5-5.2.4/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 4 -#define PHP_EXTRA_VERSION "" -#define PHP_VERSION "5.2.4" +#define PHP_EXTRA_VERSION "-2ubuntu1" +#define PHP_VERSION "5.2.4-2ubuntu1" #define PHP_VERSION_ID 50204 only in patch2: unchanged: --- php5-5.2.4.orig/debian/patches/use-specific-libdb-version.patch +++ php5-5.2.4/debian/patches/use-specific-libdb-version.patch @@ -0,0 +1,13 @@ +Index: php5-5.2.4/ext/dba/config.m4 +=================================================================== +--- php5-5.2.4.orig/ext/dba/config.m4 2007-12-19 04:18:56.000000000 +0100 ++++ php5-5.2.4/ext/dba/config.m4 2007-12-19 04:19:03.000000000 +0100 +@@ -301,7 +301,7 @@ + break + fi + done +- PHP_DBA_DB_CHECK(4, db-4.5 db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)]) ++ PHP_DBA_DB_CHECK(4, db-4.4 db-4.3 db-4.2 db-4.1 db-4.0 db-4 db4 db, [(void)db_create((DB**)0, (DB_ENV*)0, 0)]) + fi + PHP_DBA_STD_RESULT(db4,Berkeley DB4) +