]> granicus.if.org Git - php/commit
Use CG(one_char_string) if possible in bitwise string operations
authorBob Weinand <bobwei9@hotmail.com>
Wed, 3 Jun 2015 00:57:16 +0000 (02:57 +0200)
committerBob Weinand <bobwei9@hotmail.com>
Wed, 3 Jun 2015 00:57:16 +0000 (02:57 +0200)
commit8a1c5d15d24f6ee23a9aa9357e51922778ffc07d
treede3afbbd5e7d16e5442c87843c04aca901e35a3c
parent06332e67067e9fea3117cbce8c164d99027ee142
Use CG(one_char_string) if possible in bitwise string operations

emalloc() is not cheap... Also, a good part of bitwise string ops out there are on single bytes.
Zend/zend_operators.c