Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unnecessary readobj==writeobj checks | Nikita Popov | 2017-12-25 | 1 | -23/+2 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 2 | -0/+37 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 2 | -0/+37 |
| |\ | |||||
| | * | Fixed bug #73209 | Nikita Popov | 2017-12-22 | 2 | -0/+37 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 2 | -4/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 2 | -4/+40 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75242 | Nikita Popov | 2017-12-22 | 2 | -4/+40 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-22 | 2 | -0/+27 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-12-22 | 2 | -0/+27 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75717 | Nikita Popov | 2017-12-22 | 2 | -0/+27 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-15 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 3 | -3/+3 |
* | | | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 6 | -8/+8 |
* | | | Remove outdated TODO files | Peter Kokot | 2017-12-09 | 1 | -4/+0 |
* | | | Fixed bug #74372 | Nikita Popov | 2017-12-06 | 4 | -17/+23 |
* | | | Use zend_string_tolower() where it's possible (to avoid reallocations). | Dmitry Stogov | 2017-11-30 | 1 | -8/+4 |
* | | | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 6 | -7/+7 |
* | | | Fix remaining signedness warnings | Anatol Belski | 2017-11-14 | 1 | -1/+1 |
* | | | Patch core for PCRE2 support | Anatol Belski | 2017-11-13 | 1 | -9/+13 |
* | | | RC manipulation cleanup 2 | Xinchen Hui | 2017-11-02 | 5 | -31/+11 |
* | | | RC manipulation cleanup | Xinchen Hui | 2017-11-01 | 1 | -3/+3 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 2 | -4/+4 |
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -1/+4 |
* | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 1 | -5/+6 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-09-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-09-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-09-24 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Compiler warning | Xinchen Hui | 2017-09-24 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.2' | Christoph M. Becker | 2017-09-20 | 2 | -1/+21 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2017-09-20 | 2 | -1/+21 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2017-09-20 | 2 | -1/+21 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags) | Christoph M. Becker | 2017-09-20 | 2 | -1/+21 |
* | | | | Refactored array creation API. array_init() and array_init_size() are convert... | Dmitry Stogov | 2017-09-20 | 4 | -8/+4 |
* | | | | Merge branch 'PHP-7.2' | Joe Watkins | 2017-09-12 | 2 | -1/+19 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Joe Watkins | 2017-09-12 | 2 | -1/+19 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-09-12 | 2 | -1/+19 |
| | |\ \ | | | |/ | |||||
| | | * | fix bug #75173 incorrect behavior of AppendIterator::append in foreach loop | jhdxr | 2017-09-12 | 2 | -1/+19 |
* | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-09-04 | 3 | -19/+23 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-09-04 | 3 | -19/+23 |
| |\ \ \ | | |/ / | |||||
| | * | | Add test for bug #75155 | Nikita Popov | 2017-09-04 | 1 | -0/+22 |
| | * | | Revert "Fixed #74977 - Appending AppendIterator leads to segfault" | Nikita Popov | 2017-09-04 | 2 | -19/+1 |
* | | | | Removed support for BeOS, development for BeOS was supported 17 years ago. | Kalle Sommer Nielsen | 2017-08-29 | 1 | -2/+2 |
* | | | | Get rid of all these old package[2].xml files, most of these had no had a rel... | Kalle Sommer Nielsen | 2017-08-17 | 1 | -75/+0 |
* | | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-08-09 | 2 | -4/+32 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-08-09 | 2 | -4/+32 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2017-08-09 | 2 | -4/+32 |
| | |\ \ | | | |/ | |||||
| | | * | Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions... | Xinchen Hui | 2017-08-09 | 2 | -4/+32 |
* | | | | Fixed compiler warning(enumeration value ‘SPL_FS_INFO’ not handled in swi... | Xinchen Hui | 2017-08-08 | 1 | -0/+2 |
* | | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-08-02 | 2 | -0/+40 |
|\ \ \ \ | |/ / / | |||||
| * | | | Implement spl_object_id(object $x) : int | Tyson Andre | 2017-08-02 | 2 | -0/+40 |