[PR #34] Fixes #33 #79

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

Original Pull Request: https://github.com/php/pftt2/pull/34

State: closed
Merged: No


@weltling This is a very small change, but it seems that when we SET PFTT_RELEASE = %PFTT_HOME%\pftt_release in 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 \bin instead 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.

**Original Pull Request:** https://github.com/php/pftt2/pull/34 **State:** closed **Merged:** No --- @weltling This is a very small change, but it seems that when we `SET PFTT_RELEASE = %PFTT_HOME%\pftt_release` in 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 `\bin` instead 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.
admin added the pull-request label 2026-01-24 11:40:43 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: php/pftt2#79