mirror of
https://github.com/php/php-src.git
synced 2024-11-28 04:14:26 +08:00
backward compatibility
This commit is contained in:
parent
4749457a49
commit
97637b2a4c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user