Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 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 |
| | | |||||
* | | Get rid of implicit type casting in GC_*() macros in Zend/zend_types.h. | Dmitry Stogov | 2015-08-13 | 1 | -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 Stogov | 2015-06-30 | 1 | -3/+3 |
| | | | | | | | | semantick changes). | ||||
* | | Fix more minor mistakes in the proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -3/+3 |
| | | |||||
* | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -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 Stogov | 2015-02-10 | 1 | -4/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -13/+13 |
| | | |||||
* | | 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 |
| |