mirror of
https://github.com/php/pecl-database-mysql_xdevapi.git
synced 2026-04-25 07:58:03 +02:00
abbeb2835c
There were hardcoded statement ids (stmt_id) explicitly as int numbers to ensure that PS is running indeed, but with the newest server the order of numbering has changed a little. After fix they are resolved at runtime.