1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused always-enabled extension headers (#14042)

These were once used in these files but at this point aren't and are
only causing confusion whether file depends on additional extension.

- locale.h is added in main/SAPI.c for _ENABLE_PER_THREAD_LOCALE
This commit is contained in:
Peter Kokot
2024-05-04 21:06:29 +02:00
committed by GitHub
parent 8aec95e23f
commit 04c417a35e
4 changed files with 1 additions and 4 deletions

View File

@@ -24,7 +24,6 @@
#include "ext/standard/info.h"
#include "ext/standard/file.h"
#include "ext/standard/php_var.h"
#include "ext/spl/spl_exceptions.h"
#include "zend_attributes.h"
#include "zend_exceptions.h"

View File

@@ -40,7 +40,6 @@
#include "zend_smart_str.h"
#include "zend_bitset.h"
#include "zend_exceptions.h"
#include "ext/spl/spl_array.h"
#include "ext/random/php_random.h"
#include "zend_frameless_function.h"

View File

@@ -18,7 +18,6 @@
#include "php_browscap.h"
#include "php_ini.h"
#include "php_string.h"
#include "ext/pcre/php_pcre.h"
#include "zend_ini_scanner.h"
#include "zend_globals.h"

View File

@@ -18,6 +18,7 @@
#include <ctype.h>
#include <sys/stat.h>
#include <locale.h>
#include "php.h"
#include "SAPI.h"
@@ -25,7 +26,6 @@
#include "php_ini.h"
#include "ext/standard/php_string.h"
#include "ext/standard/pageinfo.h"
#include "ext/pcre/php_pcre.h"
#ifdef ZTS
#include "TSRM.h"
#endif