It depends of the version of PHP you are using, if I don't make mistake, only APC and Zend Accelerator officially support PHP5 . However it seams that MMCache works prety well with PHP5 but it's not longer maintained... eAccelerator is trying to continue the work on MMCache, but it's still in beta stage, so I wouldn't recommand it for a production server.
So if you are looking for a Free PHP accelerator I'll suggest APC.
(The Zend package is too expensive in my opinion).
I use eAccelerator with PHP4 on a productive webserver successfully for months now.
As long as you compile the correct version for your Apache, there are to be no "segmentation faults" in your error.log
Opcode caching can by design never be as error-prone as, for example, db connection pooling.
For PHP 5.1 i am still searching for a solution, but i think i will stick with PHP4 and so i have to live with a single unaccelerated PHP5 App for some months, until eAccelerator 0.9.6 is out.
Beware of Zend Optimizer, it does no caching, just optimizing and is very expensive compared to the other solutions on the market.
@Guest2:
When you consider eAccelerator BETA, what would you consider Windows XP then? Public-alpha? *lol*
Posted: Thu Sep 14, 2006 2:44 am Post subject:
Editor
Subject description: system does not recognise some of the characters or symbols
When uploads article using the eTemplate, system does not recognise some of the characters or symbols such as "", spacing, local and foreign dollar signs in the Editor .My Question is how will convert these unknown symbols to original one.Please some body help me
My code:
<tr valign="top">
<td align="center" colspan="2" bgcolor="#FFEBD7">
<div style='position:relative;top=0px;left=0px;height:220' width=100%>
<textarea name="Body" Style='visibility:hidden;position:absolute;top:0px;left:0px'> </textarea>
<script>
var idGenerator = new IDGenerator(0);
var editor = new Editor(idGenerator);
editor.Instantiate();
</script>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
If you want to link to this page you can use the following URL:
Example:
The PHP Web-Ring Community
The purpose of this Ring is to link together the best sites and resources on the PHP programming language. Everyone with a quality site is welcome to join. (tutorials, documentation, tips, help, forums,...) (12 members)