Update Ftp.php #1009
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: joomla/Component-Builder#1009
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "TLWebdesign/Component-Builder:staging"
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?
Fix problem with parse_str missing mandatory result parameter since php 8.0.0
Pull Request for Issue gh-1008. Fixes #1008
Summary of Changes
Changed the way the parse_str function is implemented to support php 8.x
Testing Instructions
Compile a component with the sales server compile setting turned on so it uploads the package on a server with php 8.x
Expected result
It should compile successful after applying this fix.
Actual result
It compiles successful.
Documentation Changes Required
Not needed