From: Sascha Schumann Date: Mon, 4 Nov 2002 13:22:23 +0000 (+0000) Subject: Fix debugging description X-Git-Tag: php-4.3.0RC1~297 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f7081c4390e4d62507c7a2e962f11efb1dfe257;p=php Fix debugging description --- diff --git a/sapi/apache2filter/README b/sapi/apache2filter/README index e5b28e7891..3054e208d3 100644 --- a/sapi/apache2filter/README +++ b/sapi/apache2filter/README @@ -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