Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | The $Id$ keywords were used in Subversion where they can be substituted with filename, last revision number change, last changed date, and last user who changed it. In Git this functionality is different and can be done with Git attribute ident. These need to be defined manually for each file in the .gitattributes file and are afterwards replaced with 40-character hexadecimal blob object name which is based only on the particular file contents. This patch simplifies handling of $Id$ keywords by removing them since they are not used anymore. | ||||
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized ↵ | Dmitry Stogov | 2018-07-04 | 1 | -3/+3 |
| | | | | | | | destructors. zval_dtor() doesn't make a lot of sense in PHP-7.* and it's used incorrectly in some places. Its occurances should be replaced by zval_ptr_dtor() or zval_ptr_dtor_nogc(), or even more specialized destructors. | ||||
* | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -10/+4 |
| | |||||
* | Use zend_string_release_ex() instread of zend_string_release() in places, ↵ | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
| | | | | where we sure about string persistence. | ||||
* | Keep initialized object_handlers structures in read-only memory. | Dmitry Stogov | 2018-03-14 | 1 | -3/+3 |
| | |||||
* | Use bool instead of boolean in proto | Gabriel Caruso | 2018-02-04 | 1 | -20/+20 |
| | |||||
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -9/+3 |
| | |||||
* | Add zend_object_alloc() API | Nikita Popov | 2017-11-25 | 1 | -1/+1 |
| | | | | | | | | | | | Using ecalloc() to create objects is expensive, because the dynamic-size memset() is unreasonably slow. Make sure we only zero the main object structure with known size, as the properties are intialized separately anyway. Technically we do not need to zero the embedded zend_object structure either, but as long as the memset argument is constant, a couple more bytes don't really matter. | ||||
* | Use interned strings for "magic" property of internal classes. (not copyied ↵ | Dmitry Stogov | 2017-11-01 | 1 | -1/+4 |
| | | | | into SHM) | ||||
* | Fix bug #74457 Wrong reflection on XMLReader::expand | Fabien Villepinte | 2017-05-02 | 1 | -1/+2 |
| | |||||
* | 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 |
| | | |||||
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | | |||||
* | | more fixes to the shared compilation | Anatol Belski | 2015-03-23 | 1 | -0/+1 |
| | | |||||
* | | Move zend_object->guards into additional slot of ↵ | Dmitry Stogov | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | | zend_object->properties_table[]. As result size of objects without __get/__set/__unset/__isset magic methods is reduced. | ||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -75/+75 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | 's' works with size_t round 3 | Anatol Belski | 2014-08-27 | 1 | -5/+10 |
| | | |||||
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -43/+43 |
| | | |||||
* | | ported xsl, xml reader and writer | Anatol Belski | 2014-08-19 | 1 | -12/+12 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -31/+31 |
| | | |||||
* | | Refactored run_time_cache usage in object handlers | Dmitry Stogov | 2014-07-07 | 1 | -3/+3 |
| | | |||||
* | | Fixed memory leak in prop_handlers registering | Xinchen Hui | 2014-05-05 | 1 | -3/+8 |
| | | |||||
* | | Port XMLReader | Xinchen Hui | 2014-05-04 | 1 | -88/+77 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.5' | Michael Wallner | 2013-10-04 | 1 | -2/+0 |
|\ | | | | | | | | | * PHP-5.5: Fixed bug #64230 (XMLReader does not suppress errors) | ||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-04 | 1 | -2/+0 |
| |\ | | | | | | | | | | | | | * PHP-5.4: Fixed bug #64230 (XMLReader does not suppress errors) | ||||
| | * | Fixed bug #64230 (XMLReader does not suppress errors) | Michael Wallner | 2013-10-04 | 1 | -2/+0 |
| | | | |||||
* | | | fix bug #55285 XMLReader::getAttribute/No/Ns methods inconsistency | Michael Wallner | 2013-10-03 | 1 | -6/+0 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Michael Wallner | 2013-10-03 | 1 | -0/+1 |
|\ \ | |/ | | | | | | | * PHP-5.4: fix bug #59613 (Crash with clone XMLReader) | ||||
| * | fix bug #59613 (Crash with clone XMLReader) | Michael Wallner | 2013-10-03 | 1 | -0/+1 |
| | | |||||
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | | |||||
| * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Added new parameter parsing option (p - for valid path (string without ↵ | Felipe Pena | 2011-06-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | null byte in the middle)) # The tests will be fixed in the next commits | ||||
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -4/+4 |
| | | | | | | | | | | * pull-request/341: (23 commits) typofixes | ||||
* | | fix bug #49348 - issue notice on get_property_ptr_ptr when used for read | Stanislav Malyshev | 2013-02-18 | 1 | -22/+22 |
| | | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Removal of deadcode identified by coverity | Ilia Alshanetsky | 2011-08-08 | 1 | -2/+2 |
| | | |||||
* | | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | |