Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | - shmop_open has a new flag for read/write access, 'w' | Yasuo Ohgaki | 2002-01-09 | 1 | -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. | foobar | 2001-11-30 | 1 | -0/+3 |
| | |||||
* | Clean up the alignment of configure --help output | Rasmus Lerdorf | 2000-10-02 | 1 | -1/+1 |
| | |||||
* | @- Added the shmop extension. It allows more general ways of shared memory | Derick Rethans | 2000-10-01 | 1 | -0/+8 |
@ access. (thanks to Ilia Alshanestky <iliaa@home.com> and Slava Poliakov @ <slavapl@mailandnews.com> (Derick) |