Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zval_dtor() with specialized destructors | Dmitry Stogov | 2018-07-05 | 1 | -2/+2 |
* | Use zval_ptr_dtor() instead of zval_dtor() in internal functions that destroy... | Dmitry Stogov | 2018-07-05 | 2 | -2/+2 |
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d... | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | Remove unnecessary uses of z/ parameters | Nikita Popov | 2018-06-25 | 1 | -2/+2 |
* | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 2 | -6/+6 |
* | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 4 | -25/+26 |
* | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-21 | 1 | -1/+6 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-21 | 1 | -1/+6 |
| |\ | |||||
| | * | Allow pecl like usage in ext/pdo, refs #2955 | Tianon Gravi | 2018-05-21 | 1 | -1/+6 |
* | | | zend_fcall_info_cache.calling_scope is not used by zend_call_function() and d... | Dmitry Stogov | 2018-05-03 | 2 | -2/+0 |
* | | | Fixed mess between BOOL and SUCCESS/FAILURE | Dmitry Stogov | 2018-04-28 | 1 | -1/+1 |
* | | | Fix datatypes | Anatol Belski | 2018-03-26 | 2 | -5/+5 |
* | | | Keep initialized object_handlers structures in read-only memory. | Dmitry Stogov | 2018-03-14 | 2 | -2/+2 |
* | | | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 2 | -3/+3 |
* | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -3/+3 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 5 | -5/+5 |
* | | | Convert iterator by reference errors to exceptions | Nikita Popov | 2018-02-19 | 1 | -1/+2 |
* | | | Reduce struct size by 8 bytes on 64-bit | Anatol Belski | 2018-02-19 | 2 | -9/+8 |
* | | | Remove superfluous SKIPIF sections in more tests | Gabriel Caruso | 2018-02-04 | 2 | -10/+4 |
* | | | More effecient array duplication | Dmitry Stogov | 2018-01-17 | 1 | -2/+2 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-02 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-02 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Skip test for pdo_odbc | Anatol Belski | 2018-01-02 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
| |\ \ | | |/ | |||||
| | * | Fix test for pdo_odbc | Anatol Belski | 2018-01-02 | 1 | -0/+3 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
| |\ \ | | |/ | |||||
| | * | regenerated with newer re2c | Xinchen Hui | 2018-01-02 | 1 | -119/+120 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 10 | -10/+10 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 10 | -10/+10 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 10 | -10/+10 |
* | | | zend_fcall_info_cache.initialized is removed (zend_fcall_info_cache is initia... | Dmitry Stogov | 2017-12-27 | 2 | -2/+0 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-22 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-22 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | pdo_odbc has no driver API for quoting, skip the test | Anatol Belski | 2017-12-22 | 1 | -0/+1 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-17 | 1 | -14/+0 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75616 | Jaromír Doleček | 2017-12-17 | 1 | -14/+0 |
* | | | Turn "pdo_stmt_methods" into constants. | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 2 | -6/+6 |
* | | | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Remove outdated TODO files | Peter Kokot | 2017-12-09 | 1 | -92/+0 |
* | | | Use zend_string_tolower() where it's possible (to avoid reallocations). | Dmitry Stogov | 2017-11-30 | 2 | -9/+4 |
* | | | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 2 | -3/+3 |
* | | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -6/+10 |
* | | | Persistent resources are "thread-local". | Dmitry Stogov | 2017-11-01 | 1 | -9/+2 |
* | | | RC manipulation cleanup | Xinchen Hui | 2017-11-01 | 1 | -1/+1 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 2 | -3/+3 |
* | | | Merge branch 'PHP-7.2' | Dmitry Stogov | 2017-10-16 | 1 | -1/+3 |
|\ \ \ | |/ / |