mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue