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

Bug #957 Dataobject find doesn't work with Zend Optimizer (mmcache to)
Submitted: 2004-03-06 09:52 UTC
From: szabo dot denes at internode dot hu Assigned:
Status: No Feedback Package: DB_DataObject
PHP Version: 4.3.4 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-03-06 09:52 UTC] szabo dot denes at internode dot hu
Description: ------------ Dataobject fails when use find() if zend optimizer installed. Reproduce code: --------------- Original code from find( ): $this->N = 0; $tmpcond = $this->_condition; $this->_build_condition($this->table()) ; Patched code: $this->N = 0; $tables = $this->table(); $this->_build_condition($tables) ; Expected result: ---------------- It is working.

Comments

 [2004-03-07 14:24 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2009-07-17 09:44 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!