Skip to content

Commit 2e756e0

Browse files
authored
Remove unused PTHREADS CPP macro definition (#14759)
1 parent 1f2948a commit 2e756e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

TSRM/tsrm.m4

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ if test "$pthreads_working" != "yes"; then
1010
AC_MSG_ERROR(Your system seems to lack POSIX threads.)
1111
fi
1212
13-
AC_DEFINE(PTHREADS, 1, Whether to use Pthreads)
14-
1513
AC_MSG_CHECKING(for POSIX threads)
1614
AC_MSG_RESULT(yes)
1715
])

UPGRADING.INTERNALS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
137137
- Symbol HAVE_LIBPQ has been removed.
138138
- Symbols HAVE_LIBRT and HAVE_TIMER_CREATE removed.
139139
- Symbols PHP_FPM_SYSTEMD, PHP_FPM_USER, and PHP_FPM_GROUP removed.
140+
- Symbol PTHREADS has been removed.
140141
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
141142
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
142143
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).

0 commit comments

Comments
 (0)