Skip to content

Commit e98a0d1

Browse files
committed
Print full version string
1 parent f399941 commit e98a0d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jit-nan-bug-reproducer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ JIT_CONFIG="-d opcache.enable_cli=1 -d opcache.jit=tracing -d opcache.jit_buffer
3434
echo "PHP JIT NAN Comparison Bug Reproducer"
3535
echo "======================================"
3636
echo ""
37-
$PHP_BIN -v | head -1
37+
$PHP_BIN -v
3838
echo ""
3939
echo "JIT Configuration:"
4040
$PHP_BIN $JIT_CONFIG -r 'echo " opcache.jit = " . ini_get("opcache.jit") . "\n";'

0 commit comments

Comments
 (0)