summaryrefslogtreecommitdiff
path: root/ext/sysvshm
Commit message (Expand)AuthorAgeFilesLines
* Remove unused Git attributes identPeter Kokot2018-07-253-7/+1
* Sync sysvsem and sysvshm versions in phpinfoPeter Kokot2018-06-032-1/+13
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-2/+2
* Use int instead of integer in type errorsGabriel Caruso2018-02-046-11/+11
* year++Xinchen Hui2018-01-022-2/+2
* Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-40/+0
* Update copyright headers to 2017Sammy Kaye Powers2017-01-022-2/+2
* fix formatAnatol Belski2016-08-181-1/+1
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-1/+1
|\
| * fix testAnatol Belski2016-08-181-1/+1
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-181-0/+20
|\ \ | |/
| * Fixed bug #72858 shm_attach null dereferenceAnatol Belski2016-08-181-0/+20
* | 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-7.0'Lior Kaplan2016-01-012-2/+2
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-012-2/+2
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-012-2/+2
| | * bump yearXinchen Hui2015-01-152-2/+2
* | | replace typedef by an appropriate includeAnatol Belski2015-10-101-1/+1
|/ /
* | add testAnatol Belski2015-09-221-0/+22
* | Fixed bug #70546 (ext/sysvshm: two broken tests on Solaris) by rainer.jungXinchen Hui2015-09-222-3/+1
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | Windows support for sysvshmKalle Sommer Nielsen2015-04-229-9/+47
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-232-1/+4
* | Cleanup resource handling APIsXinchen Hui2015-02-021-3/+7
* | bump yearXinchen Hui2015-01-152-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-102-22/+22
* | Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-211-1/+1
* | 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-192-2/+2
* | master renames phase 1Anatol Belski2014-08-252-33/+33
* | fixed sysvshmAnatol Belski2014-08-202-5/+5
* | port sysvshm, sysvsem and sysvmsgAnatol Belski2014-08-192-32/+32
* | 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-093-10/+10
|/
* Bump yearXinchen Hui2014-01-032-2/+2
* Happy New YearXinchen Hui2013-01-012-2/+2
* - Year++Felipe Pena2012-01-012-2/+2
* Fixed bug #55750 (memory copy issue in sysvshm extension).Ilia Alshanetsky2011-10-031-1/+1
* - add skipifPierre Joye2011-09-061-0/+2
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Year++Felipe Pena2011-01-012-2/+2
* 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-032-2/+2
* MFH: Fixed error message grammar:Matt Wilmas2009-06-062-6/+6
* 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