Subject | Re: make test with 5.4 |
---|---|
Author | mariuz |
Post date | 2012-02-05T10:35:56Z |
--- In firebird-php@yahoogroups.com, "mariuz" <mariuz@...> wrote:
What i find weird that in 5.3.10 i get the following result
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F007.phpt
And in trunk the result is again this one
http://gcov.php.net/viewer.php?version=PHP_HEAD&func=tests&file=ext%2Finterbase%2Ftests%2F007.phpt
http://thread.gmane.org/gmane.comp.php.cvs.general/56679
>Working on the tests/007.phpt
> =====================================================================
> FAILED TEST SUMMARY
> ---------------------------------------------------------------------
> Test open_basedir configuration [tests/security/open_basedir_readlink.phpt]
> InterBase: array handling [ext/interbase/tests/007.phpt]
> PDO_Firebird: bug 53280 segfaults if query column count is less than param count [ext/pdo_firebird/tests/bug_53280.phpt]
>
>
>
> ---- EXPECTED OUTPUT
> insert
> select
> Array
> (
> [0] => 125
> [1] => 1000
> )
> end of test
> ---- ACTUAL OUTPUT
> insert
> DECIMAL[2] fail
> in: -2.0304723312257E+14
> out: -203047233122569.984
> select
> Array
> (
> [0] => 125
> [1] => 1000
> )
> end of test
> ---- FAILED
>
> on the php server i see other error
> http://gcov.php.net/viewer.php?version=PHP_5_4&func=tests&file=ext%2Finterbase%2Ftests%2F007.phpt
What i find weird that in 5.3.10 i get the following result
http://gcov.php.net/viewer.php?version=PHP_5_3&func=tests&file=ext%2Finterbase%2Ftests%2F007.phpt
And in trunk the result is again this one
http://gcov.php.net/viewer.php?version=PHP_HEAD&func=tests&file=ext%2Finterbase%2Ftests%2F007.phpt
>This one was solved
>
> And the pdo diff PDO_Firebird: bug 53280 is only
>
http://thread.gmane.org/gmane.comp.php.cvs.general/56679