[wp-trac] [WordPress Trac] #58965: No luck running WP when running PHP 8.2.8 + mysql Ver 15.1

WordPress Trac noreply at wordpress.org
Wed Aug 2 22:48:23 UTC 2023


#58965: No luck running WP when running PHP 8.2.8 + mysql  Ver 15.1
--------------------------+------------------------------
 Reporter:  boyz2men      |       Owner:  (none)
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  Database      |     Version:  6.2.2
 Severity:  normal        |  Resolution:
 Keywords:                |     Focuses:
--------------------------+------------------------------
Changes (by SergeyBiryukov):

 * component:  General => Database


Comment:

 Hi there, welcome to WordPress Trac! Thanks for the ticket.

 Looking at the provided `phpinfo()`, it appears that PHP was for some
 reason compiled without the `mysqli` extension on your install,
 specifically it has `--without-mysqli` flag in the Configure Command
 section of `phpinfo()`.

 > Obv can't run mysqli anymore...

 The [https://www.php.net/manual/en/book.mysqli.php mysqli extension] is
 still supported on PHP 8.2 (unless explicitly disabled) and is required to
 run WordPress.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/58965#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list