diff options
Diffstat (limited to 'ext/standard/php_string.h')
-rw-r--r-- | ext/standard/php_string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_string.h b/ext/standard/php_string.h index 53209f4485..0bf88cb741 100644 --- a/ext/standard/php_string.h +++ b/ext/standard/php_string.h @@ -91,9 +91,7 @@ PHP_FUNCTION(strpbrk); PHP_FUNCTION(substr_compare); PHP_FUNCTION(utf8_encode); PHP_FUNCTION(utf8_decode); -#ifdef HAVE_STRCOLL PHP_FUNCTION(strcoll); -#endif #if HAVE_STRFMON PHP_FUNCTION(money_format); #endif |