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
tests/bug46543.phpt was disabled if the PHP version is >= 8.0 in PR #39. We might want to fix and re-enable.
The test verifies that we don't leak memory if we call ibase_trans multiple times with invalid arguments. In older PHP versions, the engine emitted a warning so the script would keep running. But, in PHP 8, we get a fatal error and crash at the first call. So, maybe we don't need this test in newer PHP versions because you can't call the function with invalid arguments.
If we decide to keep this test disabled for PHP 8 and newer, please update the skip message in the test before closing this issue.
The text was updated successfully, but these errors were encountered:
tests/bug46543.phpt
was disabled if the PHP version is >= 8.0 in PR #39. We might want to fix and re-enable.The test verifies that we don't leak memory if we call
ibase_trans
multiple times with invalid arguments. In older PHP versions, the engine emitted a warning so the script would keep running. But, in PHP 8, we get a fatal error and crash at the first call. So, maybe we don't need this test in newer PHP versions because you can't call the function with invalid arguments.If we decide to keep this test disabled for PHP 8 and newer, please update the skip message in the test before closing this issue.
The text was updated successfully, but these errors were encountered: