From: Lajos Veres Date: Mon, 15 Jul 2013 13:01:43 +0000 (+0100) Subject: backward compatibility X-Git-Tag: php-5.5.2RC1~13^2~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97637b2a4c1820916d6bfad510ef63cdeb563022;p=php backward compatibility --- 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)