aboutsummaryrefslogtreecommitdiff
path: root/lang/php7/files/php.ini
Commit message (Collapse)AuthorAge
* php7: drop packageMichael Heimpold2021-12-09
| | | | | | | | | | Active support for PHP 7.4 branch ended a few days ago. Since we have PHP 8.x in the repository for a while and we migrated all PECL extension packages already, let's focus on that newer version and drop support for 7.4. Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: Clean up and update distributed php.ini for php 7.4.25Giovanni Giacobbi2021-11-12
| | | | | | | | | | | | | | | | | | | | | 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>
* php7: restructure patchesMichael Heimpold2016-09-03
| | | | | | | - Add some more patches from Debian - Rename existing ones (our own patches starts with prefix 1000+) Signed-off-by: Michael Heimpold <mhei@heimpold.de>
* php7: add new packageMichael Heimpold2016-09-03
This is a copy of the existing php5 stuff, adopted for PHP7. Please not, that its not supported to install both php5 and php7 in parallel on the target. Signed-off-by: Michael Heimpold <mhei@heimpold.de>