Skip to content

Commit fd4eb53

Browse files
ndosschecmb69
andauthored
Update ext/pdo_firebird/tests/bug_76448.phpt
Co-authored-by: Christoph M. Becker <[email protected]>
1 parent 2f7215b commit fd4eb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pdo_firebird/tests/bug_76448.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sockets
77
A bug in firebird causes a memory leak when calling `isc_attach_database()`.
88
See https://github.com/FirebirdSQL/firebird/issues/7849
99
--SKIPIF--
10-
<?php if (PHP_INT_SIZE != 8) die("skip: 64-bit only"); ?>
10+
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
1111
--FILE--
1212
<?php
1313
require_once "payload_server.inc";

0 commit comments

Comments
 (0)