Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F8898620
init-script-with-signals.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
217 B
Subscribers
None
init-script-with-signals.php
View Options
<?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
Details
Attached
Mime Type
text/x-php
Expires
Fri, Jun 11, 7:24 PM (1 d, 23 h)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
3393276
Default Alt Text
init-script-with-signals.php (217 B)
Attached To
rP Phabricator
Event Timeline
Log In to Comment