[PR #66] [CLOSED] Remove unsupported ini directives #95

Open
opened 2026-01-24 11:40:47 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/php/pftt2/pull/66
Author: @cmb69
Created: 8/30/2019
Status: Closed

Base: masterHead: remove-ini


📝 Commits (1)

  • 4924d6c Remove 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_mode and magic_quotes_runtime are unsupported as of PHP 5.4.0;
the unicde.* directives have been a PHP 6 thing. No need to keep
them.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/php/pftt2/pull/66 **Author:** [@cmb69](https://github.com/cmb69) **Created:** 8/30/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `remove-ini` --- ### 📝 Commits (1) - [`4924d6c`](https://github.com/php/pftt2/commit/4924d6cc0889d4e543992a3ac3cfa93e49a92861) Remove unsupported ini directives ### 📊 Changes **2 files changed** (+0 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/com/mostc/pftt/model/core/PhpIni.java` (+0 -6) 📝 `src/com/mostc/pftt/model/smoke/RequiredExtensionsSmokeTest.java` (+0 -6) </details> ### 📄 Description `safe_mode` and `magic_quotes_runtime` are unsupported as of PHP 5.4.0; the `unicde.*` directives have been a PHP 6 thing. No need to keep them. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-24 11:40:47 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#95