約192,000件1ページ目

日本語のみで絞り込む

2013/5/16 -You've configured extension pdo_mysql to build statically, but it depends on extension pdo, which you've configured to build shared. You ...

2015/5/19 -I've purged a version and did a fresh install of another php version with the +pdo +apxs2, etc. Same result in that every app that uses an ...

2012/1/10 -PHP Version 5.2.16, i have the module install. any reason why its not finding the driver, also php.ini is showing the extension pdo.so and ...

2023/3/7 -On Linux, if you have installed PHP using your system's package manager, PDO is probably installed as a dynamically loaded extension named pdo.

2021/4/24 -Recently I tried to build an php statically linked binary with swoole and some other extensions, to make php real portable, flexible. But I have ...

When building PDO as a shared extension (not recommended) ... If you built PDO and the database-specific extensions statically, you can skip this step.

2023/3/14 -Hello, I am having trouble installing Drupal. I ran the following code composer create-project drupal/recommended-project drupal cd drupal ...

2014/12/11 -Does anyone know how can I install PDO SQLite extension on Windows? ... Have you run phpInfo(); in your 'index.php' web page and you should ...

For instance, run the following command to only build the opcache extension: docker buildx bake --load --set static-builder.args.PHP_EXTENSIONS=opcache, ...

2013/10/8 -Hi Forum. I've been trying to add pdo_odbc to my easy apache rawopts, but have not been able to compile php and apache successfully. In...