We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d94ec commit 352249cCopy full SHA for 352249c
ext/pdo_firebird/tests/bug_76448.phpt
@@ -6,6 +6,8 @@ sockets
6
--XLEAK--
7
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
8
See https://github.com/FirebirdSQL/firebird/issues/7849
9
+--SKIPIF--
10
+<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
11
--FILE--
12
<?php
13
require_once "payload_server.inc";
0 commit comments