Questions tagged [mbstring]

MultiByte String in PHP

Related topics:

195 questions
1
vote
0 answers

Error php70u-common confilict with php-common-5.4.x.... while installing php-mbstring

I know that there are lot of topics like this but those solutions doesn't work for me. I'm installing Phabricator on Oracle Linux. Everything works fine but when I try to open phabricator in browser (http://ip adress ) I receive a message: Missing…
mynameis
  • 777
  • 3
  • 10
  • 18
1
vote
1 answer

PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding()

I have this error message in my logs and I don't see how to solve it PHP Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() Let me give you a bit of context: I am running an nginx server with PHP7 FPM. I did an apt-get…
zebron
  • 31
  • 2
  • 4
1
vote
2 answers

How to cut string from start to second last dot of the string?

I have some string, for example: cats, e.g. Barsik, are funny. And it is true. So, And I want to get as result: cats, e.g. Barsik, are funny. My try: mb_ereg_search_init($text, '((?!e\.g\.).)*\.[^\.]'); $match = mb_ereg_search_pos(); But it gets…
Nick
  • 9,735
  • 7
  • 59
  • 89
1
vote
0 answers

How to fix the php 5.6 mbstring issue in Centos 6.7?

I've been running a Drupal 7 site on Centos 6.7 and php 5.3, and have finally gotten around to updating php to 5.6.20. The update went well; the only problem I'm hitting is that I'm getting log messages about mbstring.http_input (and…
Jim Miller
  • 3,291
  • 4
  • 39
  • 57
1
vote
1 answer

How enable mbstring in codeigniter

If anybody know how to enable mbstring in codeigniter then please tell how to enable mbstring in codeigniter
Angel
  • 614
  • 6
  • 24
1
vote
3 answers

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 MBSTRING…
Jorre
  • 17,273
  • 32
  • 100
  • 145
1
vote
1 answer

PHP mbstring doesn't work with Apache on Windows

I have to get PHP 5.4 (32 bit, TS) with mbstring running with Apache 2.4 (32 bit) on Windows. In my httpd.conf I set this: PHPIniDir "c:/php54" LoadModule php5_module "c:/php54/php5apache2_4.dll" AddHandler application/x-httpd-php .php And in my…
felixfbecker
  • 2,273
  • 1
  • 19
  • 24
1
vote
4 answers

about mb string and normal string in PHP

How do I know the string is mb string? so we use mb_strlen instead of strlen ?
lovespring
  • 19,051
  • 42
  • 103
  • 153
1
vote
1 answer

PMA error : mbstring is missing

I am running on Windows 7 64 bit with: Apache 2.2 PHP 5.2.8 MySQL 5.1 (essentials) installed and configured manually. As you all know, for this since MySQL essentials has no GUI for interaction the best suit is PhpMyAdmin. I am trying to get…
Romeo Sierra
  • 1,666
  • 1
  • 17
  • 35
1
vote
2 answers

How to install mbstring extension

When I installed mbstring in Centos, I got the following error message. # yum install php-mbstring Loaded plugins: downloadonly, fastestmirror, refresh-packagekit, security Setting up Install Process Loading mirror speeds from cached hostfile *…
Silvia
  • 95
  • 1
  • 2
  • 9
1
vote
0 answers

MBstring not loading, phpMyAdmin fatal error etc etc on WINDOWS 7 PRO local server

Trying to install a local server for testing on a WINDOWS SEVEN PRO (Windows 7 pro). This is not the first time I installed local servers, but I never worked with phpMyAdmin so that aspect is new for me. Installed Apache 2.4.10 64 bit and and PHP…
Robo
  • 11
  • 2
1
vote
1 answer

How to host Facebook app in Heroku?

I have my Facebook app running without any problem in my localhost. But when I hosted it in Heroku, I got these problems. The problem is when the user gets redirected from Facebook after login and permissions it shows blank page, and in Heroku logs…
1
vote
1 answer

MBSTRING extension not working in RED HAT ENTERPRISE LINUX

Im running my server on Red Hat Enterprise Linux with Weblogic server, I have PHP5.3 installed on this, recently for one of my project I had to use MBSTRING extension, Ive noticed that was not installed before and I did it. But still the PHP is…
user2398514
  • 137
  • 4
  • 17
1
vote
0 answers

Which PHP string functions NEED to be replaced with mb_* to be UTF-8 safe?

I'm happy to use all the multibyte string functions in my app, but when using external libraries it would a pain to find and replace them all. Given I can control external input so that only UTF-8 data will be present, issues that arise from…
user37315
  • 13
  • 3
1
vote
1 answer

Fatal out of memory in joomla

I download a Joomla quick starter package and when installed it.. I found this error...anyone can help please? Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to allocate 323588 bytes) in \libraries\phputf8\mbstring\core.php…