]> granicus.if.org Git - php/commitdiff
Remove PHP_READDIR_R_TYPE
authorPeter Kokot <peterkokot@gmail.com>
Sat, 13 Apr 2019 02:45:28 +0000 (04:45 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Sat, 13 Apr 2019 02:50:05 +0000 (04:50 +0200)
The PHP_READDIR_R_TYPE m4 macro has been removed via
2b28f7189144a21e753dbc09efadd571121a82b9.

HAVE_POSIX_READDIR_R in windows header file is also not needed anymore.

UPGRADING.INTERNALS
configure.ac
win32/build/config.w32.h.in

index afa4ed91e4aebd8c452893703c6be2428e95f476..930cd4e4fbe769a517b1b3fa59394eea35d725a0 100644 (file)
@@ -218,7 +218,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
     - Local PHP m4 unused or obsolete macros have been removed:
       PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS,
       PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE,
-      PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT.
+      PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT, PHP_READDIR_R_TYPE.
     - new --enable-rtld-now build option allow to switch dlopen behavior
       from RTLD_LAZY to RTLD_NOW
     - Minimum Bison version is 3.0+ for generating parser files.
index 473c05192b6b8bd1730f848eac29fa8b0448791e..293c5fc33f8e5520e8cf6b7e0b05800cd24d3944 100644 (file)
@@ -717,7 +717,6 @@ fi
 AC_REPLACE_FUNCS(strlcat strlcpy explicit_bzero getopt)
 AC_FUNC_ALLOCA
 PHP_TIME_R_TYPE
-PHP_READDIR_R_TYPE
 PHP_CHECK_IN_ADDR_T
 
 AC_CHECK_FUNCS(crypt_r, [ php_crypt_r="1" ], [ php_crypt_r="0" ])
index 06632b0e20d611a7e9ae8ed77bed4e3d9054bfc9..0403f6c5428bbf61764e24f28bfd949917925388 100644 (file)
@@ -50,7 +50,6 @@
 
 #define HAVE_GETHOSTNAME 1
 #define HAVE_GETCWD 1
-#define HAVE_POSIX_READDIR_R 1
 #define NEED_ISBLANK 1
 #define DISCARD_PATH 0
 #undef HAVE_SETITIMER