Ilia A. wrote:
> Attached to this message is a patch to php's shmop extension, it fixes the
> following:
>
> - shmop_open has a new flag for read/write access, 'w' (bug #10530, 10656)
> - shmop_open has a new flag for create only 'n' (bug #10530, 10656)
> - eliminated a segfault when trying to
I guess you should apply CVS account instead of asking to commit your
patch :)
If you don't want CVS account, send me a email. After I test your patch
a bit, I'll commit it.
--
Yasuo Ohgaki
Ilia A. wrote:
> Attached to this message is a patch to php's shmop extension, it fixes the
> following