mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
The string.h is already avaliable through zend.h, so the manual inclusion
is not necessary.
This commit is contained in:
@@ -24,12 +24,7 @@
|
||||
#include "zend_builtin_functions.h"
|
||||
#include "zend_constants.h"
|
||||
#include "zend_ini.h"
|
||||
|
||||
#if HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#else
|
||||
#include <strings.h>
|
||||
#endif
|
||||
#include "zend_config.h"
|
||||
|
||||
#undef ZEND_TEST_EXCEPTIONS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user