mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
- ws + compile warning fixes
This commit is contained in:
parent
5d0176a32b
commit
7e9e8c950f
2 changed files with 31 additions and 24 deletions
|
@ -96,8 +96,8 @@ PHP_LIBXML_API void php_libxml_issue_error(int level, const char *msg TSRMLS_DC)
|
|||
PHP_LIBXML_API char* php_libxml_unicode_to_string(UChar *ustr, int ustr_len, int *str_len TSRMLS_DC);
|
||||
|
||||
/* Init/shutdown functions*/
|
||||
PHP_LIBXML_API void php_libxml_initialize();
|
||||
PHP_LIBXML_API void php_libxml_shutdown();
|
||||
PHP_LIBXML_API void php_libxml_initialize(void);
|
||||
PHP_LIBXML_API void php_libxml_shutdown(void);
|
||||
|
||||
#define ZVAL_XML_STRING(z, s, flags) { \
|
||||
UConverter *libxml_utf_conv = NULL; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue