[PHP] Posix Shared Memory Support?

2007-01-05 Thread David George
I have an application on Linux 2.6.9 which uses posix shared memory and I need to access the shared memory via a web page using php. Looks like PHP only supports System V shared memory, which isn't an option for me in this case. Thanks, -- David George Hark Technologies http://harktech.com

Re: [PHP] Posix Shared Memory Support?

2007-01-05 Thread David George
On 1/5/2007 5:41 PM, Jochem Maas wrote: David George wrote: I have an application on Linux 2.6.9 which uses posix shared memory and I need to access the shared memory via a web page using php. Looks like PHP only supports System V shared memory, which isn't an option for me in this case

Re: [PHP] Posix Shared Memory Support?

2007-01-05 Thread David George
and contribute it back to PHP. Unless someone else has already done it. Thanks for checking into this for me. Gotta love open source, when in doubt read the source. :-) -- David George Hark Technologies http://harktech.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe

Re: [PHP] Socket Madness !!!!

2001-07-05 Thread David George
Justin Farnsworth wrote: Steve Brett wrote: does anyone know the ascii value for EOF ? I think it is four (CTRL-D), viz: | 00 nul| 01 soh| 02 stx| 03 etx| 04 eot| 05 enq| 06 ack| 07 bel| Actually EOT is not EOF. There is no such ASCII character as EOF. It is a condition not a character.