Serialized Form


Package php.java.bridge

Class php.java.bridge.Request.PhpArray extends java.util.HashMap implements Serializable

serialVersionUID: 3905804162838115892L


Package php.java.servlet

Class php.java.servlet.CGIServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3258132448955937337L

Serialized Fields

context

javax.servlet.ServletContext context
the Context container associated with our web application.


debug

int debug
the debugging detail level for this servlet.


iClientInputTimeout

int iClientInputTimeout
the time in ms to wait for the client to send us CGI input data


cgiPathPrefix

java.lang.String cgiPathPrefix
The CGI search path will start at webAppRootDir + File.separator + cgiPathPrefix (or webAppRootDir alone if cgiPathPrefix is null)

Class php.java.servlet.PhpJavaServlet extends CGIServlet implements Serializable

serialVersionUID: 3257854259629144372L