summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
Commit message (Collapse)AuthorAgeFilesLines
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Happy New YearXinchen Hui2013-01-011-1/+1
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* - Year++Felipe Pena2011-01-011-1/+1
|
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* remove unused PHP_EXTNAME_API macros.Nuno Lopes2008-01-031-6/+0
| | | | | #in preparation for the gcc 4 visibility patch
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* Removed pointless operations/declarations.Ilia Alshanetsky2005-02-081-3/+0
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* 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-2/+2
| | | | | | | Made error reporting use php_error_docref(). Fixed a memory leak in shmop_open() when an invalid flag is specified. Added tests for shmop() extension.
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* - shmop_open has a new flag for read/write access, 'w'Yasuo Ohgaki2002-01-091-0/+1
| | | | | | | | | | - eliminated a segfault when trying to write to a SHM_RDONLY segment - eliminated a segfault when an invalid flag which starts with 'a' or 'c' is passed - updated creators' email addresses - changed error messages to say shmop_* instead of shm* to correspond with new shmop_* function names Patch by Ilia Alshanetsky (ilia@prohost.org) # Please test :)
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* fix macrosDaniel Beulshausen2001-09-171-1/+1
|
* let ext\shmop build under win32Daniel Beulshausen2001-08-071-0/+4
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-3/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - Renamed the shm_ to shmop_ and created aliases for the old shm_Derick Rethans2000-10-191-6/+6
| | | | | | | functions @- Renamed the shm_* functions to shmop_* and added aliases for the @ old functions (Derick)
* Move static declaration to source file.Sascha Schumann2000-10-071-2/+0
|
* @- Added the shmop extension. It allows more general ways of shared memoryDerick Rethans2000-10-011-0/+83
@ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)