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 |
what is pear in php in brief ?
What are the differences between PHP3 and PHP4 versions?
How does one prevent the following warning ‘warning: cannot modify header information – headers already sent' and why does it occur in the first place?
What is the sign to start variables in PHP?
What is x+ mode in fopen() used for?
Are php short tags acceptable to use?
Explain what does the function get_magic_quotes_gpc() means?
How do you find the length of a string in php?
What is cookie and session in php?
Explain me what is the difference between explode() and split() functions?
What are the different loops in php?
Would you initialize your strings with single quotes or double quotes?