php4-beta | 200004
Date: 04/30/00
- Next message: Shane Caraveo: "[PHP4BETA] cvs: /php4/sapi/apache sapi_apache.c"
- Previous message: Sascha Schumann: "Re: [PHP4BETA] cvs: /php4/sapi/apache apachephp4.dsp /php4/sapi/apache mod_php4.c mod_php4.h php_apache.c sapi_apache.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
shane Sat Apr 29 21:22:23 2000 EDT
Modified files:
/php4/sapi/apache mod_php4.c
Log:
sorry, do comments right
Index: php4/sapi/apache/mod_php4.c
diff -u php4/sapi/apache/mod_php4.c:1.44 php4/sapi/apache/mod_php4.c:1.45
--- php4/sapi/apache/mod_php4.c:1.44 Sat Apr 29 21:15:26 2000
+++ php4/sapi/apache/mod_php4.c Sat Apr 29 21:21:52 2000
@@ -17,7 +17,7 @@
| PHP 4.0 patches by Zeev Suraski <zeev <email protected>> |
+----------------------------------------------------------------------+
*/
-/* $Id: mod_php4.c,v 1.44 2000/04/30 04:15:26 shane Exp $ */
+/* $Id: mod_php4.c,v 1.45 2000/04/30 04:21:52 shane Exp $ */
#define NO_REGEX_EXTRA_H
#ifdef WIN32
@@ -239,10 +239,10 @@
array_header *arr = table_elts(((request_rec *) SG(server_context))->subprocess_env);
table_entry *elts = (table_entry *) arr->elts;
char *script_filename=NULL;
- // Theses are already in parameters?
-// ELS_FETCH();
-// PLS_FETCH();
-
+/* Theses are already in parameters?
+ ELS_FETCH();
+ PLS_FETCH();
+*/
for (i = 0; i < arr->nelts; i++) {
char *val;
@@ -268,11 +268,11 @@
php_apache_startup(sapi_module_struct *sapi_module)
{
#ifdef PHP_WIN32
- // this is needed because apache reloads this dll twice due
+ /* this is needed because apache reloads this dll twice due
// to a colision. A better way to do this is to define the load
// address for the dll, but am not sure what it should be.
// this is just a quick hack to get it working.
-
+ */
static int php_apache_started=0;
static int apache_startup_success = FAILURE;
if (php_apache_started>0) return apache_startup_success;
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Shane Caraveo: "[PHP4BETA] cvs: /php4/sapi/apache sapi_apache.c"
- Previous message: Sascha Schumann: "Re: [PHP4BETA] cvs: /php4/sapi/apache apachephp4.dsp /php4/sapi/apache mod_php4.c mod_php4.h php_apache.c sapi_apache.c"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

