Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
5773 | trivial | always | 07-07-14 04:42 | 07-07-14 04:42 | |
|
|||||
Reporter: | felfert | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | |||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0005773: context parameter of custom PHP errror handler should be of type array | ||||
Description: |
Version: current SVN as of right now. I am attemting to get ontoWiki working in quercus and stumbled over the following: In modules/quercus/src/com/caucho/quercus/env/Env.java, the last parameter (context) is set to NullValue.NULL. According to the documentation at http://www.php.net/manual/en/function.set-error-handler.php [^] this is wrong and triggers nested errors when attempting to use the following PHP error handler signature: function errorHandler ($errno, $errstr, $errfile, $errline, array $errcontext) { ... } |
||||
Steps To Reproduce: | |||||
Additional Information: | The attached patch fixes this problem. | ||||
Relationships | |||||
Attached Files: | resin-svn-quercus-errorhanderinvocation.diff [^] (572 bytes) 07-07-14 04:42 |
There are no notes attached to this issue. |