Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug #68816 - pointer to local outside of scope | Stanislav Malyshev | 2015-01-14 | 1 | -1/+2 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -128/+128 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -326/+326 |
* | fix datatype mismatches | Anatol Belski | 2014-10-29 | 1 | -6/+9 |
* | Merge branch 'PHP-5.6' | Tjerk Meesters | 2014-10-14 | 1 | -7/+36 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Tjerk Meesters | 2014-10-14 | 1 | -5/+52 |
| |\ | |||||
| | * | Fixed bug #68128 | Tjerk Meesters | 2014-10-14 | 1 | -5/+52 |
* | | | Remove zend_get_class_entry function | Nikita Popov | 2014-10-09 | 1 | -1/+1 |
* | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | Avoid double IS_INTERNED() check | Dmitry Stogov | 2014-09-19 | 1 | -1/+1 |
* | | | 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 | -92/+92 |
* | | | mostly fixes to spl, but also some other | Anatol Belski | 2014-08-17 | 1 | -34/+34 |
* | | | fix macros in the 5 basic extensions | Anatol Belski | 2014-08-16 | 1 | -57/+57 |
* | | | cleanup | Dmitry Stogov | 2014-08-13 | 1 | -7/+1 |
* | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-12 | 1 | -1/+1 |
|\ \ \ | |||||
| * \ \ | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-08-11 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-08-11 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #67813 (CachingIterator::__construct InvalidArgumentException wrong... | Xinchen Hui | 2014-08-11 | 1 | -1/+1 |
* | | | | update zend_make_printable_zval to take TSRM context | krakjoe | 2014-08-11 | 1 | -3/+3 |
* | | | | Merge branch 'master' into phpng | Dmitry Stogov | 2014-08-04 | 1 | -17/+92 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-07-26 | 1 | -16/+82 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix SPL objects initialization checks | Stanislav Malyshev | 2014-07-26 | 1 | -16/+82 |
* | | | | Changed zend_make_printable_zval() to return "use_copy" instead of additional... | Dmitry Stogov | 2014-07-09 | 1 | -5/+3 |
* | | | | Fixed add_ref | Xinchen Hui | 2014-06-28 | 1 | -1/+1 |
* | | | | Merge branch 'master' into phpng | Xinchen Hui | 2014-06-01 | 1 | -0/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.6' | Xinchen Hui | 2014-06-01 | 1 | -0/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2014-06-01 | 1 | -0/+2 |
| | |\ \ | | | |/ | |||||
| | | * | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2014-06-01 | 1 | -0/+2 |
| | | |\ | |||||
| | | | * | Fixed bug #67359 (Segfault in recursiveDirectoryIterator) | Xinchen Hui | 2014-06-01 | 1 | -0/+2 |
| | | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -4/+4 |
* | | | | | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -3/+3 |
* | | | | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -1/+2 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge branch 'PHP-5.6' | Etienne Kneuss | 2014-04-09 | 1 | -1/+2 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Etienne Kneuss | 2014-04-09 | 1 | -1/+2 |
| | |\ \ \ | | | |/ / | |||||
| | | * | | fixed bug66702 : regexiterator's invert flag doesn't work as expected | Joshua Thijssen | 2014-04-09 | 1 | -1/+2 |
| | | * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | | | Moved zend_literal->cache_slot right into zval. | Dmitry Stogov | 2014-04-17 | 1 | -2/+2 |
* | | | | | Fixed memory leaks | Dmitry Stogov | 2014-04-16 | 1 | -1/+1 |
* | | | | | Fix ZTS build | Nikita Popov | 2014-04-09 | 1 | -2/+2 |
* | | | | | Temporary refcounting fix | Dmitry Stogov | 2014-04-10 | 1 | -7/+7 |
* | | | | | Fixed destruction of objects and iterators on unclean request shutdown and GC... | Dmitry Stogov | 2014-04-09 | 1 | -8/+3 |
* | | | | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -2/+2 |
* | | | | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -1/+1 |
* | | | | | Refactored data structures to keep zend_object* instead of a whole zval in so... | Dmitry Stogov | 2014-03-28 | 1 | -18/+17 |
* | | | | | Fixed wrong assignment | Dmitry Stogov | 2014-03-22 | 1 | -1/+1 |
* | | | | | Fixed refcounting | Dmitry Stogov | 2014-03-22 | 1 | -2/+2 |
* | | | | | Fixed refcounting | Dmitry Stogov | 2014-03-22 | 1 | -1/+1 |