dll export APIs needed by phpdbg

This commit is contained in:
Anatol Belski 2014-10-29 19:32:52 +01:00
parent 79a4339f1b
commit fdbfcc0b51
3 changed files with 6 additions and 5 deletions

View file

@ -50,9 +50,6 @@ PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
PHPAPI void php_html_puts(const char *str, uint siz TSRMLS_DC);
PHPAPI int php_stream_open_for_zend_ex(const char *filename, zend_file_handle *handle, int mode TSRMLS_DC);
extern void php_call_shutdown_functions(TSRMLS_D);
extern void php_free_shutdown_functions(TSRMLS_D);
/* environment module */
extern int php_init_environ(void);
extern int php_shutdown_environ(void);