summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_hash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_hash.h b/Zend/zend_hash.h
index e6306bff02..bf3577124d 100644
--- a/Zend/zend_hash.h
+++ b/Zend/zend_hash.h
@@ -28,6 +28,7 @@
#define HASH_KEY_IS_STRING 1
#define HASH_KEY_IS_LONG 2
#define HASH_KEY_NON_EXISTENT 3
+#define HASH_KEY_NON_EXISTANT HASH_KEY_NON_EXISTENT // Keeping old define (with typo) for backward compatibility
#define HASH_UPDATE (1<<0)
#define HASH_ADD (1<<1)