php-src/ext/session
Peter Kokot 29dc0470c8
Remove AC_FUNC_UTIME_NULL
Autoconf 2.59d (released in 2006) [1] started promoting several macros
as not relevant for newer systems, including the AC_FUNC_UTIME_NULL.

This macro checks if `utime(file, NULL)` sets file's timestamp to the
current time and defines the `HAVE_UTIME_NULL` symbol. This check was
relevant on very old systems (for example, 4.3BSD released in 1986) and
today can be omitted for systems with utime since it should be well
supported by now. [2]

Refs:
[1] http://git.savannah.gnu.org/cgit/autoconf.git/tree/NEWS
[2] https://www.gnu.org/software/autoconf/manual/autoconf-2.69/autoconf.html
2018-09-04 12:03:34 +02:00
..
tests Micro optimization & fixed invalid key handling 2018-08-17 14:56:24 +08:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
mod_files.bat MFH 2008-12-30 19:37:35 +00:00
mod_files.c Remove AC_FUNC_UTIME_NULL 2018-09-04 12:03:34 +02:00
mod_files.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mod_files.sh Update _bits_per_char to use with new PHP 7.1. or greater 2018-05-07 14:41:49 +02:00
mod_mm.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mod_mm.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mod_user.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mod_user.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
mod_user_class.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_session.h implement same site cookie see https://bugs.php.net/bug.php?id=72230 see https://tools.ietf.org/html/draft-west-first-party-cookies-07 see https://scotthelme.co.uk/csrf-is-dead/ 2018-07-31 12:40:24 +02:00
session.c Fix some misspellings 2018-08-12 16:15:45 +02:00