Hello!
I am trying to use the shm_attach() and related shared memory functions and they are working great on my command line runs. However, when I try to run the same code via Apache, I get an error that complains that shm_attach() is not a defined function.
Obviously my PHP installation is able to handle shm_attach(). Is there some configuration needed for Apache to be able to recognize these functions? I am using PHP 4.2.3.
If I need to install something for Apache, can you kindly point me to an RPM or give directions for how to do the install... I'm pretty new to compiling PHP etc.
Thanks in advance!
Best Regards,
--monis.