Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.11.5

Bug #2138 [Patch] Automatically Detect Zend Optimizer and define DB_DATAOBJECT_NO_OVERLOA
Submitted: 2004-08-16 19:26 UTC
From: davey Assigned:
Status: Suspended Package: DB_DataObject
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 46 + 2 = ?

 
 [2004-08-16 19:26 UTC] davey
Description: ------------ I have a small patch here [1] that just automatically detects Zend Optimizer and defines the constant. It fully BC too :) - Davey [1] http://synapticmedia.net/~davey/PEAR/patches/DB_DataObject.txt

Comments

 [2004-08-17 01:30 UTC] alan_k
Aparently if you turn the optimization down on Zend Optimizer, it also works.. - Assuming that works, then the patch would break peoples code? Is it feasible to retreive that setting? - does anyone know what that is?
 [2004-08-17 13:45 UTC] davey
I don't use Zend Optimizer, I did the patch whilst helping somebody in #pear - they have tested and said it is good. - Davey