Re: [PHP] shared memory access - shmod_open

2007-12-11 Thread Rolf_
wrote: Richard Lynch wrote: On Thu, December 6, 2007 2:44 am, Rolf_ wrote: I have a problem working with shmop_open() in a Solaris environment. The following cli-script works fine, except shmod_open returns a warning 'unable to attach or create shared memory segment': ?php $sem = /tmp

Re: [PHP] shared memory access - shmod_open

2007-12-07 Thread Rolf_
Yes, thank you. I checked this thread before writing here. But following the hints there does not help either. Rolf. Daniel Brown-5 wrote: On Dec 6, 2007 3:44 AM, Rolf_ [EMAIL PROTECTED] wrote: Dear List, I have a problem working with shmop_open() in a Solaris environment

Re: [PHP] shared memory access - shmod_open

2007-12-07 Thread Rolf_
am, Rolf_ wrote: I have a problem working with shmop_open() in a Solaris environment. The following cli-script works fine, except shmod_open returns a warning 'unable to attach or create shared memory segment': ?php $sem = /tmp/ . rand() . .sem; touch ($sem); echo sem $sem \n; $sem_key

[PHP] shared memory access - shmod_open

2007-12-06 Thread Rolf_
an idea what I might also check? Thanks in advance, Rolf_ -- View this message in context: http://www.nabble.com/shared-memory-access---shmod_open-tf4954760.html#a14188465 Sent from the PHP - General mailing list archive at Nabble.com. -- PHP General Mailing List (http://www.php.net/) To unsubscribe