summaryrefslogtreecommitdiff
path: root/ext/shmop/php_shmop.h
Commit message (Collapse)AuthorAgeFilesLines
* 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)