PEAR is archived and read-only

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

Home » Database » DB » Bug #82

loading of php-extension fails

Details

Submitted2003-10-09 15:39 UTC
Fromg dot schaufelberger at metrix dot de
StatusBogus
PackageDB
PHP VersionIrrelevant
OSLinux - irrelevant
Roadmaps(Not assigned)

Comments

[2003-10-09 15:39 UTC] g dot schaufelberger at metrix dot de

Description:
------------
In order to use Sybase-DBS either the extension sybase or sybase_ct is needed. AFAIK both work well and which is installed depends on my sys-admin.
In my case, sybase_ct.so is installed, therefore the function:
assertExtension() failed loading a file called "sybase.so".
Because I don't need the feature of dynamic loading extensions - I removed all code in this function (just a dirty workaround).