Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91070022
init-script-with-signals.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 7, 13:40
Size
217 B
Mime Type
text/x-php
Expires
Sat, Nov 9, 13:40 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22155955
Attached To
rPH Phabricator
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'
;
Event Timeline
Log In to Comment