mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-28 02:53:21 +02:00
8 lines
158 B
C
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
|