We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
I'm not sure @dertin :) What is the use-case for shared libraries?
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: