SOLVED: PHP Warning: htmlspecialchars(): charset `ANSI_X3.4-1968'... messages in ssl_error_log

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
B F
Posts: 32
Joined: Sat May 05, 2012 5:06 pm

SOLVED: PHP Warning: htmlspecialchars(): charset `ANSI_X3.4-1968'... messages in ssl_error_log

Post by B F »

Operating System: CentOS Linux release 7.7.1908 (Core)

/var/log/httpd/ssl_error_log reports the messages:

Code: Select all

PHP Warning:  htmlspecialchars(): charset `ANSI_X3.4-1968' not supported, assuming utf-8 in /usr/share/zoneminder/www/includes/functions.php
Solution:

Code: Select all

# yum install php-mbstring

# httpd -k restart 
Post Reply