On Fri, 3 Jan 2003, Joseph Tate wrote:

> Here's a patch.  It's in both the 4.3 and head branches.  I don't have
> sufficient karma to apply the patch.
> 
> 
> --- php4/sapi/apache/php_apache.c
> +++ php4/sapi/apache/php_apache.c
> @@ -115,7 +117,7 @@
>         ap_child_terminate( ((request_rec *)SG(server_context)) );
>         RETURN_TRUE;
>     } else { /* tell them to get lost! */
> -       php_error_docref(NULL TSRMLS_CC, E_WARNING, "apache.child_terminate is 
>disabled");
> +       php_error_docref(NULL TSRMLS_CC, E_WARNING, "apache_child_terminate is 
>disabled");

No need to repeat the function names... docref already takes care of 
this. I patch CVS though.

Derick

-- 

-------------------------------------------------------------------------
 Derick Rethans                                 http://derickrethans.nl/ 
 PHP Magazine - PHP Magazine for Professionals       http://php-mag.net/
-------------------------------------------------------------------------


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to