PHP 5 can not load any extension dynamically on linux based on PPC
platform: linux 2.6.x on ppc
apache: 2.2.8
php: 5.2.5
All packages need to be cross-compiled on x86 platform.
Because of requirements of our project, we need load php third party extension dynamically. But it always failed. How can I work it out?
Anyway, I reported the bug to PHP website. You can check the status of the bug here
Additionally, about sqlite3 support on PHP5, it seems that just use pdo_sqlite extension natively since PHP 5.1. Note your PHP script about sqlite3 database calling.
Tags: extension, PHP, PPC