Debug mode for the client.
Debug mode for the client. This debug flag is for PHP only. To enable the VMBridge log restart Java with the -Dphp.java.bridge.default_log_level=... option.
The address of the HTTP back end.
The address of the HTTP back end. For example "127.0.0.1:8080"
The request log level between 0 (log off) and 4 (log debug).
The request log level between 0 (log off) and 4 (log debug). The default request log level is initialized with the value from to the Java system property "php.java.bridge.default_log_level". The servlet's init-param: servlet_log_level (see WEB-INF/web.xml) overrides this value. The default level is 2.
The version number of this PHP library.
The version number of this PHP library.
Whether or not the PHP should keep persistent connections to the servlet.
Whether or not the PHP should keep persistent connections to the servlet. Set this to true if you can guarantee that IIS or Apache's "maxClients" is less than or equal to the SERVLET's thread pool size (usually named "maxThreads").
Use named pipes instead of local TCP sockets.
Use named pipes instead of local TCP sockets. Set this to the directory in which the named pipes should be created. Note that pipes are a little bit slower than persistent TCP sockets. But they are more secure. Example: define("JAVA_PIPE_DIR", "/tmp"); Default is to use /dev/shm on Linux, false otherwise.
Set to 1 for compatibility with earlier versions.
Set to 1 for compatibility with earlier versions. When this flag is set, a value (null, int, ...) is returned immediately and java.lang.RuntimeException/java.lang.Error is thrown as a normal PHP JavaException. Otherwise a proxy (RuntimeExceptionErrorMarker, Request$PHPNULL, Integer, Boolean, ...) is returned and PHP must fetch Java values using java_values($proxy) or with (string)$proxy. java.lang.Exceptions are thrown as usual. But java.lang.RuntimeException/Errors raise a warning and terminate the script with a fatal PHP error, unless the error condition is fetched and cleared within the current try/catch block using java_last_exception_get()/java_last_exception_clear().
Rewrite rules for incoming HTTP requests.
Rewrite rules for incoming HTTP requests. Used in conjunction with JAVA_HOSTS and a servlet/JEE back end
Documentation generated on Sun, 06 Dec 2009 17:38:22 +0100 by phpDocumentor 1.4.2