1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
Nikita Popov f8d795820e Reindent phpt files 2020-02-03 22:52:20 +01:00
Peter Kokot 638c21765c 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
2019-06-28 00:05:55 +02:00
Gabriel Caruso 4861730a94 strcoll isn't always available 2018-02-04 17:32:56 +01:00
Zoe Slattery 3bd566f7c4 Refixing to follow documented behaviour 2009-04-29 07:53:10 +00:00
Antony Dovgal 319491b658 fix test 2009-04-28 09:04:28 +00:00
Sebastian Schürmann f972956b9d - Initial commit 2009-04-25 11:23:01 +00:00