Browse Source
Make zend_str_tolower_copy() a copy function (like stccpy).
Make zend_str_tolower_copy() a copy function (like stccpy).
Supply a dup version (like estrdup). Fix tolower() handling. # Havin copy and dup allows to use the faster version even with # memory not allocated by emalloc.migration/unlabaled-1.3.2
5 changed files with 26 additions and 22 deletions
-
6Zend/zend_API.c
-
6Zend/zend_execute.c
-
4Zend/zend_execute_API.c
-
23Zend/zend_operators.c
-
9Zend/zend_operators.h
Write
Preview
Loading…
Cancel
Save
Reference in new issue