Re: Enabling Multibyte in postgresql / drupal Mac OS X Leopard stack - Mailing list pgsql-php

From jeroen@madmemelabs.com
Subject Re: Enabling Multibyte in postgresql / drupal Mac OS X Leopard stack
Date
Msg-id 20081202162217.pav0a30asgs44wko@www.madmemelabs.com
Whole thread Raw
In response to Re: Enabling Multibyte in postgresql / drupal Mac OS X Leopard stack  (Chris <dmagick@gmail.com>)
List pgsql-php
Chris,

this is good to know also. Sorry, I'm new to this. ;)

thanks
-jeroen

Quoting Chris <dmagick@gmail.com>:

> jeroen@madmemelabs.com wrote:
>> I recently downloaded and installed postgresql and drupal and
>> mediawiki for Mac OS Leopard, using the stack from postgresql.org.
>>
>> It is very cool!
>>
>> However, the drupal admin states that php multibyte strings (mbstring)
>> is not enabled.
>> I tried following the instructions on various searches, without success.
>>
>> If any one has been able to enable php mbstring on Mac OS Leopard php
>> for drupal / mediawiki, using postgresql as their dbs, please let me
>> know.
>
> mb* functions are something that are either there or not, it's not an
> extension you can install later on for php.
>
> To get it, you have to recompile php.
>
> http://www.php.net/manual/en/mbstring.installation.php
>
> You can see if it's enabled at all by creating a phpinfo page and
> viewing it in your browser and search for 'multibyte'. If it's not
> there, you don't have it and you have to recompile php.
>
> --
> Postgresql & php tutorials
> http://www.designmagick.com/
>
>
> --
> Sent via pgsql-php mailing list (pgsql-php@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-php




pgsql-php by date:

Previous
From: Chris
Date:
Subject: Re: Enabling Multibyte in postgresql / drupal Mac OS X Leopard stack
Next
From: kulmacet101@kulmacet.com
Date:
Subject: You might need to add explicit type casts.