File tree 2 files changed +1
-2
lines changed 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
10
10
AC_MSG_ERROR ( Your system seems to lack POSIX threads. )
11
11
fi
12
12
13
- AC_DEFINE ( PTHREADS , 1 , Whether to use Pthreads )
14
-
15
13
AC_MSG_CHECKING ( for POSIX threads )
16
14
AC_MSG_RESULT ( yes )
17
15
] )
Original file line number Diff line number Diff line change @@ -137,6 +137,7 @@ PHP 8.4 INTERNALS UPGRADE NOTES
137
137
- Symbol HAVE_LIBPQ has been removed.
138
138
- Symbols HAVE_LIBRT and HAVE_TIMER_CREATE removed.
139
139
- Symbols PHP_FPM_SYSTEMD, PHP_FPM_USER, and PHP_FPM_GROUP removed.
140
+ - Symbol PTHREADS has been removed.
140
141
- M4 macro PHP_DEFINE (atomic includes) removed (use AC_DEFINE and config.h).
141
142
- M4 macro PHP_WITH_SHARED has been removed (use PHP_ARG_WITH).
142
143
- M4 macro PHP_STRUCT_FLOCK has been removed (use AC_CHECK_TYPES).
You can’t perform that action at this time.
0 commit comments