FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

make test failed all tests on linux wind php 7.4.33 and firebird 2.5 #59

Open Elielsilverio opened 1 month ago

Elielsilverio commented 1 month ago

> `linux2:/tmp/php-firebird` # make test
> 
> Build complete.
> Don't forget to run 'make test'.
> 
> 
> =====================================================================
> PHP         : /usr/bin/php
> PHP_SAPI    : cli
> PHP_VERSION : 7.4.33
> ZEND_VERSION: 3.4.0
> PHP_OS      : Linux - Linux linux2 5.14.21-150400.24.100-default #1 SMP PREEMPT_DYNAMIC Mon Dec 4 19:12:13 UTC 2023 (3f5cd84) x86_64
> INI actual  : /tmp/php-firebird/tmp-php.ini
> More .INIs  :
> CWD         : /tmp/php-firebird
> Extra dirs  :
> VALGRIND    : Not used
> =====================================================================
> TIME START 2024-05-07 13:04:07
> =====================================================================
> SKIP InterBase: connect, close and pconnect [tests/002.phpt] reason: cannot connect
> SKIP InterBase: misc sql types (may take a while) [tests/003.phpt] reason: cannot connect
> SKIP InterBase: BLOB test [tests/004.phpt] reason: cannot connect
> SKIP InterBase: transactions [tests/005.phpt] reason: : Broken test (Disabled until issue 41 is fixed)
> SKIP InterBase: binding (may take a while) [tests/006.phpt] reason: cannot connect
> SKIP InterBase: array handling [tests/007.phpt] reason: cannot connect
> SKIP InterBase: event handling [tests/008.phpt] reason: cannot connect
SKIP ibase_param_info(): Error if called with a single argument [tests/ibase_param_info_002.phpt] reason: cannot connect
SKIP ibase_param_info(): Error if called with a single argument [tests/ibase_param_info_003.phpt] reason: cannot connect
SKIP ibase_rollback(): Basic test [tests/ibase_rollback_001.phpt] reason: cannot connect
SKIP ibase_rollback(): Make sure the method can be invoked with zero arguments [tests/ibase_rollback_002.phpt] reason: cannot connect
SKIP ibase_rollback_ret(): Make sure the method can be invoked with zero arguments [tests/ibase_rollback_ret_001.phpt] reason: cannot connect
SKIP ibase_trans(): Basic test [tests/ibase_trans_001.phpt] reason: cannot connect
SKIP ibase_trans(): Basic operations [tests/ibase_trans_002.phpt] reason: cannot connect
=====================================================================
TIME END 2024-05-07 13:08:16

=====================================================================
TEST RESULT SUMMARY
---------------------------------------------------------------------
Exts skipped    :    0
Exts tested     :   13
---------------------------------------------------------------------

Number of tests :   43                 0
Tests skipped   :   43 (100.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Tests passed    :    0 (  0.0%) (  0.0%)
---------------------------------------------------------------------
Time taken      :  249 seconds
=====================================================================

This report can be automatically sent to the PHP QA team at
http://qa.php.net/reports and http://news.php.net/php.qa.reports
This gives us a better understanding of PHP's behavior.
If you don't want to send the report immediately you can choose
option "s" to save it.  You can then email it to qa-reports@lists.php.net later.
Do you want to send this report now? [Yns]:

> ``
AlexPeshkoff commented 1 month ago

2.5 is very old and unsupported for a long time firebird version, try with something newer.