File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,6 @@ if test "$pthreads_working" != "yes"; then
1010 AC_MSG_ERROR ( Your system seems to lack POSIX threads. )
1111fi
1212
13- AC_DEFINE ( PTHREADS , 1 , Whether to use Pthreads )
14-
1513AC_MSG_CHECKING ( for POSIX threads )
1614AC_MSG_RESULT ( yes )
1715] )
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments