summaryrefslogtreecommitdiff
path: root/ext/sysvshm
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-312-2/+2
* - Sync code with HEADFelipe Pena2008-12-248-164/+131
* - 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
* fix testAntony Dovgal2008-07-011-1/+1
* - New parameter parsing APIFelipe Pena2008-06-278-80/+71
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-312-2/+2
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-1/+1
* MFHJani Taskinen2007-08-311-0/+1
* MFHAntony Dovgal2007-06-251-1/+9
* TypoMartin Kraemer2007-03-141-1/+1
* Unify validation of shm segment size inside shm_attach()Ilia Alshanetsky2007-02-242-11/+16
* MFH: Bump year.Sebastian Bergmann2007-01-012-2/+2
* Added missing resource validation checksIlia Alshanetsky2006-12-301-4/+4
* MFH: make sure we won't get into endless loopAntony Dovgal2006-06-291-0/+4
* add new testsAntony Dovgal2006-06-297-0/+352
* bump year and license versionfoobar2006-01-012-6/+6
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-032-2/+2
* - Unify the "configure --help" textsfoobar2005-05-291-1/+1
* fix typos in error messagesAntony Dovgal2005-01-201-3/+3
* Fixed compile warning.Ilia Alshanetsky2004-11-221-1/+1
* Fixed possible memory leaks.Ilia Alshanetsky2004-04-211-7/+14