From: Jim Jagielski Date: Thu, 30 Mar 2000 02:42:28 +0000 (+0000) Subject: Fix the problem with dbmopen() not being defined. Patch by X-Git-Tag: php-4.0RC2~577 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1469f420d6f2b37452f60a26797e4aad6d3605af;p=php Fix the problem with dbmopen() not being defined. Patch by Geoff (geoff@mcrent.com) and The Red Fox --- diff --git a/ext/db/php_db.h b/ext/db/php_db.h index 60fbe1d4f6..61b45471ec 100644 --- a/ext/db/php_db.h +++ b/ext/db/php_db.h @@ -89,7 +89,4 @@ PHP_FUNCTION(dbmdelete); PHP_FUNCTION(dbmfirstkey); PHP_FUNCTION(dbmnextkey); -#undef phpext_db_ptr -#define phpext_db_ptr NULL - #endif /* _PHP_DB_H */