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

Skip to content 8000

Commit 3af2857

Browse files
committed
Update README.md
1 parent 99c9fab commit 3af2857

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=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)
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://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