diff options
| author | Anatol Belski <ab@php.net> | 2014-10-29 19:32:52 +0100 | 
|---|---|---|
| committer | Anatol Belski <ab@php.net> | 2014-10-29 19:32:52 +0100 | 
| commit | fdbfcc0b51b5d78777625d5be93a282e23cc0540 (patch) | |
| tree | 1c2963e5b433d9b9fee10deb2ff512b529c402f5 /main/php_main.h | |
| parent | 79a4339f1b23c8cb534679667f7ce781f21c5bb3 (diff) | |
| download | php-git-fdbfcc0b51b5d78777625d5be93a282e23cc0540.tar.gz | |
dll export APIs needed by phpdbg
Diffstat (limited to 'main/php_main.h')
| -rw-r--r-- | main/php_main.h | 3 | 
1 files changed, 0 insertions, 3 deletions
| diff --git a/main/php_main.h b/main/php_main.h index 1325486bd9..03c89c5d6f 100644 --- a/main/php_main.h +++ b/main/php_main.h @@ -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); | 
