diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-04-07 18:34:02 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-04-07 18:34:02 +0200 |
commit | e6f86fb17cd3a2dfe94ca1a0113a23194cb1915a (patch) | |
tree | 028ad5b371ab7ba81cd3c35031e50f512e9a372c /sapi/cli/php_cli.c | |
parent | e4a563b0c0f65ea26382f81ac24bf0a30baf257a (diff) | |
parent | e06836a1a345d0f6975036dc6c0cf7596aa07031 (diff) | |
download | php-git-e6f86fb17cd3a2dfe94ca1a0113a23194cb1915a.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove checks for locale.h, setlocale, localeconv
Diffstat (limited to 'sapi/cli/php_cli.c')
-rw-r--r-- | sapi/cli/php_cli.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index 425ca20109..9605f325df 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -48,10 +48,7 @@ #endif #include <signal.h> - -#if HAVE_SETLOCALE #include <locale.h> -#endif #include "zend.h" #include "zend_extensions.h" #include "php_ini.h" |