kasparsd / php-7-debian

Install PHP 7 on Debian/Ubuntu
349 stars 102 forks source link

Doubt about compiling with shared mode libraries #48

Closed dertin closed 7 years ago

dertin commented 7 years ago

What is the difference?

--with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-openssl ... or --with-mysqli=shared,mysqlnd --with-pdo-mysql=shared,mysqlnd --with-openssl=shared ...

Previously compile OpenSSL 1.1.0f, zlib 1.2.11, libssh2 1.8.0, Nghttp2 1.23.1, curl 7.54.1, MariaDB 10.2.6. In my script under construction

I have compiled in shared mode the libraries.

I do not understand much about the topic, but I would like the php compilation use the latest versions of the compiled libraries

You can also look: PHP 5.3 shared mode configure

I appreciate your help.

kasparsd commented 7 years ago

I'm not sure @dertin :) What is the use-case for shared libraries?