Test: /ext/pdo_sqlite/tests/bug79664.phpt - Version 7.4.30        

Bug #79664 PDOStatement::getColumnMeta fails on empty result set
Submitted: 2020-06-02 00:23:44 Modified: 2020-06-02 07:39:23
From: mic Assigned: cmb
Status: Closed Package: PDO SQLite
PHP Version: 7.4.6 OS: Windows

There are 3 different diffs reported by users for this test.

Count Diff
1 (33%)
001+ /root/php-7.4.30/sapi/cli/php: symbol lookup error: /root/php-7.4.30/sapi/cli/php: undefined symbol: sqlite3_column_table_name 001- array(6) { 002- ["native_type"]=> 003- string(4) "null" 004- ["flags"]=> 005- array(0) { 006- } 007- ["name"]=> 008- string(1) "1" 009- ["len"]=> 010- int(-1) 011- ["precision"]=> 012- int(0) 013- ["pdo_type"]=> 014- int(2) 015- }
1 (33%)
001+ /root/app/php/php-7.4.30/sapi/cli/php: symbol lookup error: /root/app/php/php-7.4.30/sapi/cli/php: undefined symbol: sqlite3_column_table_name 001- array(6) { 002- ["native_type"]=> 003- string(4) "null" 004- ["flags"]=> 005- array(0) { 006- } 007- ["name"]=> 008- string(1) "1" 009- ["len"]=> 010- int(-1) 011- ["precision"]=> 012- int(0) 013- ["pdo_type"]=> 014- int(2) 015- }
1 (33%)
001+ /root/app/php/php-7.4.30/sapi/cli/php: symbol lookup error: /root/app/php/php-7.4.30/modules/pdo_sqlite.so: undefined symbol: sqlite3_column_table_name 001- array(6) { 002- ["native_type"]=> 003- string(4) "null" 004- ["flags"]=> 005- array(0) { 006- } 007- ["name"]=> 008- string(1) "1" 009- ["len"]=> 010- int(-1) 011- ["precision"]=> 012- int(0) 013- ["pdo_type"]=> 014- int(2) 015- }