]> granicus.if.org Git - php/commit
integrate the openssl applink shim
authorAnatol Belski <ab@php.net>
Thu, 2 Jul 2015 17:49:40 +0000 (19:49 +0200)
committerAnatol Belski <ab@php.net>
Fri, 3 Jul 2015 05:11:13 +0000 (07:11 +0200)
commit59444347d1c33020d571bb8e8649e7aad432c913
tree85c8c5a84ba7267c6a231d338fd1ef4c47209a82
parente8f992c163eff2fc5ebf44d9a39599ed70463253
integrate the openssl applink shim

This fixes ext/openssl/tests/openssl_spki_export.phpt failing
with the no OPENSSL_Applink error. Applink is also an interesting
technique documented in the OpenSSL FAQ
https://www.openssl.org/support/faq.html#PROG2
which allows under circumstances using different OpenSSL binaries
than those a program was linked with.
sapi/cli/php_cli.c