Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h | ||||
| * | Fixed external entity loading | Dmitry Stogov | 2013-02-20 | 1 | -0/+2 |
| | | |||||
| * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Turns out the external entity loader is not a per-thread global but a true | Gustavo André dos Santos Lopes | 2011-08-30 | 1 | -1/+0 |
| | | | | | | | | | | | | global. Changed code accordingly; however, applications that embed PHP and also use libxml2 may be affected negatively. | ||||
* | | - Added libxml_set_external_entity_loader(). | Gustavo André dos Santos Lopes | 2011-08-29 | 1 | -0/+5 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Visibility (bug #45557) | Rob Richards | 2008-07-22 | 1 | -4/+4 |
| | |||||
* | Improved PHP binary size and startup speed with GCC4 visibility control (Nuno) | Dmitry Stogov | 2008-01-30 | 1 | -2/+4 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-08-01 | 1 | -2/+2 |
| | |||||
* | MFH: cs+ws+compile warning fixes | Jani Taskinen | 2007-07-21 | 1 | -2/+2 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | mark a few variables and functions as static | Nuno Lopes | 2006-11-10 | 1 | -6/+0 |
| | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -3/+3 |
| | |||||
* | MFH: move document property struct from xml_common.h | Rob Richards | 2006-05-22 | 1 | -1/+12 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: add additional constants | Rob Richards | 2005-09-08 | 1 | -0/+2 |
| | | | | | remove un-needed ifdefs | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Possible fix for bug #32778 | foobar | 2005-04-21 | 1 | -11/+9 |
| | |||||
* | add function to allow extensions to use new error handling if set by user | Rob Richards | 2005-02-20 | 1 | -0/+1 |
| | |||||
* | initial cut of new error handling | Rob Richards | 2005-02-10 | 1 | -2/+7 |
| | |||||
* | Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob) | Dmitry Stogov | 2004-11-09 | 1 | -0/+2 |
| | |||||
* | implement php_libxml_xmlCheckUTF8 | Rob Richards | 2004-09-08 | 1 | -0/+1 |
| | | | | | - workaround for pre libxml2-2.6.13 function | ||||
* | export php_libxml_error_handler for win32 build | Rob Richards | 2004-07-25 | 1 | -1/+1 |
| | |||||
* | Fix bug #27436 dom_import_simplexml innaccurate | Rob Richards | 2004-03-01 | 1 | -0/+4 |
| | | | | | | extensions register callbacks to export nodes prevents segfault passing invalid objects to import functions | ||||
* | Fix memory corruption with libxml's error handling. | Marcus Boerger | 2004-01-10 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | consolidate error handling | Rob Richards | 2003-12-12 | 1 | -0/+3 |
| | |||||
* | buffer error messages until newline is hit | Rob Richards | 2003-12-09 | 1 | -0/+2 |
| | |||||
* | common functions for interoperability | Rob Richards | 2003-10-26 | 1 | -2/+28 |
| | |||||
* | add global init/shutdown functions for libxml. this is required as | Shane Caraveo | 2003-10-19 | 1 | -0/+3 |
| | | | | | | 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/+66 |
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. |