Ticket #1044: php-5.0.3-db43.patch

File php-5.0.3-db43.patch, 689 bytes (added by igor@…, 19 years ago)

PHP update.

  • php-5.0.3/ext/dba/dba_db4.c

    Submitted By:            Igor Zivkovic <igor@linuxfromscratch.org>
    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.
    
    old new  
    3636#include <db.h>
    3737#endif
    3838
    39 static void php_dba_db4_errcall_fcn(const char *errpfx, char *msg)
     39static void php_dba_db4_errcall_fcn(const DB_ENV *dbenv, const char *errpfx, const char *msg)
    4040{
    4141        TSRMLS_FETCH();
    4242