8000 Update README.md · notion/forkdaemon-php@99c9fab · GitHub
[go: up one dir, main page]

Skip to content

Commit 99c9fab

Browse files
committed
Update README.md
1 parent 025bd1e commit 99c9fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check out the examples in the examples directory
1212
``php example/blocking.php``
1313

1414
## Caveats
15-
- You need to specify ``declare(ticks=1);`` before inclusion of the fork-daemon library, otherwise signals wont be handled. This *must* be done in the main PHP file, as declare(ticks = x) only works for the file in which it is declared and the files which that file includes. Reference: [PHP Documentation](http://us3.php.net/manual/en/control-structures.declare.php#control-structures.declare.ticks)
15+
- You need to specify ``declare(ticks=1);`` before inclusion of the fork-daemon library, otherwise signals wont be handled. This *must* be done in the main PHP file, as ``declare(ticks=N);`` only works for the file in which it is declared and the files which that file includes. Reference: [PHP Documentation](http://us3.php.net/manual/en/control-structures.declare.php#control-structures.declare.ticks)
1616

1717
## License
1818
Copyright 2013 Barracuda Networks, Inc.

0 commit comments

Comments
 (0)
0