I see that this patch has still not been applied. Could someone with enough
karma please grant the author CVS access the the shmop extension?

Edin
----- Original Message -----
From: "Ilia A." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; "Mark J. Hershenson" <[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, 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 segment (bug
> #14784)
> - eliminated a segfault when an invalid flag which starts with 'a' or 'c'
is
> passed (bug #14784)
> - updated creators' email addresses
> - changed error messages to say shmop_* instead of shm* to correspond with
> new shmop_* function names
>
> Could someone with a CVS access please implement the diff and close the 3
bug
> reports I've outlined. I will submit a patch to the shmop's php
documentation
> shortly.
>
> I've tested this diff on PHP 4.0.6,4.1.0 & 4.1.1 it seems to work fine on
all
> of them. On 4.0.6 patch complains a little but it works fine non the less.
>
> cd php4;
> patch -p0 < shmop.diff


----------------------------------------------------------------------------
----


> --
> PHP Development Mailing List <http://www.php.net/>
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to