Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unicode support: MS Visual C compatibility | Dmitry Stogov | 2006-02-26 | 1 | -5/+5 |
| | |||||
* | Portable unicode string API: | Dmitry Stogov | 2006-02-21 | 1 | -7/+7 |
| | | | | | | | | - use the same type (int) for zval.value.usr.len and zval.value.str.len - use union "zstr" as char*/UChar* mixture instead of void* - Z_UNISTR() and Z_UNILEN() no longer check for Z_TYPE() - nuke int32_t from ZE (not finisned) | ||||
* | - Get rid of using ENFORCE_SAFE_MODE. | Andi Gutmans | 2006-02-19 | 1 | -2/+2 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Nuke php3 legacy | foobar | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | move document property struct from xml_common.h | Rob Richards | 2005-11-23 | 1 | -0/+4 |
| | |||||
* | MFB: missing }}} | Rasmus Lerdorf | 2005-11-17 | 1 | -1/+1 |
| | |||||
* | only need context set once | Rob Richards | 2005-10-17 | 1 | -1/+1 |
| | |||||
* | insure stream usage | Rob Richards | 2005-10-13 | 1 | -46/+77 |
| | |||||
* | add additional constants | Rob Richards | 2005-09-08 | 1 | -22/+6 |
| | | | | | remove un-needed ifdefs | ||||
* | Fix URI escaping | Rob Richards | 2005-08-26 | 1 | -6/+35 |
| | |||||
* | Fixed memory leaks | Dmitry Stogov | 2005-08-25 | 1 | -1/+4 |
| | |||||
* | Unicode support | Dmitry Stogov | 2005-08-18 | 1 | -3/+10 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - WS | Pierre Joye | 2005-02-28 | 1 | -0/+1 |
| | |||||
* | - create LIBXML_VERSION and LIBXML_DOTTED_VERSION constants | Pierre Joye | 2005-02-28 | 1 | -0/+2 |
| | |||||
* | add function to allow extensions to use new error handling if set by user | Rob Richards | 2005-02-20 | 1 | -0/+9 |
| | |||||
* | initial cut of new error handling | Rob Richards | 2005-02-10 | 1 | -10/+227 |
| | |||||
* | add NONET flag to disable network access when loading xml | Rob Richards | 2005-01-02 | 1 | -0/+1 |
| | |||||
* | Fixed bug #31361 (simplexml/domxml segfault when adding node twice) | Rob Richards | 2005-01-02 | 1 | -0/+4 |
| | |||||
* | define options that can be used when loading documents | Rob Richards | 2004-12-05 | 1 | -0/+14 |
| | |||||
* | Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) | Dmitry Stogov | 2004-11-09 | 1 | -7/+21 |
| | |||||
* | implement php_libxml_xmlCheckUTF8 | Rob Richards | 2004-09-08 | 1 | -0/+26 |
| | | | | | - workaround for pre libxml2-2.6.13 function | ||||
* | Fixed bug #29945 (simplexml_load_file URL limitation 255 char) | Rob Richards | 2004-09-06 | 1 | -6/+14 |
| | |||||
* | export php_libxml_error_handler for win32 build | Rob Richards | 2004-07-25 | 1 | -1/+1 |
| | |||||
* | use php_error_docref for libxml2 errors | Christian Stocker | 2004-07-25 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #29221 (Segfault using DOM ownerDocument in a PHP object) | Rob Richards | 2004-07-18 | 1 | -1/+1 |
| | |||||
* | fix leak when using relaxng | Rob Richards | 2004-05-31 | 1 | -1/+11 |
| | | | | | | | interim fix for isolating our streams handling - once libxml supports overriding streams this should be changed for security reasons | ||||
* | move libxml error handler ro rinit/rshutdown to keep it local to php | Rob Richards | 2004-04-23 | 1 | -5/+6 |
| | |||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -0/+42 |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | ||||
* | Use zval_ptr_dtor() to free variables as soon as they hit refcount of 0. | Zeev Suraski | 2004-02-15 | 1 | -1/+1 |
| | | | | | | | | | | Note: You should not be using ZVAL_DELREF() in day to day usage. Instead, you should use zval_ptr_dtor(). Use ZVAL_DELREF() only if you're messing with the refcount directly and know what you're doing. Note #2: For clarity, if you want to initialize a new zval with a refcount of 0, it's best to do that directly, instead of using ZVAL_DELREF after allocating the zval... | ||||
* | Fix memory corruption with libxml's error handling. | Marcus Boerger | 2004-01-10 | 1 | -10/+6 |
| | |||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | only test url_stat in read mode | Rob Richards | 2003-12-22 | 1 | -4/+4 |
| | |||||
* | 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. |