| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-16 | 1 | -0/+1 |
|\ |
|
| * | Mark resource-like objects as non-comparable | Nikita Popov | 2021-02-16 | 1 | -0/+1 |
* | | Generate class entries for snmp, soap, sockets, sodium, sqlite3, sysv*, tidy | Máté Kocsis | 2021-02-15 | 1 | -4/+1 |
* | | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -2/+2 |
|/ |
|
* | Promote warnings to exceptions in ext/gettext, ext/sysvmsg and ext/xml | Máté Kocsis | 2020-08-03 | 1 | -5/+5 |
* | Remove proto comments from C files | Max Semenik | 2020-07-06 | 1 | -20/+10 |
* | Add ZEND_ACC_NO_DYNAMIC_PROPERTIES flag to SysvMessageQueue | Máté Kocsis | 2020-06-24 | 1 | -1/+1 |
* | Convert resource to object in Sysvmsg | Máté Kocsis | 2020-05-14 | 1 | -38/+68 |
* | Generate function entries for another batch of extensions | Máté Kocsis | 2020-04-05 | 1 | -25/+1 |
* | Make error messages more consistent by fixing capitalization | Máté Kocsis | 2020-01-17 | 1 | -3/+3 |
* | Use RETURN_THROWS() after zend_fetch_resource*() | Máté Kocsis | 2020-01-03 | 1 | -5/+5 |
* | Use RETURN_THROWS() during ZPP in most of the extensions | Máté Kocsis | 2019-12-31 | 1 | -7/+7 |
* | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
* | Added arginfo stubs for sysvmsg | Stephen Reay | 2019-08-12 | 1 | -44/+1 |
* | Use better macros | Dmitry Stogov | 2019-04-24 | 1 | -1/+1 |
* | Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ... | Dmitry Stogov | 2019-04-24 | 1 | -9/+9 |
* | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
* | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | Implement typed properties | Nikita Popov | 2019-01-11 | 1 | -20/+17 |
* | Remove __USE_GNU defines | Nikita Popov | 2018-09-17 | 1 | -5/+0 |
* | Don't export anything in php_sysvmsg.h | Nikita Popov | 2018-09-17 | 1 | -0/+30 |
* | Fixed incorrrecr zval_dtor() usage to replace value of argument passed by ref... | Dmitry Stogov | 2018-07-05 | 1 | -4/+3 |
* | Normalize sysvmsg phpinfo() output | Peter Kokot | 2018-06-02 | 1 | -3/+0 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Cleanup type conversion | Dmitry Stogov | 2017-12-07 | 1 | -8/+4 |
* | Fixed wrong usage of old ZPP API. | Dmitry Stogov | 2017-06-19 | 1 | -0/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 1 | -2/+2 |
* | 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 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -3/+3 |
* | | Get rid of more ZVAL_ZVAL() macros | Dmitry Stogov | 2015-06-12 | 1 | -1/+1 |
* | | cleanup mod version macros and mod defs, round x | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -5/+15 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
* | | 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 |
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -4/+4 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -37/+37 |
* | | port sysvshm, sysvsem and sysvmsg | Anatol Belski | 2014-08-19 | 1 | -11/+11 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -31/+31 |
* | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -5/+2 |
* | | Refactor sysvsem, sysvshm, sysmsg | Xinchen Hui | 2014-05-09 | 1 | -31/+34 |
|/ |
|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ |
|