diff options
author | Anatol Belski <ab@php.net> | 2015-07-03 12:45:59 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-07-03 12:45:59 +0200 |
commit | 02df0cb02b5763216de4a18884e0fd0bfdb52174 (patch) | |
tree | 25a9160bd1017bb3f94af2942152c02f8c312efe /UPGRADING.INTERNALS | |
parent | 9d9f372df60fbd76d25e8abdf87699a4b15333fd (diff) | |
download | php-git-02df0cb02b5763216de4a18884e0fd0bfdb52174.tar.gz |
improve info about the applink
Diffstat (limited to 'UPGRADING.INTERNALS')
-rw-r--r-- | UPGRADING.INTERNALS | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/UPGRADING.INTERNALS b/UPGRADING.INTERNALS index c264e1b214..ce97cba0a1 100644 --- a/UPGRADING.INTERNALS +++ b/UPGRADING.INTERNALS @@ -280,9 +280,12 @@ changes. See: https://wiki.php.net/phpng-upgrading as documented in the OpenSSL FAQ https://www.openssl.org/support/faq.html#PROG2 to properly work on Windows. While this primarily affects the OpenSSL functionality, the shim needs to be included into the executable file - which loads the extension DLL, not into the extension DLL itself. Thus, this - primarily affects any WAMP or other redistributions bundling the official - PHP releaze zipballs or building from sources. The applink shim is already - integrated with all the PHP executables from the official distribution + which loads the extension DLL, not into the extension DLL itself. Alternatively + it can be compiled and linked with the main program as a separate object file. + More information and explanation in the linked OpenSSL FAQ. + + Thus, this primarily affects any WAMP or other redistributions bundling the + official PHP release zipballs or building from sources. The applink shim is + already integrated with all the PHP executables from the official distribution starting with 7.0.0beta1. |