repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove product literal strings in "pht()", part 12
[phabricator.git]
/
scripts
/
init
/
init-script-with-signals.php
blob
a479c4b758ad6c18f16dd9674c47087bf3d2bf11
1
<
?php
2
3
// Initialize a script that will handle signals.
4
5
if
(
function_exists
(
'pcntl_async_signals'
)) {
6
pcntl_async_signals
(
true
);
7
}
else
{
8
declare
(
ticks
=
1
);
9
}
10
11
require_once
dirname
(
__FILE__
).
'/init-script.php'
;