1
0
mirror of https://github.com/php/php-src.git synced 2026-04-06 15:43:13 +02:00
Files
archived-php-src/main
Tim Starling c96be7b8f2 Use ASCII lower case for misc case folding
Use ASCII case conversion instead of locale-dependent case conversion in
the following places:

* grapheme_stripos() and grapheme_strripos() in the "fast" path
* ldap_get_entries()
* oci_pconnect() for case folding of parameters when constructing a key
  into the connection or session pool
* SoapClient: case folding of function names
* get_meta_tags(): case conversion of property names
* http stream wrapper: header names
* phpinfo(): anchor names
* php_verror(): docref URLs
* rfc1867.c: Content-Type boundary parameter name
* streams.c: stream protocol names

Using locale-dependent case folding for these cases is either
unnecessary or actively incorrect. These functions could have
misbehaved when used with certain locales (e.g. Turkish).

Closes GH-7511.
2021-09-24 09:20:08 +02:00
..
2021-04-13 12:09:37 +02:00
2021-07-12 16:51:24 +02:00
2021-07-15 15:31:39 +02:00
2021-07-21 09:14:31 +02:00
2021-07-15 19:08:26 +02:00
2021-07-15 19:08:26 +02:00
2021-09-14 18:17:42 +02:00
2021-08-31 18:57:44 +02:00
2021-05-06 12:16:35 +02:00
2021-08-02 15:59:26 +02:00
2021-08-02 15:59:26 +02:00
2021-08-02 15:59:26 +02:00