Author: archaic Date: 2005-04-13 19:05:19 -0600 (Wed, 13 Apr 2005) New Revision: 915
Added: trunk/php/php-5.0.4-db43-1.patch Log: Copied php patch(es) from blfs repo. Added: trunk/php/php-5.0.4-db43-1.patch =================================================================== --- trunk/php/php-5.0.4-db43-1.patch 2005-04-14 01:03:08 UTC (rev 914) +++ trunk/php/php-5.0.4-db43-1.patch 2005-04-14 01:05:19 UTC (rev 915) @@ -0,0 +1,21 @@ +Submitted By: Igor Zivkovic <[EMAIL PROTECTED]> +Date: 2005-01-10 +Initial Package Version: 5.0.3 +Upstream Status: Not submitted. +Origin: http://www.sleepycat.com/docs/ref/upgrade.4.3/toc.html +Description: Adds support for Berkeley DB-4.3.x. + +$LastChangedBy: randy $ +$Date: 2005-04-09 00:13:21 -0600 (Sat, 09 Apr 2005) $ + +--- php-5.0.3/ext/dba/dba_db4.c.orig 2005-01-10 00:10:49.798665848 +0000 ++++ php-5.0.3/ext/dba/dba_db4.c 2005-01-10 00:23:10.805015760 +0000 +@@ -36,7 +36,7 @@ + #include <db.h> + #endif + +-static void php_dba_db4_errcall_fcn(const char *errpfx, char *msg) ++static void php_dba_db4_errcall_fcn(const DB_ENV *dbenv, const char *errpfx, const char *msg) + { + TSRMLS_FETCH(); + -- http://linuxfromscratch.org/mailman/listinfo/patches FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
