Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -29/+28 |
| | |||||
* | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | for better comparability with the mainstream | ||||
* | remove fetch from dom | krakjoe | 2014-09-26 | 1 | -2/+0 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Fix DOM warnings | Nikita Popov | 2014-09-03 | 1 | -7/+7 |
| | |||||
* | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
| | |||||
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
| | |||||
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -2/+2 |
| | |||||
* | wrong macro usage, we expect a DOM object here | Pierre Joye | 2014-05-16 | 1 | -1/+1 |
| | |||||
* | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -2/+2 |
| | |||||
* | More zend_string usage in PCRE | Nikita Popov | 2014-04-25 | 1 | -2/+3 |
| | | | | Avoid a few copies and zval duplications | ||||
* | Convert zval_get_string() into "fast path" macro and "slow path" function | Dmitry Stogov | 2014-04-21 | 1 | -1/+1 |
| | |||||
* | Fix remaining XPath issue | Nikita Popov | 2014-04-16 | 1 | -9/+9 |
| | |||||
* | Mostly fix Dom XPath | Nikita Popov | 2014-04-16 | 1 | -15/+12 |
| | |||||
* | Make DOM mostly work | Nikita Popov | 2014-04-15 | 1 | -1/+2 |
| | |||||
* | Make DOM compile | Nikita Popov | 2014-04-15 | 1 | -101/+60 |
| | | | | Just make it compile, not work yet... | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Reduce (some) compile noise of 'unused variable' and 'may be used ↵ | Christopher Jones | 2013-08-14 | 1 | -1/+1 |
| | | | | uninitialized' warnings. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed conflict | Felipe Pena | 2012-07-14 | 1 | -0/+7 |
|\ | |||||
| * | - Fixed memory leak when extending DOMXPath | Felipe Pena | 2012-07-14 | 1 | -0/+6 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | fix bug #49490 (XPath namespace prefix conflict) | Rob Richards | 2010-05-04 | 1 | -12/+17 |
| | | | | | | | | add test | ||||
* | | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -3/+3 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | fix bug #49490 (XPath namespace prefix conflict) | Rob Richards | 2010-05-04 | 1 | -12/+17 |
|/ | | | | add test | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Fixed error message grammar: | Matt Wilmas | 2009-06-06 | 1 | -1/+1 |
| | | | | | | | | | - "cannot" instead of "can not" (meaning "also can") - "than" instead of "then" (Hint: "then" should hardly be needed; you're not telling the order in which to do something) ... plus removed a couple ending. dots | ||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -1/+1 |
| | | | | using array_map) | ||||
* | MFH: Fix #46241 (stacked error_handlers, error_handling in general) | Etienne Kneuss | 2008-11-19 | 1 | -0/+1 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-11-17 | 1 | -5/+0 |
| | |||||
* | - Revert ZEND_BEGIN_ARG_INFO change | Felipe Pena | 2008-11-02 | 1 | -0/+5 |
| | |||||
* | - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro | Felipe Pena | 2008-10-24 | 1 | -5/+0 |
| | |||||
* | MFH: fix ws, cs and folding | Antony Dovgal | 2008-08-14 | 1 | -6/+22 |
| | |||||
* | MFH: Fix error_handling usage in various extensions | Etienne Kneuss | 2008-08-08 | 1 | -3/+3 |
| | |||||
* | MFH: Add Reflection API metadata for DOMXPath. | Sebastian Bergmann | 2008-01-29 | 1 | -5/+34 |
| | |||||
* | backport functionality to call user functions within XPath | Rob Richards | 2008-01-25 | 1 | -11/+259 |
| | | | | | add test | ||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 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 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | php_error() -> php_error_docref(). | Ilia Alshanetsky | 2005-04-21 | 1 | -5/+5 |
| | |||||
* | prototype fixes (Jakub Vrána) | Rob Richards | 2004-11-18 | 1 | -1/+1 |
| |