Page MenuHomePhorge

init-script-with-signals.php
No OneTemporary

Size
217 B
Referenced Files
None
Subscribers
None

init-script-with-signals.php

<?php
// Initialize a script that will handle signals.
if (function_exists('pcntl_async_signals')) {
pcntl_async_signals(true);
} else {
declare(ticks = 1);
}
require_once dirname(__FILE__).'/init-script.php';

File Metadata

Mime Type
text/x-php
Expires
Wed, Jun 18, 9:16 AM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
232274
Default Alt Text
init-script-with-signals.php (217 B)

Event Timeline