maniaplanet / manialive

PHP controller for the ManiaPlanet Dedicated Server
GNU Lesser General Public License v3.0
9 stars 4 forks source link

OpenSSL #24

Closed magnetik closed 10 years ago

magnetik commented 10 years ago

From mar...@hccst.com.br on May 11, 2011 16:49:49

PHP 5.3.1 or newer -> required -> [ Yes ] 5.3.5 Standard PHP Library -> required -> [ Yes ] JSON -> required -> [ Yes ] OpenSSL -> required -> [ No ] cURL with SSL -> required -> [ Yes ] 7.20.0 (OpenSSL/0.9.8q) (with Open SSL/0.9.8q) SQLite -> optionnal -> [ Yes ]

You said that I have to enable OpenSSL. I say that OpenSSL is enabled, because you get the version of OpenSSL. I use XAMPP from Apache Friends, which has already enabled OpenSSL.

Original issue: http://code.google.com/p/manialive/issues/detail?id=24

magnetik commented 10 years ago

From petri.ja...@gmail.com on May 11, 2011 13:13:40

for apache openssl is enabled, but for php go to c:\xampp\php\ext see if the folder has openssl.dll, if not, get the dll from internets, but for the latest xampp it will be there.

go to: c:\xampp\php edit: php.ini find: extension=

after you find lot of extension lines, type following custom line there: extension=php_openssl.dll

save, quit editor and fireup manialive, it will work.

magnetik commented 10 years ago

From petri.ja...@gmail.com on May 11, 2011 13:17:15

a little correction, from my previous comment: in c:\xampp\php\ext the file obviously needs to be: php_openssl.dll

magnetik commented 10 years ago

From mar...@hccst.com.br on May 11, 2011 14:05:43

Everything is fine now

magnetik commented 10 years ago

From melot.philippe on May 12, 2011 01:01:53

Status: Verified
Owner: melot.philippe
Labels: -Type-Defect -Priority-Medium Type-Other Priority-Low