Update Ftp.php #1009

Merged
Llewellyn merged 1 commits from TLWebdesign/Component-Builder:staging into staging 2023-09-17 04:22:04 +00:00

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

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
Tom van der Laan added 1 commit 2023-09-15 23:04:51 +00:00
a77eac9adf Update Ftp.php
Fix problem with parse_str missing mandatory result parameter since php 8.0.0
Llewellyn merged commit a77eac9adf into staging 2023-09-17 04:22:04 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
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: joomla/Component-Builder#1009
No description provided.