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 IE 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. Otherwise a proxy (Request$PHPNULL, Integer, ...) is returned and PHP must fetch its content using java_values($proxy);
Rewrite rules for incoming HTTP requests.
Rewrite rules for incoming HTTP requests. Used in conjunction with JAVA_HOSTS and a servlet/J2EE back end
Documentation generated on Mon, 05 Jan 2009 21:11:00 +0100 by phpDocumentor 1.4.2