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
5858
5959- Standard:
6060 . Unserializing the uppercase 'S' tag is now deprecated. (timwolla)
61+ . Enables crc32 auxiliary detection on OpenBSD. (David Carlier)
6162
6263- Streams:
6364 . Implemented GH-15155 (Stream context is lost when custom stream wrapper is
Original file line number Diff line number Diff line change 346346
347347PHP_CHECK_FUNC(res_search, resolv, socket)
348348
349- AC_CHECK_FUNCS ( [ posix_spawn_file_actions_addchdir_np] )
349+ AC_CHECK_FUNCS ( [ posix_spawn_file_actions_addchdir_np elf_aux_info ] )
350350
351351dnl
352352dnl Obsolete check for strptime() declaration. The strptime, where available,
Original file line number Diff line number Diff line change 2828# include <asm/hwcap.h>
2929# elif defined(__APPLE__ )
3030# include <sys/sysctl.h>
31- # elif defined(__FreeBSD__ )
31+ # elif defined(HAVE_ELF_AUX_INFO )
3232# include <sys/auxv.h>
3333
3434static unsigned long getauxval (unsigned long key ) {
You can’t perform that action at this time.
0 commit comments