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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
The
illuminate/database
-code currently sets the configured MySQL database-charset via a separateSET NAMES
-query:PHP warns about doing this in their docs, because it can affect param-quoting in a negative way:
https://www.php.net/manual/en/mysqlinfo.concepts.charset.php
Can anyone tell me why it is done this way? Could this be improved or is there a specific reason for doing it like that?
Beta Was this translation helpful? Give feedback.
All reactions