summaryrefslogtreecommitdiff
path: root/TSRM
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-04-07 15:21:48 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-04-07 15:21:48 +0200
commit309edb070d7644550f96bce2d89b0ac145b3940e (patch)
treec158313029ab8147568638a8b98ea101a561f326 /TSRM
parent06fc66ed7c86b09120bfc2696ab0a6a9954829a9 (diff)
parentfd1ad1e25a6d0676a560d237ff5f44faa6e1dc87 (diff)
downloadphp-git-309edb070d7644550f96bce2d89b0ac145b3940e.tar.gz
Merge branch 'PHP-7.4'
* PHP-7.4: Remove HAVE_LIMITS_H
Diffstat (limited to 'TSRM')
-rw-r--r--TSRM/tsrm_config_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/TSRM/tsrm_config_common.h b/TSRM/tsrm_config_common.h
index 64cecd912a..d3c7672d48 100644
--- a/TSRM/tsrm_config_common.h
+++ b/TSRM/tsrm_config_common.h
@@ -35,9 +35,7 @@ char *alloca ();
#include <unistd.h>
#endif
-#if HAVE_LIMITS_H
#include <limits.h>
-#endif
#ifndef MAXPATHLEN
# if _WIN32