From 1469f420d6f2b37452f60a26797e4aad6d3605af Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 30 Mar 2000 02:42:28 +0000 Subject: [PATCH] Fix the problem with dbmopen() not being defined. Patch by Geoff (geoff@mcrent.com) and The Red Fox --- ext/db/php_db.h | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.40.0