Home » Database » DB_DataObject » Bug #47
Unexpected change of method name DB_DataObject::table()
Details
| Submitted | 2003-09-30 01:51 UTC |
|---|---|
| From | sergey at nikiforov dot net |
| Assigned | alan_k |
| Status | Closed |
| Package | DB_DataObject |
| PHP Version | 4.3.2 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2003-09-30 01:51 UTC] sergey at nikiforov dot net
Description:
------------
It normaly works on Win2K platform
But when I put it to Linux it stoped my apache.
In error log I saw next line:
...unable to call data_category::è▐8e() method... in DataObject.php line 316
$this->_build_condition($this->table());
I replaced this line by folloing:
$this->_build_condition(call_user_func(array($this,'table'))) ;
and it backs to work.
[2003-09-30 07:31 UTC] sergey at nikiforov dot net
a) I don't know. It is on hosting server. I think there is no zend optimizer.
b) Yep! fixed.
But my php version is 4.3.2 not RC1.. as I get from phpversion()