summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorRyan Bloom <rbb@php.net>2001-08-17 22:25:13 +0000
committerRyan Bloom <rbb@php.net>2001-08-17 22:25:13 +0000
commit1543904d71ed791999147599c6e244df646a9ff4 (patch)
tree8e404fed3d60bbc3b954d0c262c64c1878867a44 /main/php.h
parentea315a2e70fbefa3caa831a052e8718aa7f5c62f (diff)
downloadphp-git-1543904d71ed791999147599c6e244df646a9ff4.tar.gz
Fix a seg fault in PHP. If a child process is created in the server,
using apr_proc_create, it will seg fault, because PHP is using a NULL child cleanup. To fix this, we have to use the special cleanup function, apr_pool_cleanup_null. This also fixes a compiler warning in the ap_log_error call.
Diffstat (limited to 'main/php.h')
0 files changed, 0 insertions, 0 deletions