Re: [INTERNALS-WIN] Re: PHP OpenSSL v0.9.8 compatibility issue with OpenSSL v1.0
[email protected] (Jan Ehrhardt)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi Pierre, Pierre Joye in php.internals.win (Wed, 12 Dec 2012 23:51:46 +0100): >The can't and won't is all about technical reasons. Mixing openssl >versions leads to crashes. That's not fixable. What I am doing at the moment is not mixing OpenSSL versions at all. Everything on my development servers is v1.0.1c. I am using the 1.0.1c Apache binaries from Apachelounge, I am using my own PHP builds with 1.0.1c and also for various other utilities like WinSCP I rely on 1.0.1c. There is a exception in my builds at the moment: Curl on Windows builds flawlessly with_winssl, but for compilation with openssl you had to tweak urldata.h (a conflict between ssh and ssl). Curl 7.28.1 seems to build again with openssl (WITH_SSL=static WITH_SSH2=static ENABLE_WINSSL=no). I will try to rebuild my PHP versions without WINSSL in php_curl.dll. >Basically we may or certainly will move to 1.x for 5.5. But we can't >change it at this stage for 5.3 or 5.4. OK, your choice. Jan