summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-08 23:40:46 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-08 23:40:46 +0200
commita36c856b0a753adcdda249f2a3efb07a3606e17d (patch)
tree03c6e46677f1cda6378a11971acd8590bc54e2db /main/php.h
parent2f03c0aa72230eb787d20d77bf9f4f367bb3e081 (diff)
parente6a6017f78878609b2885451b6046717f478c027 (diff)
downloadphp-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.h4
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"