You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not test on other PHP versions yet but on PHP 8.4 (Zend Extension Build => API420240924,NTS,debug) these tests fail with memory leaks or assersions:
InterBase: connect, close and pconnect [tests/002.phpt]
1-4 all are in _php_ibase_alloc_xsqlda() allocating var->sqldata. This leakage should not be hard to track down and fix (I haven't been able yet though 😅)
5 is rather interesting. Some kind of bug passing arrays to Firebird array fields
The text was updated successfully, but these errors were encountered:
Did not test on other PHP versions yet but on PHP 8.4 (Zend Extension Build => API420240924,NTS,debug) these tests fail with memory leaks or assersions:
1-4 all are in _php_ibase_alloc_xsqlda() allocating var->sqldata. This leakage should not be hard to track down and fix (I haven't been able yet though 😅)
5 is rather interesting. Some kind of bug passing arrays to Firebird array fields
The text was updated successfully, but these errors were encountered: