sas             Mon Nov  4 08:22:23 2002 EDT

  Modified files:              
    /php4/sapi/apache2filter    README 
  Log:
  Fix debugging description
  
  
Index: php4/sapi/apache2filter/README
diff -u php4/sapi/apache2filter/README:1.14 php4/sapi/apache2filter/README:1.15
--- php4/sapi/apache2filter/README:1.14 Sat Nov  2 08:47:27 2002
+++ php4/sapi/apache2filter/README      Mon Nov  4 08:22:23 2002
@@ -58,8 +58,7 @@
 
         1. Use the Prefork MPM (Apache 1.3-like process model) by
            configuring Apache with '--with-mpm=prefork'.
-        2. Set the variable "ONE_PROCESS" to 1 and export it before
-           starting Apache/a debugger.
+        2. Start httpd using -DONE_PROCESS (e.g. (gdb) r -DONE_PROCESS).
 
     If you want to debug a part of the PHP startup procedure, set a 
     breakpoint on 'load_module'. Step through it until apr_dso_load() is 



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to