|
Directive |
Mode |
Description |
|
java.server_port |
PHP_INI_SYSTEM |
Port for Java Bridge |
|
java.ints_are_longs |
PHP_INI_ALL |
If true, convert PHP integer to Java Long type (otherwise converted to Java Integer) |
|
java.encoding |
|
Set encoding to expect from PHP for Java Server |
|
java.exception_error_level |
|
For PHP4, error level which is used for reporting exceptions. PHP5 uses PHP native exceptions. |
|
java.use_java_objects |
PHP_INI_ALL |
Set to 0 for Java Bridge to preserve the current implementation (which converts basic java objects to primitives, e.g. java.long.Short to short). Set to 1 for Java Bridge to return Java objects and not attempt to convert them to primitives. |
|
|
|
|
|
Related Links: |
|
|
|