| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
- workaround for <= libxml2-2.6.13 function
|
| |
|
|
|
|
|
|
| |
extensions register callbacks to export nodes
prevents segfault passing invalid objects to import functions
|
| |
|
|
|
|
|
| |
# Should the LICENSE and Zend/LICENSE dates be updated too?
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific order
|
|
various xml extensions. currently the only implemented support is the
addition of the streams support for libxml. One new function,
libxml_set_streams_context, which allows a streams context to bet set
prior to loading or writing documents. This works transparently with any
extension that uses libxml. All ini settings that effect streams will
also now effect the loading and writing of xml documents.
TODO: linux support, not sure if config.m4 will work right.
|