Skip to content

EE7 php warning in mail module on php 7.3 #3749

Description

@robinsowell

Technically, EE7 supports php 7.2.5. And on php 7.3, you can get this error:

Warning
Use of undefined constant STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT - assumed STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT' (this will throw an Error in a future version of PHP)
ee/ExpressionEngine/Controller/Settings/Email.php, line 38

Looks like STREAM_CRYPTO_METHOD_TLSv1_3_CLIENT isn't available until php 7.4 (I THINK)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Bug: AcceptedBug has been confirmed, is reproducible, and ready to work on.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions