]> granicus.if.org Git - php/commit
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
authorStanislav Malyshev <stas@php.net>
Mon, 4 Dec 2006 18:37:15 +0000 (18:37 +0000)
committerStanislav Malyshev <stas@php.net>
Mon, 4 Dec 2006 18:37:15 +0000 (18:37 +0000)
commit6b651f8e60c6b8e99a24133e11bc9a8e315c2acf
treeffccf0be048a1691b0e9301b9ea147331a8265a4
parent57a912e828df6fcf1872f9f4c2fe64c6f8694a7b
Improve tolower()-related functions on Windows and VC2005 by caching locale and using
tolower_l function.
# Gives 10-18% speedup on bench.php
# Does not change behaviour for non-windows
Zend/zend_operators.c
Zend/zend_operators.h
ext/standard/basic_functions.c
ext/standard/string.c
main/main.c