projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
74bfc0c
)
add missing define
author
Michael Wallner
<mike@php.net>
Wed, 9 Jul 2014 13:32:47 +0000
(15:32 +0200)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Jul 2014 13:32:47 +0000
(15:32 +0200)
php_http_misc.h
patch
|
blob
|
history
diff --git
a/php_http_misc.h
b/php_http_misc.h
index fe08d6d1d5efd63b3b54c1adab9362d0d493a431..0763476544bc7868cc595eba910542d0938fb1ef 100644
(file)
--- a/
php_http_misc.h
+++ b/
php_http_misc.h
@@
-246,6
+246,11
@@
static inline STATUS php_http_ini_entry(const char *name_str, size_t name_len, c
#define PHP_RSHUTDOWN_CALL(func) PHP_RSHUTDOWN(func)(SHUTDOWN_FUNC_ARGS_PASSTHRU)
/* ARRAYS */
+
+#ifndef HASH_KEY_NON_EXISTENT
+# define HASH_KEY_NON_EXISTENT HASH_KEY_NON_EXISTANT
+#endif
+
PHP_HTTP_API unsigned php_http_array_list(HashTable *ht TSRMLS_DC, unsigned argc, ...);
typedef struct php_http_array_hashkey {