• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

PHP Extensions

Jadenrose

Weaksauce
Joined
Apr 30, 2005
Messages
102
Ok, so I'm trying to use this shopping cart and they are requiring certain extensions to be running on the server. I've turned on all the ones I saw in the php.ini file that is attached to our hosting, but there are three I am still missing and I'm trying to find out the following:

1. Where can I get the missing extensions? I am missing hash, pdo, and pdo_mysql. I had thought I found them at the PECL site, but none of the files are .so extensions like the rest of the extensions already loaded onto the server.

2. How do you install these on a Unix based server? All the tutorials I've found showed installations on Win and Mac based systems.

Thanks for any and all help in advance!
 
Assuming you have a dedicated server, PECL extensions are normally built by
a) "pecl install FOO"
and then
b) adding the appropriate line to your PHP.ini

if you've got some sort of shared hosting, talk to support.
 
Back
Top