[PR #21] [MERGED] [FIX] short_open_tag can be off now, replaced <? with <?php #138

Closed
opened 2026-02-28 01:21:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/tuxis-ie/nsedit/pull/21
Author: @harkx
Created: 1/25/2015
Status: Merged
Merged: 1/26/2015
Merged by: @tuxis-ie

Base: masterHead: master


📝 Commits (1)

  • ca591af [FIX] short_open_tag can be off now, replaced <? with <?php

📊 Changes

1 file changed (+34 additions, -34 deletions)

View changed files

📝 index.php (+34 -34)

📄 Description

On new php installs short_open_tag is off by default. Replace all <? with <?php to make sure this directive does not need to be changed in php.ini. (was mentioned in #7 )


🔄 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/tuxis-ie/nsedit/pull/21 **Author:** [@harkx](https://github.com/harkx) **Created:** 1/25/2015 **Status:** ✅ Merged **Merged:** 1/26/2015 **Merged by:** [@tuxis-ie](https://github.com/tuxis-ie) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`ca591af`](https://github.com/tuxis-ie/nsedit/commit/ca591af82b20f5e725921c44270e3b48e4632a39) [FIX] short_open_tag can be off now, replaced <? with <?php ### 📊 Changes **1 file changed** (+34 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `index.php` (+34 -34) </details> ### 📄 Description On new php installs short_open_tag is off by default. Replace all <? with <?php to make sure this directive does not need to be changed in php.ini. (was mentioned in #7 ) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 01:21:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#138
No description provided.