mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output
This commit is contained in:
commit
d77ce31763
10 changed files with 23 additions and 12 deletions
|
@ -50,9 +50,6 @@ PHPAPI int php_handle_auth_data(const char *auth TSRMLS_DC);
|
|||
PHPAPI void php_html_puts(const char *str, size_t 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