what is PHP accelerator ?
Answers were Sorted based on User's Feedback
Answer / ahmad pujianto
It is a cool thing that zend company make for accelerating
the code processing in php. But don't bother to install it.
B-coz it has been installed in our php server engine.
Just use the latest php server.
You can check the zend engine version by your php server
configuration.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rashmi
http://en.wikipedia.org/wiki/Alternative_PHP_Cache#Alternati
ve_PHP_Cache
| Is This Answer Correct ? | 3 Yes | 0 No |
How can we convert asp pages to PHP pages?
How to convert any type of video formate in flv formate in php can any buddy give me coding.
What is the difference between for and foreach loop in php?
What is an object in php?
Do you know what is the use of rand() in php?
What is the purpose of the following files having extensions 1) .frm 2) .myd 3) .myi? What do these files contain?
What is default session time and path in php?
How we can declare variable in php?
How do I use isdigit function?
Extract url from this string? It should be flexible for all strings, not for this string only. "yahoo.comyahoo.co.inhotmail.org"
What's the difference between __sleep and __wakeup?
What is singleton pattern in php?