Skip to content

Commit f49bc6b

Browse files
committed
typo
1 parent fad8abc commit f49bc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/apache2handler/sapi_apache2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ static int php_handler(request_rec *r)
451451
zend_try { zend_ini_deactivate(TSRMLS_C); } zend_end_try(); \
452452
} \
453453

454-
arp_pool_clenup_run(r->pool, (void*) &SG(server_context), php_server_context_cleanup);
454+
apr_pool_cleanup_run(r->pool, (void*) &SG(server_context), php_server_context_cleanup);
455455

456456
conf = ap_get_module_config(r->per_dir_config, &php5_module);
457457

0 commit comments

Comments
 (0)