Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
3answers
1k views

What do these PHP mbstring settings do?

I'm trying to figure out exactly what these php.ini settings do. What happens when they're set to different values? When are they necessary? When are they harmful? mbstring.language ...
4
votes
1answer
111 views

what is filtering invalid utf8 from my PHP website?

My website is fully converted to use utf-8, (mysql, http headers, PHP mb_string etc). Im doing some penetration testing and trying to POST invalid utf to one of the scripts (using BurpSuite). But ...
3
votes
1answer
37 views

Include my own mb_string functions or use PHP's defaults?

For a public app - do you think it's a good idea to assume the mb_string extension is enabled on all servers (or almost all, like 95%)? Are there hosts out there that disable this extension?
3
votes
1answer
1k views

How do I enable mbstring extension on PHP 5, Fedora server

I need to add the mbstring extension to an install of PHP 5.2.6 on Apache/2.2.11 (Fedora). We have dynamic extensions enabled so I really think all I need is the .so file and .ini files, correct? Can ...
2
votes
4answers
112 views

Php cannot find way to split utf-8 strings

i just started dabbling in php and i'm afraid i need some help to figure out how to manipulate utf-8 strings. I'm working in ubuntu 11.10 x86, php version 5.3.6-13ubuntu3.2. I have a utf-8 encoded ...
2
votes
2answers
111 views

how to make a string lowercase without changing url

I'm using mb_strtolower to make a string lowercase, but sometimes text contains urls with upper case. And when I use mb_strtolower, of course the urls changing and not working. How can I convert ...
2
votes
1answer
255 views

php mb_convert_case() keep words that are in uppercase

Assuming I have a string "HET1200 text string" and I need it to change to "HET1200 Text String". Encoding would be UTF-8. How can I do that? Currently, I use mb_convert_case($string, MB_CASE_TITLE, ...
2
votes
3answers
999 views

PHP: Split multibyte string (word) into separate characters

Trying to split this string "主楼怎么走" into separate characters (I need an array) using mb_split with no luck... Any suggestions? Thank you!
2
votes
3answers
141 views

Where can I get a complete list of all multi-byte functions for PHP?

Where can I get a complete list of all multi-byte functions for PHP? I need to go through my application and switch the non MB string functions to the new mb functions.
1
vote
1answer
98 views

mb_ereg_search_init working as single-byte?

Check this snippet: mb_internal_encoding("UTF-8"); mb_regex_encoding("UTF-8"); mb_ereg_search_init('καλημέραCCC', 'C+'); $pos = mb_ereg_search_pos(); echo $pos[0]; (Please don't comment on this ...
1
vote
2answers
1k views

PHP: Call to undefined function mb_strlen() - on custom compiled PHP with mbstring enabled

I have this custom compiled PHP (v5.3.3) with the following extensions enabled (via configure): ./configure --prefix=/usr/local/php5.3.3 --with-config-file-path=/usr/local/apache2/conf ...
1
vote
1answer
555 views

iconv or mbstring?

Which multibyte-handling library should I use : iconv or mbstring ? After some Googling I didn't find enough arguments to convince me to use one particularly, and I could not get any benchmark (and ...
1
vote
3answers
433 views

Does Zend Framework application need mbstring for UTF8 support?

I'm building a web app in zend framework that needs UTF8 support for all languages. This seems to work fine except for functions like stripslashes and such. On this URL, they talk about using ...
1
vote
2answers
546 views

UTF-8, and mbstring extension in php

While I was converting my latin-1 mysql database into utf-8 i came across this article (http://developer.loftdigital.com/blog/php-utf-8-cheatsheet) please note I have successfully converted my ...
1
vote
1answer
106 views

mb_ereg_* in PHP6

So ereg won't be present in PHP6. And I don't really care, because I'm using PCRE functions. But for multibyte strings, I'm using mb_ereg_* functions. The question is: they'll be present in PHP6 in ...
0
votes
1answer
23 views

PHP :mbstring module install

I have tried to install the mbstring module for PHP. I have entered the below commands: yum install php-mbstring /usr/local/apache/bin/apachectl restart Module is now installed but the errors has ...
0
votes
1answer
29 views

how to enable php mb_string only for 1 host?

I have a centOS machine with cPanel. We have compiled PHP with mb_string and it works fine. We want to disable it in all hosting accounts except one, So we have disabled it in php.ini , but want to ...
0
votes
0answers
119 views

Replacing invalid UTF-8 characters by question marks, mbstring.substitute_character seems ignored

I would like to replace invalid UTF-8 chars with quotation marks (PHP 5.3.5). So far I have this solution, but invalid characters are removed, instead of being replaced by '?'. function ...
0
votes
1answer
80 views

Converting Unicode reference to UTF-8 character in PHP with mbstring

I have a set of data inside a database which has been input with unicode characters, but they were interpreted as a string. That is, where there should be an apostrophe ’ I've actually got \u2019 So ...
0
votes
2answers
58 views

php finding closest space char after mb_substr()

i need to cut the string approximately at 160 characters, but i want to do the cut off through closest space character. The task is worsened by working UTF-8 font (mb_ function). My code is following: ...
0
votes
0answers
59 views

Alternative for mb_check_encoding

I looked around a bit for an Alternative function for mb_check_encoding(,'UTF-8') to check if the string is UTF-8 encoded or not. I need an alternative because the my qa/prod doesn't have mbstring ...
0
votes
1answer
539 views

How to enable mbstring from php.ini? [closed]

I have real difficulties with enabling mbstring extension on my localhost. I'm using XAMPP 1.7.4, for Windows, which has PHP 5.3.5, and tried to edit my php.ini file according to the documentation ...
0
votes
1answer
176 views

Compiling PHP with extensions

Can anyone give me any pointers on why the following ./configure settings do not appear to actually affect my build of PHP? Details: php-5.3.5 Compiling in order to use php-cgi on a per-domain ...
0
votes
4answers
4k views

How to write file in UTF-8 format?

I have bunch of files that are not in UTF-8 encoding and I'm converting a site to UTF-8 encoding. I'm using simple script for files that I want to save in utf-8, but the files are saved in old ...
0
votes
1answer
613 views

Missing mbstring PHP extension when installing phpMyAdmin on Mac

http://stackoverflow.com/questions/4327230/phpmyadmin-install-errors Having some issues with installing phpMyAdmin. I would like to resolve the following issue, but don't have a clue where to start ...
0
votes
1answer
188 views

The data could not be converted to UTF-8 error

I was trying to parse Smsugsmug RSS/ATOM feed using Simplepie php parser ( http://simplepie.org/ ) and am getting error "The data could not be converted to UTF-8. You MUST have either the iconv or ...
0
votes
1answer
226 views

mb_strlen() is it enough?

When counting the length of a utf-8 string in php i use mb-strlen() , example: if (mb_strlen($name, 'UTF-8') < 3) { $error .= 'Name is required. Minimum of 3 characters required'; } As the ...
0
votes
1answer
314 views

mb_internal_encoding() not available though configured?

I'm having problem with mbstring in my Apache2.2/Win7/PHP5.3 setup, though I think it's correctly configured in my php.ini: extension_dir = "ext" extension=php_mbstring.dll I get the following: ...