mbstring

I am using php 5.2 with mysql 5 and I would like to initiate mbstring with
gd2 for use with webasyst.

I have added c:\php to windows path and in the php.ini the session_mbstring
and session_gd is activated. the php_gd2.dll is in the right place. But when
I let the webasyst install script check, I get the answer that there is no
mbstring and no gd support installed. Anny ideas?

Thanks in advance.


--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
marcus.bolton [ Sa, 20 Dezember 2008 10:53 ] [ ID #1981856 ]

Re: mbstring

M. Bolton wrote:
> I am using php 5.2 with mysql 5 and I would like to initiate mbstring
> with gd2 for use with webasyst.
>
> I have added c:\php to windows path and in the php.ini the
> session_mbstring and session_gd is activated. the php_gd2.dll is in the
> right place. But when I let the webasyst install script check, I get the
> answer that there is no mbstring and no gd support installed. Anny ideas?
>
> Thanks in advance.

to active extensions you need to have

extension=php_gd2.dll
extension-php_mbstring.dll

In your php.ini - I have no idea what "session_mbstring" but it has
nothing to do with loading extensions.

thanks
Elizabeth Smith

p.s. - make sure you check phpinfo(); and check the php.ini file that is
being loaded

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Elizabeth M Smith [ So, 21 Dezember 2008 17:31 ] [ ID #1981930 ]
PHP » gmane.comp.php.windows » mbstring

Vorheriges Thema: Problems compiling 5.3.0alpha3 with extensions
Nächstes Thema: ntwdblib.dll not found in any of the 5.2.8 zip files