diff options
Diffstat (limited to 'ext/session/php_session.h')
| -rw-r--r-- | ext/session/php_session.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index 0119a79fce..4c795fdb68 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -2,7 +2,7 @@ +----------------------------------------------------------------------+ | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2018 The PHP Group | + | Copyright (c) The PHP Group | +----------------------------------------------------------------------+ | This source file is subject to version 3.01 of the PHP license, | | that is bundled with this package in the file LICENSE, and is | @@ -20,10 +20,7 @@ #define PHP_SESSION_H #include "ext/standard/php_var.h" - -#if defined(HAVE_HASH_EXT) && !defined(COMPILE_DL_HASH) -# include "ext/hash/php_hash.h" -#endif +#include "ext/hash/php_hash.h" #define PHP_SESSION_API 20161017 |
