PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_DataObject » Bug #47

Unexpected change of method name DB_DataObject::table()

Details

Submitted2003-09-30 01:51 UTC
Fromsergey at nikiforov dot net
Assignedalan_k
StatusClosed
PackageDB_DataObject
PHP Version4.3.2
OSLinux
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()