diff options
| author | Derick Rethans <derick@php.net> | 2003-01-03 21:32:24 +0000 |
|---|---|---|
| committer | Derick Rethans <derick@php.net> | 2003-01-03 21:32:24 +0000 |
| commit | 6f533a3d8a24b5f9d8d6a8a6ce79662f40531e1a (patch) | |
| tree | 5dded96bc24b5d7acb6f63098376652c5890e020 /sapi/apache/php_apache.c | |
| parent | 1bfe97474f6cc7c90559ffcbf932e862da3bcac0 (diff) | |
| download | php-git-6f533a3d8a24b5f9d8d6a8a6ce79662f40531e1a.tar.gz | |
- Fix docrefs
Diffstat (limited to 'sapi/apache/php_apache.c')
| -rw-r--r-- | sapi/apache/php_apache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache/php_apache.c b/sapi/apache/php_apache.c index 92e4fd8a0e..24e11cfcf3 100644 --- a/sapi/apache/php_apache.c +++ b/sapi/apache/php_apache.c @@ -115,11 +115,11 @@ PHP_FUNCTION(apache_child_terminate) 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, "This function is disabled"); RETURN_FALSE; } #else - php_error_docref(NULL TSRMLS_CC, E_WARNING, "apache_child_terminate() is not supported in this build"); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "This function is not supported in this build"); RETURN_FALSE; #endif } |
