Files
mongo-php-driver/php_compat_53.h
T
2014-06-19 14:15:32 -07:00

8 lines
158 B
C

#ifndef PHP_FE_END
# define PHP_FE_END { NULL, NULL, NULL }
#endif
#ifndef HASH_KEY_NON_EXISTENT
# define HASH_KEY_NON_EXISTENT HASH_KEY_NON_EXISTANT
#endif