]> granicus.if.org Git - php/commitdiff
Fix the problem with dbmopen() not being defined. Patch by
authorJim Jagielski <jimjag@php.net>
Thu, 30 Mar 2000 02:42:28 +0000 (02:42 +0000)
committerJim Jagielski <jimjag@php.net>
Thu, 30 Mar 2000 02:42:28 +0000 (02:42 +0000)
Geoff (geoff@mcrent.com) and The Red Fox

ext/db/php_db.h

index 60fbe1d4f6c66516fb5eb3cec78472ffba4c9e69..61b45471ec1012a397cef62d519f2827e86fe417 100644 (file)
@@ -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 */