Skip to content

Commit

Permalink
define MYSQLI_REPORT_OFF workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubmisek committed Oct 3, 2022
1 parent c54a718 commit 9466cf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PeachPied.WordPress.Standard/WpStandard.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ public static class WpStandard
/// </summary>
public const int MYSQL_CLIENT_FLAGS = 2048; // MYSQL_CLIENT_SSL

/// <summary>
/// MySqli flag (not defined yet in PeachPie, so we'll define it here).
/// </summary>
public const int MYSQLI_REPORT_OFF = 0;

/// <summary>
/// WordPress root path including the trailing slash. Always "/" at the end.
/// </summary>
Expand Down

0 comments on commit 9466cf8

Please sign in to comment.