[wp-trac] [WordPress Trac] #59118: Remove support for the mysql extension
WordPress Trac
noreply at wordpress.org
Wed Nov 8 19:27:10 UTC 2023
#59118: Remove support for the mysql extension
-------------------------------------------------+-------------------------
Reporter: johnbillion | Owner:
| johnbillion
Type: enhancement | Status: closed
Priority: normal | Milestone: 6.4
Component: Database | Version: 6.3
Severity: normal | Resolution: fixed
Keywords: has-patch has-unit-tests needs- | Focuses:
testing |
-------------------------------------------------+-------------------------
Comment (by johnbillion):
I took a look at [https://github.com/impress-org/givewp/pull/7074 the PR
for GiveWP that fixed their issue] and the underlying problem is that a
private property was being accessed from outside of its access scope. I
don't know how this code ever worked, because accessing a private property
from outside the class results in a fatal error.
Is there something else going on?
--
Ticket URL: <https://core.trac.wordpress.org/ticket/59118#comment:12>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list