summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
|
* Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | |
| | * bump yearXinchen Hui2015-01-151-1/+1
| | |
* | | replace typedef by an appropriate includeAnatol Belski2015-10-101-1/+1
|/ /
* | cleanup mod version macros and mod defs, round xAnatol Belski2015-03-231-0/+3
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | ported ext/shmopAnatol Belski2014-08-191-1/+1
|/
* 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)