Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2889992
init-script-with-signals.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
217 B
Referenced Files
None
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
Sun, Jan 19, 12:56 (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1124803
Default Alt Text
init-script-with-signals.php (217 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment