summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Stanislav Malyshev2021-02-011-2/+2
|\ | | | | | | | | * PHP-8.0: Fix bug #80672 - Null Dereference in SoapClient
| * Merge branch 'PHP-7.4' into PHP-8.0Stanislav Malyshev2021-01-311-2/+2
| |\ | | | | | | | | | | | | * PHP-7.4: Fix bug #80672 - Null Dereference in SoapClient
| | * Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-311-2/+2
| | |\ | | | | | | | | | | | | | | | | * PHP-7.3: Fix bug #80672 - Null Dereference in SoapClient
| | | * Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-311-2/+2
| | | |
| | | * Future-proof email addressesZeev Suraski2018-11-011-1/+1
| | | |
| | * | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
| | | |
* | | | Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
|/ / / | | | | | | | | | | | | | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | | | | | | | | | Closes GH-4732.
* | | Remove year range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Future-proof email addresses...Zeev Suraski2018-11-011-1/+1
| |
* | Bump minimum libxml version to 2.7.6Nikita Popov2018-09-231-4/+0
|/ | | | Released Oct 2009, part of RHEL 6.
* Remove unused Git attributes identPeter Kokot2018-07-251-1/+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
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* 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
| |
| * - Fix mergeFelipe Pena2015-02-161-0/+3
| |
* | - Fix mergeFelipe Pena2015-02-161-0/+3
|\ \
| * \ Merge branch 'PHP-5.4' into PHP-5.5Felipe Pena2015-02-161-0/+3
| |\ \ | | |/ | |/| | | | | | | | | | * PHP-5.4: - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: brandt at docoloc dot de Update NEWS
| | * - Fixed bug #67427 (SoapServer cannot handle large messages) patch by: ↵Felipe Pena2015-02-161-0/+3
| | | | | | | | | | | | brandt at docoloc dot de
| | * Bump yearXinchen Hui2014-01-031-1/+1
| | |
| * | Bump yearXinchen Hui2015-01-151-1/+1
| | |
| * | Bump yearXinchen Hui2014-01-031-1/+1
| |/
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-6/+5
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
| | | | | | | | for better comparability with the mainstream
* | cleanup TSRMLS_FETCH in ext/soapAnatol Belski2014-09-261-2/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2013-02-211-4/+6
|\
| * Fix TSRM (after afc1debb)Johannes Schlüter2013-02-211-4/+6
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-201-2/+9
|\ \ | |/ | | | | | | | | | | | | | | * PHP-5.3: Fixed external entity loading Conflicts: ext/libxml/libxml.c ext/libxml/php_libxml.h
| * Fixed external entity loadingDmitry Stogov2013-02-201-2/+9
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-131-2/+2
|\ \ | |/ | | | | | | * PHP-5.3: Proper bit reset code
| * Proper bit reset codeDmitry Stogov2013-02-131-2/+2
| |
* | Merge branch 'PHP-5.3' into PHP-5.4Dmitry Stogov2013-02-071-0/+2
|\ \ | |/ | | | | | | * PHP-5.3: Disabled external entities loading
| * Disabled external entities loadingDmitry Stogov2013-02-071-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
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | - cleanup ze1/ze2Pierre Joye2010-09-161-26/+0
| |
* | Removed safe_modeKalle Sommer Nielsen2010-04-261-1/+1
|/ | | | | | | * Removed ini options, safe_mode* * Removed --enable-safe-mode --with-exec-dir configure options on Unix * Updated extensions, SAPI's and core * php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe)Felipe Pena2009-12-011-0/+3
| | | | | | | | - Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a single text node when using libxml2.7.3+. (Kalle) [DOC]
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|