- 🇦🇺Australia silverham
This fix is now causing a regression, as
$object->connect()
is called recursively and nested calls to PHP magic methods with the same parameters are ignored by PHP engine. SoDrupal\Core\FileTransfer\FTPExtension->connect()
no longer works. @see 🐛 [regression] FTPExtension class can no longer connect as of 9.5.x Needs work .Notice: Undefined property: Drupal\Core\FileTransfer\FTPExtension::$connection in Drupal\Core\FileTransfer\FTPExtension->connect() (line 16 of core/lib/Drupal/Core/FileTransfer/FTPExtension.php).
- First commit to issue fork.