Wez Furlong
ad84dfa937
Build adjustments.
2003-12-03 14:29:45 +00:00
Wez Furlong
34df2ae239
some tweaks for Frank
2003-12-03 02:47:45 +00:00
Wez Furlong
05b9b20ed8
Add new (optional!) win32 build infrastructure.
...
Will follow up to internals@ shortly.
2003-12-02 23:17:04 +00:00
Sara Golemon
026d4c9e4c
Route php_stat() via streams/url_stat API (php_stream_stat_path).
...
This enables fopen-wrappers support on stat() and related family calls.
2003-11-28 23:25:28 +00:00
foobar
32b5a41941
- Fixed bug #26072 (--disable-libxml does not work).
2003-11-12 23:42:38 +00:00
Ilia Alshanetsky
2016ac0a73
Fixed write support.
2003-11-07 19:12:46 +00:00
Rob Richards
d29fb55bbb
common functions for interoperability
2003-10-26 15:53:20 +00:00
Moriyoshi Koizumi
569309765c
Fix compiler warnings
2003-10-20 15:33:40 +00:00
Shane Caraveo
c55f987230
fix the stat check in stream open
...
addref to the stream context
2003-10-20 03:11:45 +00:00
Rob Richards
56ce4a84e7
add generic default error handling rather than the default stderr
2003-10-19 23:34:39 +00:00
Rob Richards
33004a01ee
unescape filepath which libxml excapes
2003-10-19 23:25:48 +00:00
Shane Caraveo
052f9378b2
add global init/shutdown functions for libxml. this is required as
...
shutdown is not safe to call multiple times, and to make streams work
correctly some init stuff has to happen in a specific order
2003-10-19 23:17:56 +00:00
Shane Caraveo
399095e7a5
Add libxml extension for common code that is needed to be shared between
...
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.
2003-10-19 21:48:46 +00:00