Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, ↵ | Máté Kocsis | 2021-02-22 | 1 | -5/+0 |
| | | | | | | xsl, zip, Zend Closes GH-6706 | ||||
* | Promote warnings to error in DOM extension | George Peter Banyard | 2020-09-22 | 1 | -2/+2 |
| | | | | Closes GH-5418 | ||||
* | Throw Error exception in DOM_GET_OBJ | Nikita Popov | 2020-08-13 | 1 | -2/+2 |
| | | | | Per general convention for handling of uninitialized objects. | ||||
* | Fix [-Wundef] warning in DOM extension | George Peter Banyard | 2020-05-16 | 1 | -4/+4 |
| | |||||
* | Generate method entries for ext/dom | Máté Kocsis | 2020-04-13 | 1 | -1/+1 |
| | | | | Closes GH-5374 | ||||
* | [RFC] Implement new DOM Living Standard APIs in ext/dom | Benjamin Eberlei | 2020-02-28 | 1 | -0/+7 |
| | |||||
* | Rename php_dom_create_interator() to php_dom_create_iterator() | Christoph M. Becker | 2020-02-17 | 1 | -1/+1 |
| | | | | Thus fixing an obvious typo. | ||||
* | Use RETURN_THROWS() during ZPP in the date, dba and dom extensions | Máté Kocsis | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | ext/dom: Add global registerNodeNS flag on DOMXPath ctor and property. | Benjamin Eberlei | 2019-10-05 | 1 | -0/+1 |
| | |||||
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| | | | | Closes GH-4732. | ||||
* | Refactor zend_object_handlers API to pass zend_object* and zend_string* ↵ | Dmitry Stogov | 2019-02-04 | 1 | -2/+0 |
| | | | | insted of zval(s). | ||||
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+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 |
| | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -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 Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Better fix for bug #75451 (Assertion fails while foreach on empty xpath query) | Dmitry Stogov | 2017-10-30 | 1 | -0/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 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 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | Update memory freeing and other issues, revert some changes | Aaron Piotrowski | 2015-07-05 | 1 | -1/+1 |
|/ / | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 1 | -1/+1 |
| | | | | | | | | semantick changes). | ||||
* | | better approach to fix bug #69846 | Anatol Belski | 2015-06-19 | 1 | -2/+1 |
| | | | | | | | | don't destroy the current iterator object too early | ||||
* | | partial fix to bug #69846 | Anatol Belski | 2015-06-18 | 1 | -1/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -1/+0 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: Refactored DOMNodeList array dereferencing implementation Conflicts: ext/dom/nodelist.c ext/dom/php_dom.c | ||||
| * | Refactored DOMNodeList array dereferencing implementation | Tjerk Meesters | 2014-10-09 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-09 | 1 | -0/+3 |
|\ \ | |/ | | | | | | | | | | | Conflicts: ext/dom/dom_properties.h ext/dom/nodelist.c ext/dom/php_dom.c | ||||
| * | DOMNodeList elements are accessible through array notation | Florian MARGAINE | 2014-09-27 | 1 | -0/+3 |
| | | | | | | | | Fixes #67949 | ||||
| * | Make DOMNode::textContent writeable | Tjerk Meesters | 2014-09-02 | 1 | -0/+14 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fix remaining XPath issue | Nikita Popov | 2014-04-16 | 1 | -5/+3 |
| | | |||||
* | | Mostly fix Dom XPath | Nikita Popov | 2014-04-16 | 1 | -2/+8 |
| | | |||||
* | | Make DOM mostly work | Nikita Popov | 2014-04-15 | 1 | -3/+2 |
| | | |||||
* | | Start working on dom extension | Nikita Popov | 2014-04-15 | 1 | -7/+7 |
| | | | | | | | | Nowhere near compiling yet... | ||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -1/+1 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 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 |
| | |||||
* | 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: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -0/+9 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+1 |
| | |||||
* | backport functionality to call user functions within XPath | Rob Richards | 2008-01-25 | 1 | -0/+11 |
| | | | | | 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 |
| | |||||
* | MFH: Missing header include | Hannes Magnusson | 2006-06-20 | 1 | -0/+1 |
| |