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-28 12:26:37 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9972446b2a
php-src
/
ext
/
dba
/
php_db3.h
13 lines
104 B
C
Raw
Normal View
History
Unescape
Escape
Change header protection macros to conform to standard. Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
2000-07-03 07:46:51 +08:00
#
ifndef PHP_DB3_H
#
define PHP_DB3_H
Clean up php3.*\.h files. The files itself are renamed, and references in all .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
1999-12-05 03:19:57 +08:00
#
if DBA_DB3
#
include
"php_dba.h"
DBA_FUNCS
(
db3
)
;
#
endif
#
endif
Reference in New Issue
Copy Permalink