very very often, i have trouble with the LAN-performance in my company and get
a PHP Fatal Error:
PHP Fatal error: BMC Remedy AR System error (Internal error: The request ID
for a multi-piece RPC response is invalid)
if it possible for this issue, that i get a FALSE and not a Fatal Error when
the command arapi_getlistentrywithfields get's an timeout from our remedy
server ?
Reguards, Thiemo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
OK, PHP can not catch E_ERROR, so it was a bad choose of error return. I will
change that to E_RECOVERABLE_ERROR so you can catch the error in PHP. But I
will not remove the error to only return FALSE.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
very very often, i have trouble with the LAN-performance in my company and get
a PHP Fatal Error:
PHP Fatal error: BMC Remedy AR System error (Internal error: The request ID
for a multi-piece RPC response is invalid)
if it possible for this issue, that i get a FALSE and not a Fatal Error when
the command arapi_getlistentrywithfields get's an timeout from our remedy
server ?
Reguards, Thiemo
OK, PHP can not catch E_ERROR, so it was a bad choose of error return. I will
change that to E_RECOVERABLE_ERROR so you can catch the error in PHP. But I
will not remove the error to only return FALSE.
That's sounds very nice :-)
I hope you will compile a new php_arapi.so for php 5.2.9, too ?