Uh oh!
There was an error while loading. Please reload this page.
Convert FTP connection resource to an opaque object - #5945
Conversation
sgolemon
commented
Aug 5, 2020
Parking this here as part of php/php-tasks#6 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
3724367 to
6dadf6dCompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
94031c1 to
ec1e27fCompareUh oh!
There was an error while loading. Please reload this page.
ec1e27f to
3d103ddComparenikic
commented
Aug 7, 2020
The failure on Travis looks legitimate. |
sgolemon
commented
Aug 7, 2020
Legit, but slightly unrelated. I noticed this while writing the test and should have done something about it (and will do now that it's in my way). The test server that's spawned out in another process is also producing output under happy-path conditions which is able to interleave with the actual test's output in a non-deterministic ways. I'll look for (or add) a silencer for it. |
3d103dd to
d5e8d48Comparesgolemon
commented
Aug 7, 2020
The reason it was noisy is that our mock server doesn't like a disconnect without auth. Silly test servers. |
sgolemon
commented
Oct 21, 2020
Merged as b4503fb |
With the [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) passed, renaming the new `\FTPConnection` class to `\FTP\Connection`. This also adds an entry to `./UPGRADING` file. Related: php#6925, php#5945
With the [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions) passed, renaming the new `\FTPConnection` class to `\FTP\Connection`. This also adds an entry to `./UPGRADING` file. Related: #6925, #5945
Another change as per accepted [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions). Related: php#6925, php#5945, php#6960
Another change as per accepted [namespaces in bundled extensions RFC](https://wiki.php.net/rfc/namespaces_in_bundled_extensions). Related: #6925, #5945, #6960
No description provided.