]> granicus.if.org Git - php/commitdiff
backward compatibility
authorLajos Veres <vlajos@gmail.com>
Mon, 15 Jul 2013 13:01:43 +0000 (14:01 +0100)
committerStanislav Malyshev <stas@php.net>
Mon, 22 Jul 2013 03:09:59 +0000 (20:09 -0700)
Zend/zend_hash.h

index e6306bff028eade9fc90d61839c36abbe72771e3..bf3577124d7e3fe8d62c76b373e00396a430dff4 100644 (file)
@@ -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)