We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad8abc commit f49bc6bCopy full SHA for f49bc6b
sapi/apache2handler/sapi_apache2.c
@@ -451,7 +451,7 @@ static int php_handler(request_rec *r)
451
zend_try { zend_ini_deactivate(TSRMLS_C); } zend_end_try(); \
452
} \
453
454
- arp_pool_clenup_run(r->pool, (void*) &SG(server_context), php_server_context_cleanup);
+ apr_pool_cleanup_run(r->pool, (void*) &SG(server_context), php_server_context_cleanup);
455
456
conf = ap_get_module_config(r->per_dir_config, &php5_module);
457
0 commit comments