Skip to content

Commit 769db42

Browse files
committed
Remove PHP_READDIR_R_TYPE
The PHP_READDIR_R_TYPE m4 macro has been removed via 2b28f71. HAVE_POSIX_READDIR_R in windows header file is also not needed anymore.
1 parent f0f1388 commit 769db42

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

UPGRADING.INTERNALS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ PHP 7.4 INTERNALS UPGRADE NOTES
218218
- Local PHP m4 unused or obsolete macros have been removed:
219219
PHP_TARGET_RDYNAMIC, PHP_SOLARIS_PIC_WEIRDNESS, PHP_SYS_LFS,
220220
PHP_AC_BROKEN_SPRINTF, PHP_EXTENSION, PHP_DECLARED_TIMEZONE,
221-
PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT.
221+
PHP_CHECK_TYPES, PHP_TM_GMTOFF, PHP_CHECK_64BIT, PHP_READDIR_R_TYPE.
222222
- new --enable-rtld-now build option allow to switch dlopen behavior
223223
from RTLD_LAZY to RTLD_NOW
224224
- Minimum Bison version is 3.0+ for generating parser files.

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,6 @@ fi
717717
AC_REPLACE_FUNCS(strlcat strlcpy explicit_bzero getopt)
718718
AC_FUNC_ALLOCA
719719
PHP_TIME_R_TYPE
720-
PHP_READDIR_R_TYPE
721720
PHP_CHECK_IN_ADDR_T
722721

723722
AC_CHECK_FUNCS(crypt_r, [ php_crypt_r="1" ], [ php_crypt_r="0" ])

win32/build/config.w32.h.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050

5151
#define HAVE_GETHOSTNAME 1
5252
#define HAVE_GETCWD 1
53-
#define HAVE_POSIX_READDIR_R 1
5453
#define NEED_ISBLANK 1
5554
#define DISCARD_PATH 0
5655
#undef HAVE_SETITIMER

0 commit comments

Comments
 (0)