Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-8.0' | Stanislav Malyshev | 2021-02-01 | 1 | -2/+2 |
|\ | | | | | | | | | * PHP-8.0: Fix bug #80672 - Null Dereference in SoapClient | ||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Stanislav Malyshev | 2021-01-31 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | * PHP-7.4: Fix bug #80672 - Null Dereference in SoapClient | ||||
| | * | Merge branch 'PHP-7.3' into PHP-7.4 | Stanislav Malyshev | 2021-01-31 | 1 | -2/+2 |
| | |\ | | | | | | | | | | | | | | | | | * PHP-7.3: Fix bug #80672 - Null Dereference in SoapClient | ||||
| | | * | Fix bug #80672 - Null Dereference in SoapClient | Stanislav Malyshev | 2021-01-31 | 1 | -2/+2 |
| | | | | |||||
| | | * | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | | | | |||||
* | | | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -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 headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | | | | | | | | | Closes GH-4732. | ||||
* | | | Remove year range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
|/ / | |||||
* | | Future-proof email addresses... | Zeev Suraski | 2018-11-01 | 1 | -1/+1 |
| | | |||||
* | | Bump minimum libxml version to 2.7.6 | Nikita Popov | 2018-09-23 | 1 | -4/+0 |
|/ | | | | Released Oct 2009, part of RHEL 6. | ||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -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 Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Fix merge | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
| | | |||||
* | | - Fix merge | Felipe Pena | 2015-02-16 | 1 | -0/+3 |
|\ \ | |||||
| * \ | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2015-02-16 | 1 | -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 Pena | 2015-02-16 | 1 | -0/+3 |
| | | | | | | | | | | | | brandt at docoloc dot de | ||||
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| |/ | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -6/+5 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | cleanup TSRMLS_FETCH in ext/soap | Anatol Belski | 2014-09-26 | 1 | -2/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
|\ | |||||
| * | Fix TSRM (after afc1debb) | Johannes Schlüter | 2013-02-21 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-20 | 1 | -2/+9 |
|\ \ | |/ | | | | | | | | | | | | | | | * 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 | -2/+9 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Proper bit reset code | ||||
| * | Proper bit reset code | Dmitry Stogov | 2013-02-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | Dmitry Stogov | 2013-02-07 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * PHP-5.3: Disabled external entities loading | ||||
| * | Disabled external entities loading | Dmitry Stogov | 2013-02-07 | 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 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - cleanup ze1/ze2 | Pierre Joye | 2010-09-16 | 1 | -26/+0 |
| | | |||||
* | | Removed safe_mode | Kalle Sommer Nielsen | 2010-04-26 | 1 | -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 **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #49660 (libxml 2.7.3+ limits text nodes to 10MB). (Felipe) | Felipe Pena | 2009-12-01 | 1 | -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 Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| |