This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
php-src
Watch
0
Star
0
Fork
0
You've already forked php-src
mirror of
https://github.com/php/php-src.git
synced
2024-11-23 09:54:15 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
php-src
/
ext
/
dba
/
php_db4.h
13 lines
107 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Add Berkeley db4 support
2002-11-26 20:05:59 +08:00
#
ifndef PHP_DB4_H
#
define PHP_DB4_H
Fix [-Wundef] warnings in DBA extension
2020-08-08 02:15:38 +08:00
#
ifdef DBA_DB4
Add Berkeley db4 support
2002-11-26 20:05:59 +08:00
#
include
"php_dba.h"
DBA_FUNCS
(
db4
)
;
#
endif
#
endif
Reference in New Issue
Copy Permalink