- This class will not work on windows, as it does not support shared memory.
- To use shmem you will need to compile php with the --enable-shmop --enable-sysvsem --enable-sysvshm parameters in your configure line.
- If you want to preserve variables take a look at shm_put_var or shm_get_var command
Thank you
Jorge Machin
|