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
With the updates to the PHP PDO interface, query() operations using fetch styles/modes are now possible directly on the main PDO object reference. In earlier versions, a PDOStatement was needed for that.
While this patch already brings in PHP8 compatibility in general, this specific detail has not been implemented yet.
With the updates to the PHP PDO interface,
query()
operations using fetch styles/modes are now possible directly on the main PDO object reference. In earlier versions, a PDOStatement was needed for that.While this patch already brings in PHP8 compatibility in general, this specific detail has not been implemented yet.
Originally posted by @amotl in #116 (comment)
The text was updated successfully, but these errors were encountered: