Skip to content

Commit 36223f3

Browse files
committed
Remove unused config.h inclusion in SAPIs
Current PHP SAPIs aren't built outside of php-src and neither is anywhere described how such configuration header is supposed to be used.
1 parent 58acc67 commit 36223f3

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

sapi/cli/php_cli_process_title.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

17-
#ifdef HAVE_CONFIG_H
18-
#include <config.h>
19-
#endif
20-
2117
#include "php.h"
2218
#include "php_cli_process_title.h"
2319
#include "ps_title.h"

sapi/phpdbg/phpdbg_io.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@
1414
+----------------------------------------------------------------------+
1515
*/
1616

17-
#ifdef HAVE_CONFIG_H
18-
#include <config.h>
19-
#endif
20-
2117
#include "phpdbg_io.h"
2218

2319
ZEND_EXTERN_MODULE_GLOBALS(phpdbg)

0 commit comments

Comments
 (0)