mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
dll export APIs needed by phpdbg
This commit is contained in:
parent
79a4339f1b
commit
fdbfcc0b51
3 changed files with 6 additions and 5 deletions
|
@ -5051,7 +5051,7 @@ static int user_tick_function_compare(user_tick_function_entry * tick_fe1, user_
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
void php_call_shutdown_functions(TSRMLS_D) /* {{{ */
|
||||
PHPAPI void php_call_shutdown_functions(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
if (BG(user_shutdown_function_names)) {
|
||||
zend_try {
|
||||
|
@ -5063,7 +5063,7 @@ void php_call_shutdown_functions(TSRMLS_D) /* {{{ */
|
|||
}
|
||||
/* }}} */
|
||||
|
||||
void php_free_shutdown_functions(TSRMLS_D) /* {{{ */
|
||||
PHPAPI void php_free_shutdown_functions(TSRMLS_D) /* {{{ */
|
||||
{
|
||||
if (BG(user_shutdown_function_names))
|
||||
zend_try {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue