impact of missing php extensions

Having trouble installing serendipity?
Post Reply
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

impact of missing php extensions

Post by Don Chambers »

I am experimenting with a VPS from Verio. Their php does not include GDLib or mbstring extensions. What will be the impact of not having those if I cannot get Verio to add them?
=Don=
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: impact of missing php extensions

Post by garvinhicking »

Hi!

GDLib is required for resizing thumbnails/images; if they also do not have imagemagick, you can't use that functionality.

mbstring is used if you use UTF-8 as charset and want to to uppercase/lowercase string replacements with foreign characters.

I think you can live without those two.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: impact of missing php extensions

Post by Don Chambers »

Thanks for the input Garvin. I'm pretty sure I can live without mbstring, but I need GDLib for thumbnail generation and image resizing. Verio is considering adding both to their default php package.
=Don=
Don Chambers
Regular
Posts: 3652
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Re: impact of missing php extensions

Post by Don Chambers »

I was able to find an option for including additional php extensions. All is good and so far I am fairly impressed with Verio.
=Don=
Post Reply