Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doubt about compiling with shared mode libraries #48

Closed
dertin opened this issue Jun 20, 2017 · 1 comment
Closed

Doubt about compiling with shared mode libraries #48

dertin opened this issue Jun 20, 2017 · 1 comment
Labels

Comments

@dertin
Copy link

dertin commented Jun 20, 2017

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants