Browse Source

Fix the problem with dbmopen() not being defined. Patch by

Geoff (geoff@mcrent.com) and The Red Fox
PHP-4.0.5
Jim Jagielski 27 years ago
parent
commit
1469f420d6
  1. 3
      ext/db/php_db.h

3
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 */
Loading…
Cancel
Save