]> granicus.if.org Git - php/commitdiff
Fix debugging description
authorSascha Schumann <sas@php.net>
Mon, 4 Nov 2002 13:22:23 +0000 (13:22 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Nov 2002 13:22:23 +0000 (13:22 +0000)
sapi/apache2filter/README

index e5b28e78914aa45b3ffc8b2bb84e5ce899755169..3054e208d3466bd5192b77238cfc7d42b7e529fb 100644 (file)
@@ -58,8 +58,7 @@ DEBUGGING APACHE AND PHP
 
         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