Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch removes the so called local variables defined per file basis for certain editors to properly show tab width, and similar settings. These are mainly used by Vim and Emacs editors yet with recent changes the once working definitions don't work anymore in Vim without custom plugins or additional configuration. Neither are these settings synced across the PHP code base. A simpler and better approach is EditorConfig and fixing code using some code style fixing tools in the future instead. This patch also removes the so called modelines for Vim. Modelines allow Vim editor specifically to set some editor configuration such as syntax highlighting, indentation style and tab width to be set in the first line or the last 5 lines per file basis. Since the php test files have syntax highlighting already set in most editors properly and EditorConfig takes care of the indentation settings, this patch removes these as well for the Vim 6.0 and newer versions. With the removal of local variables for certain editors such as Emacs and Vim, the footer is also probably not needed anymore when creating extensions using ext_skel.php script. Additionally, Vim modelines for setting php syntax and some editor settings has been removed from some *.phpt files. All these are mostly not relevant for phpt files neither work properly in the middle of the file. | ||||
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-10-27 | 1 | -1/+4 |
|\ | | | | | | | | | * PHP-7.3: Fix #71592: External entity processing never fails | ||||
| * | Fix #71592: External entity processing never fails | Christoph M. Becker | 2018-10-27 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | If the callback set via `xml_set_external_entity_ref_handler()` returns a falsy value, parsing is supposed to stop and the error number set to `XML_ERROR_EXTERNAL_ENTITY_HANDLING`. This is already correctly done by the libexpat binding, but the libxml2 binding ignores the return value. We fix this by calling `xmlStopParser()` which is available as of libxml 2.1.0[1] (PHP-7.1 requires at least libxml 2.6.11 anyway), and setting the desired `errNo` ourselves. [1] <http://xmlsoft.org/news.html> | ||||
* | | Bump minimum libxml version to 2.7.6 | Nikita Popov | 2018-09-23 | 1 | -31/+0 |
|/ | | | | Released Oct 2009, part of RHEL 6. | ||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git.php.net:/php-src | Joe Watkins | 2016-11-13 | 1 | -7/+0 |
|\ | |||||
| * | Fix build | Nikita Popov | 2016-11-12 | 1 | -4/+5 |
| | | |||||
* | | news entry for #1787 | Joe Watkins | 2016-11-13 | 1 | -0/+7 |
|\ \ | |/ |/| | |||||
| * | fixed bug generated by fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -1/+3 |
| | | |||||
| * | fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -4/+4 |
| | | |||||
* | | fixed bug generated by fixes bug #73135 | Edgar R. Sandi | 2016-11-12 | 1 | -1/+3 |
|/ | |||||
* | 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 |
| | | |||||
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | fix exports | Anatol Belski | 2015-03-23 | 1 | -24/+24 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -25/+25 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fix ext/xml warnings | Nikita Popov | 2014-09-06 | 1 | -13/+4 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Tabify | Christopher Jones | 2013-08-20 | 1 | -15/+15 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Christopher Jones | 2013-08-20 | 1 | -103/+103 |
|\ | | | | | | | | | | | * PHP-5.4: Eliminate compiler warnings: "warning: pointer targets in initialization differ in signedness" Eliminate compiler warnings "warning: pointer targets in initialization differ in signedness" | ||||
| * | Eliminate compiler warnings "warning: pointer targets in initialization ↵ | Christopher Jones | 2013-08-20 | 1 | -103/+103 |
| | | | | | | | | differ in signedness" | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | code related typo fixes | Veres Lajos | 2013-08-18 | 1 | -5/+5 |
| | | |||||
* | | 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 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Fix build, missing comma | Scott MacVicar | 2009-01-12 | 1 | -1/+1 |
| | |||||
* | The previous error was masked by a missing entry, sync them back up. | Scott MacVicar | 2009-01-12 | 1 | -0/+1 |
| | |||||
* | This entry doesn't exist upstream any more, it also caused all error ↵ | Scott MacVicar | 2009-01-12 | 1 | -1/+0 |
| | | | | messages to be one off. | ||||
* | MFH: fix bug #45996 (libxml2 2.7 causes breakage with character data in ↵ | Rob Richards | 2009-01-11 | 1 | -0/+4 |
| | | | | xml_parse()) | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: fix bug #46699: (xml_parse crash when parser is namespace aware) | Rob Richards | 2008-12-12 | 1 | -3/+74 |
| | | | | | | fix a couple warnings add test | ||||
* | 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 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | MFH: Fixed bug #35447 (xml_parse_into_struct() chokes on the UTF-8 BOM) | Rob Richards | 2005-12-19 | 1 | -5/+2 |
| | | | | | add test | ||||
* | MFH: use spprintf where appropriate | Rob Richards | 2005-10-12 | 1 | -17/+18 |
| | |||||
* | MFH: Fixed Bug #27908 (xml default_handlers not being called) | Rob Richards | 2005-10-12 | 1 | -23/+44 |
| | | | | | | Fix memleak when entitydecls are parsed remove old ifdefs | ||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | SystemID and publicID params reversed in declaration handlers | Rob Richards | 2005-07-31 | 1 | -2/+2 |
| | |||||
* | - Made it possible to build ext/xmlrpc with libxml2 | foobar | 2005-03-26 | 1 | -1/+1 |
| | |||||
* | Fixed bug #32001 (xml_parse_into_struct() exceeds maximum execution time) | Rob Richards | 2005-03-02 | 1 | -0/+31 |
| |