diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-04-08 23:40:46 +0200 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-04-08 23:40:46 +0200 |
commit | a36c856b0a753adcdda249f2a3efb07a3606e17d (patch) | |
tree | 03c6e46677f1cda6378a11971acd8590bc54e2db /main/php.h | |
parent | 2f03c0aa72230eb787d20d77bf9f4f367bb3e081 (diff) | |
parent | e6a6017f78878609b2885451b6046717f478c027 (diff) | |
download | php-git-a36c856b0a753adcdda249f2a3efb07a3606e17d.tar.gz |
Merge branch 'PHP-7.4'
* PHP-7.4:
Remove HAVE_STRERROR
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main/php.h b/main/php.h index 270fdf57ce..99c1e4ae0e 100644 --- a/main/php.h +++ b/main/php.h @@ -230,10 +230,6 @@ typedef unsigned int socklen_t; #include "zend_stack.h" #include <string.h> -#ifndef HAVE_STRERROR -char *strerror(int); -#endif - #if HAVE_PWD_H # ifdef PHP_WIN32 #include "win32/param.h" |