There are several options:
Memcache http://memcached.org/ extension. This is a RAM based storage engine.
APC APC - PHP manual Apc cache code allows you to store variables.
If you do not want any extensions, you can store your data in a file (serialize or XML format), and this will be persistent data. Slower than memory.
, " " .
MySQL, SQLite NOSQL MongoDB ...