Re: [PHP-DEV] SHMOP Module Patch

2002-01-07 Thread Edin Kadribasic
;[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 8:15 PM Subject: [PHP-DEV] SHMOP Module Patch > 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, 106

[PHP-DEV] SHMOP Module Patch

2002-01-02 Thread Ilia A.
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 write to a SHM_RDONLY segmen