summaryrefslogtreecommitdiff
path: root/ext/dom/xpath.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-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
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h.Dmitry Stogov2015-08-131-1/+1
| | | | | | | | | | | | This prevented compilation warnings and disclosed few incorrect usages in Zend/zend_vm_def.h and ext/dom/xpath.c. Now explicit type casting may be required on call site. This may break some C extension code, but it shoulfn't be a problem to add explicit casting.
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-3/+3
| | | | | | | | semantick changes).
* | Fix more minor mistakes in the proto commentsRasmus Lerdorf2015-06-231-3/+3
| |
* | Always throw TypeException on throwing zpp failuresNikita Popov2015-04-061-6/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduces a ZEND_PARSE_PARAMS_THROW flag for zpp, which forces to report FAILURE errors using a TypeException instead of a Warning, like it would happen in strict mode. Adds a zend_parse_parameters_throw() convenience function, which invokes zpp with this flag. Converts all cases I could identify, where we currently have throwing zpp usage in constructors and replaces them with this API. Error handling is still replaced to EH_THROW in some cases to handle other, domain-specific errors in constructors.
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-4/+2
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-13/+13
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-29/+28
| |
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
| | | | | | | | for better comparability with the mainstream
* | remove fetch from domkrakjoe2014-09-261-2/+0
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Fix DOM warningsNikita Popov2014-09-031-7/+7
| |
* | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
| |
* | master renames phase 1Anatol Belski2014-08-251-5/+5
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
| |
* | wrong macro usage, we expect a DOM object herePierre Joye2014-05-161-1/+1
| |
* | Split IS_BOOL into IS_FALSE and IS_TRUEDmitry Stogov2014-04-301-2/+2
| |
* | More zend_string usage in PCRENikita Popov2014-04-251-2/+3
| | | | | | | | Avoid a few copies and zval duplications
* | Convert zval_get_string() into "fast path" macro and "slow path" functionDmitry Stogov2014-04-211-1/+1
| |
* | Fix remaining XPath issueNikita Popov2014-04-161-9/+9
| |
* | Mostly fix Dom XPathNikita Popov2014-04-161-15/+12
| |
* | Make DOM mostly workNikita Popov2014-04-151-1/+2
| |
* | Make DOM compileNikita Popov2014-04-151-101/+60
|/ | | | Just make it compile, not work yet...
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Reduce (some) compile noise of 'unused variable' and 'may be used ↵Christopher Jones2013-08-141-1/+1
| | | | uninitialized' warnings.
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Fixed conflictFelipe Pena2012-07-141-0/+7
|\
| * - Fixed memory leak when extending DOMXPathFelipe Pena2012-07-141-0/+6
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * fix bug #49490 (XPath namespace prefix conflict)Rob Richards2010-05-041-12/+17
| | | | | | | | add test
* | Fixed the common misspelling of the word occurred (occured -> occurred)Marc Easen2012-06-301-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Removal of deadcode identified by coverityIlia Alshanetsky2011-08-081-3/+3
| |
* | - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
| |
* | - Year++Felipe Pena2011-01-011-1/+1
| |
* | fix bug #49490 (XPath namespace prefix conflict)Rob Richards2010-05-041-12/+17
|/ | | | add test
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-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 Bergmann2008-12-311-1/+1
|
* Fixed bug #46409 (__invoke method called outside of object context when ↵Dmitry Stogov2008-11-271-1/+1
| | | | using array_map)
* MFH: Fix #46241 (stacked error_handlers, error_handling in general)Etienne Kneuss2008-11-191-0/+1
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-5/+0
|
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+5
|
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-5/+0
|