You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
php8.4.7 zts
Compile pdo_mysql make and make install are no problem but
php -v php warning: php startup: invalid library (maybe not a php library) 'pdo_mysql' is unknown on line 0
The text was updated successfully, but these errors were encountered:
We'll need a little bit more information I'm afraid.
Did you first run ./buildconf before running the ./configure command?
Can you share the ./configure command line that you used along with config.log?
Are you sure you're loading the pdo_mysql library from the right location?
Uh oh!
There was an error while loading. Please reload this page.
Description
php8.4.7 zts
Compile pdo_mysql make and make install are no problem but
php -v php warning: php startup: invalid library (maybe not a php library) 'pdo_mysql' is unknown on line 0
The text was updated successfully, but these errors were encountered: