caudium-commits AT caudium.net
Caudium CVS Commits list

CVS: caudium/server/modules/scripting cgi.pike,1.32.2.5,1.32.2.6 php4.pike,1.25.2.3,1.25.2.4


chronological Thread 
  • From: Bertrand Lupart <bertrand AT cvs.caudiumforge.net>
  • To: caudium-commits AT caudium.net
  • Subject: CVS: caudium/server/modules/scripting cgi.pike,1.32.2.5,1.32.2.6 php4.pike,1.25.2.3,1.25.2.4
  • Date: Thu, 25 Nov 2004 17:12:48 +0100

Update of /cvs/caudium/caudium/server/modules/scripting
In directory cvs.caudiumforge.net:/tmp/cvs-serv60857/scripting

Modified Files:
      Tag: stable_1_2
        cgi.pike php4.pike 
Log Message:
Typos


Index: cgi.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/scripting/cgi.pike,v
retrieving revision 1.32.2.5
retrieving revision 1.32.2.6
diff -u -r1.32.2.5 -r1.32.2.6
--- cgi.pike    15 Jan 2004 01:58:11 -0000      1.32.2.5
+++ cgi.pike    25 Nov 2004 16:12:46 -0000      1.32.2.6
@@ -25,7 +25,7 @@
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_LOCATION | MODULE_FILE_EXTENSION | MODULE_PARSER
-//! cvs_version: $Id: cgi.pike,v 1.32.2.5 2004/01/15 01:58:11 grendel Exp $
+//! cvs_version: $Id: cgi.pike,v 1.32.2.6 2004/11/25 16:12:46 bertrand Exp $
 //
 
 /* Da CGI module */
@@ -35,7 +35,7 @@
 inherit "module";
 inherit "caudiumlib";
 
-constant cvs_version = "$Id: cgi.pike,v 1.32.2.5 2004/01/15 01:58:11 grendel 
Exp $";
+constant cvs_version = "$Id: cgi.pike,v 1.32.2.6 2004/11/25 16:12:46 
bertrand Exp $";
 
 constant module_type = MODULE_LOCATION | MODULE_FILE_EXTENSION | 
MODULE_PARSER;
 constant module_name = "CGI executable support";
@@ -922,7 +922,7 @@
 
   defvar("rxml", 0, "Parse RXML in CGI-scripts", TYPE_FLAG|VAR_MORE,
         "If this is set, the output from CGI-scripts handled by this "
-         "module will be RXMl parsed. NOTE : No data will be returned to the 
"
+         "module will be RXML parsed. NOTE : No data will be returned to the 
"
          "client until the CGI-script is fully parsed.");
 
   defvar("extra_env", "", "Extra environment variables", 
TYPE_TEXT_FIELD|VAR_MORE,
@@ -1175,7 +1175,7 @@
 //!  name: Pass environment variables
 //
 //! defvar: rxml
-//! If this is set, the output from CGI-scripts handled by this module will 
be RXMl parsed. NOTE : No data will be returned to the client until the 
CGI-script is fully parsed.
+//! If this is set, the output from CGI-scripts handled by this module will 
be RXML parsed. NOTE : No data will be returned to the client until the 
CGI-script is fully parsed.
 //!  type: TYPE_FLAG|VAR_MORE
 //!  name: Parse RXML in CGI-scripts
 //

Index: php4.pike
===================================================================
RCS file: /cvs/caudium/caudium/server/modules/scripting/Attic/php4.pike,v
retrieving revision 1.25.2.3
retrieving revision 1.25.2.4
diff -u -r1.25.2.3 -r1.25.2.4
--- php4.pike   15 Jan 2004 01:58:11 -0000      1.25.2.3
+++ php4.pike   25 Nov 2004 16:12:46 -0000      1.25.2.4
@@ -27,7 +27,7 @@
 //! inherits: module
 //! inherits: caudiumlib
 //! type: MODULE_FILE_EXTENSION
-//! cvs_version: $Id: php4.pike,v 1.25.2.3 2004/01/15 01:58:11 grendel Exp $
+//! cvs_version: $Id: php4.pike,v 1.25.2.4 2004/11/25 16:12:46 bertrand Exp $
 //
 
 #include <module.h>
@@ -43,7 +43,7 @@
 
 #include <roxen.h>
 
-constant cvs_version="$Id: php4.pike,v 1.25.2.3 2004/01/15 01:58:11 grendel 
Exp $";
+constant cvs_version="$Id: php4.pike,v 1.25.2.4 2004/11/25 16:12:46 bertrand 
Exp $";
 constant thread_safe=1;
 
 constant module_type = MODULE_FILE_EXTENSION;
@@ -370,7 +370,7 @@
 {
   defvar("rxml", 0, "Parse RXML in PHP-scripts", TYPE_FLAG,
         "If this is set, the output from PHP-scripts handled by this "
-         "module will be RXMl parsed. NOTE: No data will be returned to the "
+         "module will be RXML parsed. NOTE: No data will be returned to the "
          "client until the PHP-script is fully parsed.");
   defvar("threads", 5, "PHP Handler Threads", TYPE_INT,
         "The number of handler threads to use for running PHP scripts. "
@@ -403,7 +403,7 @@
 /* START AUTOGENERATED DEFVAR DOCS */
 
 //! defvar: rxml
-//! If this is set, the output from PHP-scripts handled by this module will 
be RXMl parsed. NOTE: No data will be returned to the client until the 
PHP-script is fully parsed.
+//! If this is set, the output from PHP-scripts handled by this module will 
be RXML parsed. NOTE: No data will be returned to the client until the 
PHP-script is fully parsed.
 //!  type: TYPE_FLAG
 //!  name: Parse RXML in PHP-scripts
 //



  • CVS: caudium/server/modules/scripting cgi.pike,1.32.2.5,1.32.2.6 php4.pike,1.25.2.3,1.25.2.4, Bertrand Lupart

Archive powered by MhonArc 2.6.10.

§