// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-gearman_2.1.4-1.el8
/
tests
[ PARENT ]
EDIT :: connect.inc
<?php $host = getenv("GEARMAN_TEST_HOST") ?: "localhost"; $port = getenv("GEARMAN_TEST_PORT") ?: 4730;
SAVE
CANCEL