summaryrefslogtreecommitdiff
path: root/ext/shmop/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* - shmop_open has a new flag for read/write access, 'w'Yasuo Ohgaki2002-01-091-3/+0
| | | | | | | | | | - 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 :)
* Unified the configure messages.foobar2001-11-301-0/+3
|
* Clean up the alignment of configure --help outputRasmus Lerdorf2000-10-021-1/+1
|
* @- Added the shmop extension. It allows more general ways of shared memoryDerick Rethans2000-10-011-0/+8
@ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick)