php7: Clean up and update distributed php.ini for php 7.4.25
authorGiovanni Giacobbi <giovanni@giacobbi.net>
Thu, 11 Nov 2021 10:07:04 +0000 (10:07 +0000)
committerMichael Heimpold <mhei@heimpold.de>
Fri, 12 Nov 2021 06:48:43 +0000 (07:48 +0100)
commit024ac2b040de92b59848b5cb9ac778a7c2f854a0
tree4e082e7dc0030e3d90a039a2504140882e3261d7
parent8f976fccf16300c1501f935e9eb30223bfceb135
php7: Clean up and update distributed php.ini for php 7.4.25

Details:
- Cleaned up whitespace and removed comments (refer to official PHP documentation for that)
- Removed directives that no longer exist as of PHP 7.4.25
- Added '~E_DEPRECATED' to 'error_reporting'

Directives removed that no longer exist as of PHP 7.4.25:
- zend.ze1_compatibility_mode
- y2k_compliance
- register_globals
- register_long_arrays
- magic_quotes_gpc
- magic_quotes_runtime
- magic_quotes_sybase
- always_populate_raw_post_data

Signed-off-by: Giovanni Giacobbi <giovanni@giacobbi.net>
(cherry picked from commit 7e45ad87f3f2ebcc9e6496ec358a6297e818f90d)
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php7/Makefile
lang/php7/files/php.ini