mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[PR #21] [MERGED] [FIX] short_open_tag can be off now, replaced <? with <?php #138
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#138
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/tuxis-ie/nsedit/pull/21
Author: @harkx
Created: 1/25/2015
Status: ✅ Merged
Merged: 1/26/2015
Merged by: @tuxis-ie
Base:
master← Head: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.