summaryrefslogtreecommitdiff
path: root/ext/sysvshm/sysvshm.c
Commit message (Expand)AuthorAgeFilesLines
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* Sync sysvsem and sysvshm versions in phpinfoPeter Kokot2018-06-031-1/+12
* year++Xinchen Hui2018-01-021-1/+1
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* fix formatAnatol Belski2016-08-181-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-231-1/+1
* Added ZEND_ATTRIBUTE_FORMAT to some middind functions.Dmitry Stogov2016-06-211-6/+6
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-1/+1
* | Cleanup resource handling APIsXinchen Hui2015-02-021-3/+7
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-21/+21
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-20/+20
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 1Anatol Belski2014-08-251-24/+24
* | fixed sysvshmAnatol Belski2014-08-201-1/+1
* | port sysvshm, sysvsem and sysvmsgAnatol Belski2014-08-191-27/+27
* | basic macro replacements, all at onceAnatol Belski2014-08-191-2/+2
* | In most user extensions functions like mysql_close() should use zend_list_clo...Dmitry Stogov2014-05-131-1/+1
* | Refactor sysvsem, sysvshm, sysmsgXinchen Hui2014-05-091-7/+7
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Fixed bug #55750 (memory copy issue in sysvshm extension).Ilia Alshanetsky2011-10-031-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed a possible resource destruction issues in shm_put_var()Dmitry Stogov2010-05-131-1/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Fixed error message grammar:Matt Wilmas2009-06-061-1/+1
* MFB: Fixed bug #47721 (Aligment issues in mbstring and sysvshm extension)Ilia Alshanetsky2009-03-191-1/+1
* Fixed compiler warningIlia Alshanetsky2009-03-171-3/+3
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - Sync code with HEADFelipe Pena2008-12-241-116/+76
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-11-171-6/+0
* - Revert ZEND_BEGIN_ARG_INFO changeFelipe Pena2008-11-021-0/+6
* - MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macroFelipe Pena2008-10-241-6/+0
* MFH: initialize optional varsArnaud Le Blanc2008-10-211-2/+2
* - Added arginfoFelipe Pena2008-07-011-6/+44
* - New parameter parsing APIFelipe Pena2008-06-271-49/+39
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFHJani Taskinen2007-08-311-0/+1
* Unify validation of shm segment size inside shm_attach()Ilia Alshanetsky2007-02-241-0/+5