Edit report at https://bugs.php.net/bug.php?id=33011&edit=1

 ID:               33011
 Updated by:       php-bugs@lists.php.net
 Reported by:      joe at bs0 dot com
 Summary:          shmop: can still open segment for reading after
                   shmop_delete
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Semaphore related
 Operating System: win32 only
 PHP Version:      5.2.6

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2013-02-18 00:11:37] php-bugs at lists dot php dot net

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.

------------------------------------------------------------------------
[2010-10-17 19:28:46] fel...@php.net

Could you attach the patch in this report? Thanks.

------------------------------------------------------------------------
[2008-06-07 02:58:13] pmvcallan at gmail dot com

Same problem running apache 2, php 5.2.6 on windows.

Attempted closing then deleting and deleting then closing the block, returns 
true in both cases.
Still leaves the block and contents intact regardless.

------------------------------------------------------------------------
[2007-07-18 04:01:18] s...@php.net

Just noting two things: one, the patch is no longer online and two, Ilia 
doesn't really 'do' Windows any more.

I looked at it but don't have time to play right now, not least because I don't 
have a current copy of PHP on board. I _think_ it probably just needs a flag 
setting in shmctl() (in tsrm_win32.c) when it's called from shmop_delete() - 
not sure. Something like:

shm->descriptor->shm_perm.mode = IPC_EXCL;

- but again not sure, there's a copy flying around there somewhere. I'd need to 
test.

------------------------------------------------------------------------
[2007-07-13 20:55:38] jmccaskey at gmail dot com

I'm experiencing this same issue on PHP 5.2.2 under Apache 2 on windows.   How 
is it that this issue was opened years ago and is not fixed?

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


The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

    https://bugs.php.net/bug.php?id=33011


-- 
Edit this bug report at https://bugs.php.net/bug.php?id=33011&edit=1

Reply via email to