Closed (fixed)
Project:
Boost
Version:
6.x-1.18
Component:
Installation
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 18:47 UTC
Updated:
12 Mar 2011 at 08:06 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedyeah; you don't have mbstring enabled... shoot looks like it's not a default php function http://www.php.net/manual/en/mbstring.installation.php
I need to do a function_exists() and fallback to strlen if it doesn't exist.
Comment #2
mikeytown2 commentedComment #3
EvanDonovan commentedThe patch works for me. Can it be committed?
Comment #4
mikeytown2 commentedcommitted
Comment #6
bamban commentedI have the exact same issue isn't that committed ?
Comment #7
mikeytown2 commentedit's been committed to dev; your on 1.18 most likely
Comment #8
bamban commentedAs you guessed I had installed 1.8v I installed dev and working well
Thank you