summaryrefslogtreecommitdiff
path: root/ext/libxml/php_libxml.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
| | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore.
* year++Xinchen Hui2018-01-021-1/+1
|
* Fixed bug #69373Tim Toohey2017-06-031-0/+1
| | | | | xmlNodeSetContentLen() calls xmlFreeNode() on node->children. This causes problems if there are other references around to those children.
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
| | | | Also re bug #71575.
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Fixed bug #70535 (XSLT: free(): invalid pointer)Xinchen Hui2015-09-201-1/+1
| |
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+3
| |
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-0/+3
| |
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
| | | | | | | | which also comply with the current semantics for such macros
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-11/+11
| |
* | ext/libxml, ext/xml and ext/soap use static tsrmls pointerAnatol Belski2014-10-171-1/+4
| |
* | Rename smart_str_append to smart_str_append_smart_strNikita Popov2014-09-211-1/+1
| | | | | | | | It's used only rarely and I'm running out of append names...
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
| | | | | | | | | | | | | | | | So we can use it there as well... For now I've retained the zend_smart_str_public.h header, though it would probably be better to just move that one struct into zend_types.h.
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Fixed SimpleXMl build with DOMXinchen Hui2014-05-041-0/+7
| |
* | Refactor simpleXML (compilable, but incompleted)Xinchen Hui2014-04-141-1/+1
| |
* | Refactor libxml (incompleted)Xinchen Hui2014-04-111-3/+4
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-201-0/+2
|\ | | | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h
| * Fixed external entity loadingDmitry Stogov2013-02-201-0/+2
| |
| * Happy New Year~Xinchen Hui2013-01-011-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | - Turns out the external entity loader is not a per-thread global but a trueGustavo André dos Santos Lopes2011-08-301-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 Lopes2011-08-291-0/+5
| |
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Visibility (bug #45557)Rob Richards2008-07-221-4/+4
|
* Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)Dmitry Stogov2008-01-301-2/+4
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFHAntony Dovgal2007-08-011-2/+2
|
* MFH: cs+ws+compile warning fixesJani Taskinen2007-07-211-2/+2
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* mark a few variables and functions as staticNuno Lopes2006-11-101-6/+0
|
* Added automatic module globals managementDmitry Stogov2006-06-151-3/+3
|
* MFH: move document property struct from xml_common.hRob Richards2006-05-221-1/+12
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* MFH: add additional constantsRob Richards2005-09-081-0/+2
| | | | | remove un-needed ifdefs
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Possible fix for bug #32778foobar2005-04-211-11/+9
|
* add function to allow extensions to use new error handling if set by userRob Richards2005-02-201-0/+1
|
* initial cut of new error handlingRob Richards2005-02-101-2/+7
|
* Fixed bug #29211 (SoapClient doesn't request wsdl through proxy). (Rob)Dmitry Stogov2004-11-091-0/+2
|