From:             yury at gorodok dot net
Operating system: Windows2000 SP2
PHP version:      5.0.0b4 (beta4)
PHP Bug Type:     Unknown/Other Function
Bug description:  shmop doesn't work.

Description:
------------
shmop doesn't work properly.

I start sh.php, which creates shmop segment and write a strring there.

After that I start hh.php, which should read string and write it in my
browser.

The hs.php deletes segment.



On FreeBSD with PHP 4.3.4(apache module and command line) this works just
fine.

But on Win2000SP2 with PHP5.0.0b4(commandline and cgi) I can access

shared memory segment only while the first script is running (I' ve adde
sleep(30) in it for test reasons).


-- 
Edit bug report at http://bugs.php.net/?id=27271&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=27271&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=27271&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=27271&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=27271&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=27271&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=27271&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=27271&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=27271&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=27271&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=27271&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=27271&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=27271&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=27271&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=27271&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=27271&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=27271&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=27271&r=float

Reply via email to