Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| * | Refactored the fix for bug #66084, by cmb@php.net | Anatol Belski | 2015-05-29 | 1 | -1/+1 |
| * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | add range checks to simplexml | Anatol Belski | 2015-08-26 | 1 | -3/+34 |
* | | Fix simplexml warnings | Nikita Popov | 2015-07-17 | 1 | -4/+4 |
* | | Switch position of ce in exception ce variable names | Aaron Piotrowski | 2015-07-03 | 1 | -1/+1 |
* | | Change zend_exception_get_default() to zend_exception_ce | Aaron Piotrowski | 2015-07-03 | 1 | -1/+1 |
* | | Cleanup (removed dead code) | Dmitry Stogov | 2015-07-01 | 1 | -5/+0 |
* | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | | Fix more proto comments | Rasmus Lerdorf | 2015-06-23 | 1 | -1/+1 |
* | | Avoid zval duplication in ZVAL_ZVAL() macro (it was necessary only in few pla... | Dmitry Stogov | 2015-06-12 | 1 | -9/+5 |
* | | Make convert_to_* safe with rc>1 | Nikita Popov | 2015-06-11 | 1 | -1/+1 |
* | | fixed whitespace dependend behavior of casting SimpleXMLElements to boolean | Christoph M. Becker | 2015-05-29 | 1 | -1/+1 |
* | | fixed whitespace depending (mis)behavior of var_dump'ing and print_r'ing Simp... | Christoph M. Becker | 2015-05-29 | 1 | -1/+1 |
* | | Merge branch 'master' of git.php.net:php-src | Xinchen Hui | 2015-05-06 | 1 | -40/+70 |
|\ \ | |||||
| * | | Loop splitting and specialization | Dmitry Stogov | 2015-05-05 | 1 | -12/+35 |
| * | | Fixed compilation warning | Dmitry Stogov | 2015-05-05 | 1 | -1/+1 |
| * | | Use zend heap instead of system | Dmitry Stogov | 2015-05-05 | 1 | -12/+12 |
| * | | Use better zend_hash_*() functions. | Dmitry Stogov | 2015-05-05 | 1 | -13/+16 |
| * | | Removed check for count() in SXE class | Dmitry Stogov | 2015-05-05 | 1 | -3/+7 |
* | | | fixed comment | Xinchen Hui | 2015-05-05 | 1 | -1/+1 |
|/ / | |||||
* | | Unused macros | Xinchen Hui | 2015-05-05 | 1 | -11/+0 |
* | | Optimize cast simplexml to IS_BOOL | Xinchen Hui | 2015-05-05 | 1 | -5/+96 |
* | | Unused var | Xinchen Hui | 2015-05-05 | 1 | -4/+2 |
* | | Avoid repeatable lookups for count() method in the same class entry. | Dmitry Stogov | 2015-05-05 | 1 | -27/+47 |
* | | Always throw TypeException on throwing zpp failures | Nikita Popov | 2015-04-06 | 1 | -6/+1 |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | Move zend_object->guards into additional slot of zend_object->properties_tabl... | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
* | | fix warnings | Michael Wallner | 2015-01-30 | 1 | -4/+4 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -8/+8 |
* | | Improved trim/ltrim/rtrim functions. | Dmitry Stogov | 2014-12-23 | 1 | -4/+5 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -219/+219 |
* | | Fixed zval copying | Xinchen Hui | 2014-10-22 | 1 | -12/+4 |
* | | Remove get_class_entry object handler | Nikita Popov | 2014-10-09 | 1 | -2/+0 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -1/+1 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -11/+11 |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -60/+60 |
* | | ported ext/simplexml | Anatol Belski | 2014-08-19 | 1 | -19/+19 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -48/+48 |
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -5/+5 |
* | | Avoid in-place modification | Dmitry Stogov | 2014-05-30 | 1 | -1/+6 |
* | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-05-13 | 1 | -3/+9 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-10 | 1 | -3/+3 |
| |\ | |||||
| | * | - Move checking | Felipe Pena | 2014-05-10 | 1 | -3/+3 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Felipe Pena | 2014-05-10 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | - Fixed missing NULL check in SimpleXMLElement::xpath() | Felipe Pena | 2014-05-10 | 1 | -0/+3 |