* Ian Bicking <[EMAIL PROTECTED]> [010529 22:06]:
> 
> I'm under the impression that PHP is already persistent in many ways.
> 

PHP by itself is not persistent at all, PHP3 can't persist anything and
PHP4 can with appropriate add-ons, specifically PHP4 can feature an
optimizer and a cache, where the optimizer optimizes the PHP code and
the cache keeps the optimized P-code in store. There is no persistency
of data, unless you program it in the php code itself.

-- 
Baruch Even
http://baruch.ev-en.org/

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to