Skip to content

Commit

Permalink
Fix unclean shutdown value
Browse files Browse the repository at this point in the history
  • Loading branch information
zsuraski committed Aug 30, 2001
1 parent 4684d5f commit ab48027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/main.c
Expand Up @@ -1005,7 +1005,7 @@ void php_module_shutdown(TSRMLS_D)
ts_free_thread();
#else
zend_ini_shutdown(TSRMLS_C);
shutdown_memory_manager(0, 1);
shutdown_memory_manager(CG(unclean_shutdown), 1);
#endif

module_initialized = 0;
Expand Down

0 comments on commit ab48027

Please sign in to comment.