mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
[PR #66] [CLOSED] Remove unsupported ini directives #95
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/php/pftt2/pull/66
Author: @cmb69
Created: 8/30/2019
Status: ❌ Closed
Base:
master← Head:remove-ini📝 Commits (1)
4924d6cRemove unsupported ini directives📊 Changes
2 files changed (+0 additions, -12 deletions)
View changed files
📝
src/com/mostc/pftt/model/core/PhpIni.java(+0 -6)📝
src/com/mostc/pftt/model/smoke/RequiredExtensionsSmokeTest.java(+0 -6)📄 Description
safe_modeandmagic_quotes_runtimeare unsupported as of PHP 5.4.0;the
unicde.*directives have been a PHP 6 thing. No need to keepthem.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.