Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97583195
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
Sun, Jan 5, 11:22
Size
217 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 11:22 (2 d)
Engine
blob
Format
Raw Data
Handle
23430898
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