日本語のみで絞り込む

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 ...

2011/7/12 -My requirement is to build the Static portable binary of php. Following is the configure statement I used. ./configure \ --enable-static=yes \

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 installing PDO as a shared module, the php.ini file needs to be updated so that the PDO extension will be loaded automatically when PHP runs. You will also ...

2015/3/4 -When mixing C and C++ code, make sure that on the C++ side the declaration of C functions is marked as being C, as in:

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...

2020/10/20 -Has anybody had success statically link sqlite3 extensions, e.g. using sqlite3_auto_extension? I've tried the approach from this issue, ...

FrankenPHP is a new app server for PHP apps (built on top of Caddy) and a library to embed the PHP interpreter in Go web servers.

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

configure: error: You've configured extension pdo_sqlite to build statically, but it depends on extension pdo, which you've configured to build shared. You ...