mirror of
https://github.com/php/pftt2.git
synced 2026-03-24 09:12:17 +01:00
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/34
Author: @lavturo
Created: 5/28/2019
Status: ❌ Closed
Base:
master← Head:fix_issue33📝 Commits (1)
f1af7f2Fixes [test issue] PHP Fatal error calling opcache functinos (#33)📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
bin/pftt2_release.cmd(+1 -1)📄 Description
@weltling This is a very small change, but it seems that when we
SET PFTT_RELEASE = %PFTT_HOME%\pftt_releasein the middle of the code instead of at the beginning, it doesn't set it right away. Since it isn't set right away, it refers to\bininstead of%PFTT_RELEASE%\bin.This will make the script pack an empty dir instead of the required directories to make pftt run with minimal files.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.