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

Remove unused config.h inclusion in SAPIs (#21377)

Current PHP SAPIs aren't built outside of php-src and neither is
anywhere described how such configuration header is supposed to be used.
This commit is contained in:
Peter Kokot
2026-03-15 12:57:20 +01:00
committed by GitHub
parent 4561e92fa1
commit 3927630e62
2 changed files with 0 additions and 8 deletions

View File

@@ -14,10 +14,6 @@
+----------------------------------------------------------------------+
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "php.h"
#include "php_cli_process_title.h"
#include "ps_title.h"

View File

@@ -14,10 +14,6 @@
+----------------------------------------------------------------------+
*/
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include "phpdbg_io.h"
ZEND_EXTERN_MODULE_GLOBALS(phpdbg)