File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ PHP NEWS
58
58
59
59
- Standard:
60
60
. Unserializing the uppercase 'S' tag is now deprecated. (timwolla)
61
+ . Enables crc32 auxiliary detection on OpenBSD. (David Carlier)
61
62
62
63
- Streams:
63
64
. Implemented GH-15155 (Stream context is lost when custom stream wrapper is
Original file line number Diff line number Diff line change 346
346
347
347
PHP_CHECK_FUNC(res_search, resolv, socket)
348
348
349
- AC_CHECK_FUNCS ( [ posix_spawn_file_actions_addchdir_np] )
349
+ AC_CHECK_FUNCS ( [ posix_spawn_file_actions_addchdir_np elf_aux_info ] )
350
350
351
351
dnl
352
352
dnl Obsolete check for strptime() declaration. The strptime, where available,
Original file line number Diff line number Diff line change 28
28
# include <asm/hwcap.h>
29
29
# elif defined(__APPLE__ )
30
30
# include <sys/sysctl.h>
31
- # elif defined(__FreeBSD__ )
31
+ # elif defined(HAVE_ELF_AUX_INFO )
32
32
# include <sys/auxv.h>
33
33
34
34
static unsigned long getauxval (unsigned long key ) {
You can’t perform that action at this time.
0 commit comments