Copy the syntax of call_user_func_array() to make threading simpler to use.
Also add a note that PHP 5.4+ removed the pass by reference capabilities so that no longer works inside of HTTPRL if using a newer version of PHP.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | httprl-2136041-5-threading-boilerplate-code.patch | 3.13 KB | mikeytown2 |
| #4 | httprl-2136041-4-threading-boilerplate-code.patch | 5.11 KB | mikeytown2 |
Comments
Comment #1
mikeytown2 commentedStill working on it but I have some initial work done.
Next step is working on batch processing
Comment #2
mikeytown2 commentedFigured this out... nice
http://php.net/references.return
Comment #3
mikeytown2 commentedSyntax is now very similar to call_user_func_array().
Comment #4
mikeytown2 commentedPatch has been committed. Now need to document it.
Comment #5
mikeytown2 commentedFollowing patch has been committed.