summaryrefslogtreecommitdiff
path: root/ext/shmop/shmop.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-1/+1
* - Version++Felipe Pena2011-03-081-1/+1
* - Fixed bug #54193 (Integer overflow in shmop_read())Felipe Pena2011-03-081-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-1/+1
* 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
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - 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
* - Added arginfo (functions)Felipe Pena2008-07-031-6/+45
* WSIlia Alshanetsky2008-01-271-1/+1
* 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
* Only do size check on create operationsIlia Alshanetsky2007-02-241-1/+1
* Segment size validationIlia Alshanetsky2007-02-241-0/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Added missing resource type checksIlia Alshanetsky2006-12-301-30/+15
* MFH: Fix double "wron param count" messagesHannes Magnusson2006-11-031-6/+6
* bump year and license versionfoobar2006-01-011-3/+3
* MFH: nuke php3 legacyfoobar2005-12-061-1/+1
* - Bumber up yearfoobar2005-08-031-1/+1
* Removed pointless operations/declarations.Ilia Alshanetsky2005-02-081-9/+1
* Improve offset check inside shmop_write().Ilia Alshanetsky2004-11-271-1/+1
* Simplify and cleanup code.Ilia Alshanetsky2004-11-051-14/+8
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-1/+1
* updating license information in the headers.James Cox2003-06-101-3/+3
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Switched to a new parameter parsing API, which simplifies the code.Ilia Alshanetsky2002-11-201-71/+59
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* Fixed shmop_read to append \0 to returned string in shmop_read to eliminate Z...Ilia Alshanetsky2002-01-171-1/+2
* - shmop_open has a new flag for read/write access, 'w'Yasuo Ohgaki2002-01-091-45/+65
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-19/+19
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* let ext\shmop build under win32Daniel Beulshausen2001-08-071-5/+8
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-0/+1
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-8/+20
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Making the shmop phpinfo entry look the same as others.James Moore2000-12-101-1/+1
* Include <ext/standard/info.h> for php_info-related functions.Sascha Schumann2000-12-021-0/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1