]> granicus.if.org Git - php/commit
Remove HAVE_STRCOLL check
authorPeter Kokot <peterkokot@gmail.com>
Sun, 23 Jun 2019 13:51:24 +0000 (15:51 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 27 Jun 2019 22:05:55 +0000 (00:05 +0200)
commit638c21765c029f637e45c00a3528ff8ea10c3b72
tree9ea71b00c656fd28f34096cda5192a9a74a43747
parent033cafacbd8b184260c91a74ea7956b302857706
Remove HAVE_STRCOLL check

The strcoll function is defined in the C89 standard and should be
on today's systems always available via the <string.h> header.

https://port70.net/~nsz/c/c89/c89-draft.html#4.11.4.3

- Remove also SKIPIF strcoll check in test
Zend/zend_operators.c
Zend/zend_operators.h
configure.ac
ext/opcache/Optimizer/zend_func_info.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/php_string.h
ext/standard/string.c
ext/standard/tests/strings/strcoll.phpt
win32/build/config.w32
win32/build/config.w32.h.in