diff options
Diffstat (limited to 'main/php_reentrancy.h')
| -rw-r--r-- | main/php_reentrancy.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/php_reentrancy.h b/main/php_reentrancy.h index 80c2fe0c20..8db03e539c 100644 --- a/main/php_reentrancy.h +++ b/main/php_reentrancy.h @@ -1,8 +1,8 @@ /* +----------------------------------------------------------------------+ - | PHP Version 5 | + | PHP Version 7 | +----------------------------------------------------------------------+ - | Copyright (c) 1997-2015 The PHP Group | + | Copyright (c) 1997-2014 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 | @@ -130,4 +130,4 @@ void reentrancy_shutdown(void); #define reentrancy_shutdown() #endif -#endif +#endif |
