-
Notifications
You must be signed in to change notification settings - Fork 8k
Open
Description
Description
We have developed our own FTP client implementation using stream wrappers but we are unable to fully support FTPS on some servers that enforce SSL Session Reuse on the DATA connection.
I have tried to capture the session somehow from the stream context but this is not available.
I can see this has been fixed for the native FTP ext #12851
It would be useful if we could capture this and re-use it for new stream sessions when passing around context.
I am unsure if this already exists.
PHP 8.1/8.3