diff options
Diffstat (limited to 'ext/rpc/java/README')
| -rw-r--r-- | ext/rpc/java/README | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/rpc/java/README b/ext/rpc/java/README index 6c64dcfe40..097bfabf1a 100644 --- a/ext/rpc/java/README +++ b/ext/rpc/java/README @@ -22,14 +22,12 @@ What is PHP4 ext/java? 4) Exceptions raised result in PHP warnings, and null results. The warnings may be eliminated by prefixing the method call with an - "@" sign. The following experimental APIs may be used to retrieve - and reset the last error: + "@" sign. The following APIs may be used to retrieve and reset + the last error: java_last_exception_get() java_last_exception_clear() - These APIs are not currently implemented in a reentrant fashion. - 5) Overload resolution is in general a hard problem given the differences in types between the two languages. The PHP Java extension employs a simple, but fairly effective, metric for |
