[PHP] read php shared memory with C

2001-12-14 Thread César Gómez
Hi all, Any one knows how to read a memory segment shared by php in C? I know how to read data from shared memory in C when the segment contains a (char *) or other type but PHP store the data like a Hash and I don't know to read it. Thanks in advance. P.D: Sorry for my English -- PHP

Re: [PHP] read php shared memory with C

2001-12-14 Thread Andrey Hristov
Read zend.h to see the structure of zval (the main zend strucutre). Regards, Andrey Hristov - Original Message - From: César Gómez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 13, 2001 10:46 AM Subject: [PHP] read php shared memory with C Hi all, Any one knows