1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-php-src/ext
Peter Kokot 1a380989ee Remove HAVE_STRPTIME_DECL_FAILS (#14821)
The strptime, where available, needs the _GNU_SOURCE defined or compiler
flag -std=gnuXX appended to be declared in time.h. PHP's strptime is
also deprecated as of PHP 8.1.

This removes the HAVE_STRPTIME_DECL_FAILS in favor of a simpler
AC_CHECK_DECL check and HAVE_DECL_STRPTIME CPP macro.
2024-07-04 20:26:14 +02:00
..
2024-07-04 18:09:16 +02:00
2024-07-04 15:37:35 +02:00
2024-07-04 15:41:15 +02:00
2024-07-03 19:17:59 +02:00
2024-06-29 18:41:45 +02:00
2024-06-28 20:14:26 +02:00
2024-07-04 16:03:15 +02:00
2024-07-04 15:37:35 +02:00