mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
The string.h is already avaliable through zend.h, so the manual inclusion
is not necessary.
This commit is contained in:
parent
3631b28f44
commit
df3662f436
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user