logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: OpenSSL Versions
Author
gdprogrammer59



Joined: 06 Dec 2011
Posts: 16
Location: Ellenton, FL

PostPosted: Wed 29 Feb '12 15:46    Post subject: OpenSSL Versions Reply with quote

I apologize if this topic has been addressed already but I read through endless forum entries and didn't find anything definitive.

In regards to OpenSSL 0.9.8 and 1.0.0, what Apache build should be used when using PHP 5.3 and PHP 5.4?

I have noticed that Apache Lounge is supplying most Apache builds with both and I have seen several comments about not using OpenSSL 1.0.0 with PHP because it isn't compatible but I would think that if that is really the case then Apache Lounge would build 0.9.8 version first and maybe not build the 1.0.0 version at all yet.

I had read somewhere that PHP 5.4 will be released with OpenSSL 1.0.0 but as of PHP 5.4RC8 it still appears to be using 0.9.8 headers.

I have used the 1.0.0 build and SSL related functions seem to function correctly but I wasn't certain since the PHP OpenSSL header indicates 0.9.8 but maybe I was just lucky? My code uses very few openssl_ PHP functions so maybe it is hitting any of the critical areas of differences. I have switched to using OpenSSL 0.9.8 but was wondering if I could use the 1.0.0 build instead.

Thank you for your support of Apache!
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3092
Location: Hilversum, NL, EU

PostPosted: Wed 29 Feb '12 15:58    Post subject: Reply with quote

See http://www.apachelounge.com/viewtopic.php?t=4528 , the php bug report mentioned there gives some insight. Using Apache with 1.0.x: your milage may vary.

PHP dev has confirmed to me that they only support 0.9.8. They planned it for 5.4, not sure they do (I think they do not), they mentioned that external extension dev's are not in hurry to support 1.0.x fully.

Steffen
Back to top
gdprogrammer59



Joined: 06 Dec 2011
Posts: 16
Location: Ellenton, FL

PostPosted: Wed 29 Feb '12 20:16    Post subject: OpenSSL Versions Reply with quote

Thank you Steffen! And I appreciate that you build both versions.
Back to top


Reply to topic   Topic: OpenSSL Versions View previous topic :: View next topic
Post new topic   Forum Index -> Apache