composer require sonata-project/admin-bundle
PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/pdo/pdo_mysql.so' - /usr/local/php/lib/php/extensions/pdo/pdo_mysql.so: undefined symbol: pdo_parse_params in Unknown on line 0
Using version ^3.4 for sonata-project/admin-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
The requested package doctrine/orm (installed at v2.4.8, required as ^2.5) is satisfiable by doctrine/orm[v2.4.8] but these conflict with your requirements or minimum-stability.
Problem 2
doctrine/orm v2.5.4 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.3 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.2 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.1 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.0 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
Installation request for doctrine/orm ^2.5 -> satisfiable by doctrine/orm[v2.5.0, v2.5.1, v2.5.2, v2.5.3, v2.5.4].
To enable extensions, verify that they are enabled in those .ini files:
Installation failed, reverting ./composer.json to its original content
lamp高手請看一下這個問題怎麼解決?我只想安裝一下這個程式 composer require sonata-project/admin-bundle
回複內容:
composer require sonata-project/admin-bundle
PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/php/lib/php/extensions/pdo/pdo_mysql.so' - /usr/local/php/lib/php/extensions/pdo/pdo_mysql.so: undefined symbol: pdo_parse_params in Unknown on line 0
Using version ^3.4 for sonata-project/admin-bundle
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
The requested package doctrine/orm (installed at v2.4.8, required as ^2.5) is satisfiable by doctrine/orm[v2.4.8] but these conflict with your requirements or minimum-stability.
Problem 2
doctrine/orm v2.5.4 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.3 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.2 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.1 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
doctrine/orm v2.5.0 requires ext-pdo * -> the requested PHP extension pdo is missing from your system.
Installation request for doctrine/orm ^2.5 -> satisfiable by doctrine/orm[v2.5.0, v2.5.1, v2.5.2, v2.5.3, v2.5.4].
To enable extensions, verify that they are enabled in those .ini files:
Installation failed, reverting ./composer.json to its original content
lamp高手請看一下這個問題怎麼解決?我只想安裝一下這個程式 composer require sonata-project/admin-bundle
/etc/php.ini 看下擴充有沒有開啟
錯誤提示很明顯了:
PHP Warning: PHP Startup: PDO: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20100525
These options need to match
in Unknown on line 0
你的 PDO 擴充無法載入,請重新下載對應你的PHP版本的 PDO 擴充。