Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | consolidate error handling | Rob Richards | 2003-12-12 | 1 | -8/+57 | |
| | ||||||
* | buffer error messages until newline is hit | Rob Richards | 2003-12-09 | 1 | -5/+23 | |
| | ||||||
* | Route php_stat() via streams/url_stat API (php_stream_stat_path). | Sara Golemon | 2003-11-28 | 1 | -1/+1 | |
| | | | | | This enables fopen-wrappers support on stat() and related family calls. | |||||
* | Fixed write support. | Ilia Alshanetsky | 2003-11-07 | 1 | -5/+15 | |
| | ||||||
* | common functions for interoperability | Rob Richards | 2003-10-26 | 1 | -0/+268 | |
| | ||||||
* | Fix compiler warnings | Moriyoshi Koizumi | 2003-10-20 | 1 | -1/+1 | |
| | ||||||
* | fix the stat check in stream open | Shane Caraveo | 2003-10-20 | 1 | -3/+20 | |
| | | | | | addref to the stream context | |||||
* | add generic default error handling rather than the default stderr | Rob Richards | 2003-10-19 | 1 | -0/+24 | |
| | ||||||
* | unescape filepath which libxml excapes | Rob Richards | 2003-10-19 | 1 | -2/+12 | |
| | ||||||
* | add global init/shutdown functions for libxml. this is required as | Shane Caraveo | 2003-10-19 | 1 | -20/+40 | |
| | | | | | | shutdown is not safe to call multiple times, and to make streams work correctly some init stuff has to happen in a specific order | |||||
* | Add libxml extension for common code that is needed to be shared between | Shane Caraveo | 2003-10-19 | 1 | -0/+217 | |
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. |