Win build in HEAD wont build soap as shared, as zend_vspprintf is not
exported. attached is patch.
Rob
Index: zend.h
===================================================================
RCS file: /repository/ZendEngine2/zend.h,v
retrieving revision 1.300
diff -r1.300 zend.h
547c547
< extern int (*zend_vspprintf)(char **pbuf, size_t max_len, const char *format,
va_list ap);
---
> extern ZEND_API int (*zend_vspprintf)(char **pbuf, size_t max_len, const char
> *format, va_list ap);
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php