sdh ketemu pak settingnya yg eror, barusan dr cpanel ticket,:
The issue was seems to have been caused by a known bug in the Red Hat operating system regarding glibc and compiling PHP in machines with the Sandy Bridge processor (which you have).
hxxps://bugzilla.redhat.com/show_bug.cgi?id=752122
root@server01 [~]# egrep "model name" /proc/cpuinfo
model name : Intel(R) Xeon(R) CPU E31270 @ 3.40GHz
model name : Intel(R) Xeon(R) CPU E31270 @ 3.40GHz
model name : Intel(R) Xeon(R) CPU E31270 @ 3.40GHz
model name : Intel(R) Xeon(R) CPU E31270 @ 3.40GHz
Unfortunately Red Hat has not released any official fix for this, and the only "fix" for now is to disable PDO extensions with PHP. I have gone ahead and commented out everything trying to load PDO extensions in your /usr/lib/php.ini file.
root@server01 [~]# egrep pdo /usr/lib/php.ini
;extension = "pdo.so"
;extension = "pdo_sqlite.so"
;extension = "pdo_mysql.so"
PHP is now loading without core dumping.
root@server01 [~]# php -v
PHP 5.3.10 (cli) (built: Feb 11 2012 09

18)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with eAccelerator v0.9.6.1, Copyright (c) 2004-2010 eAccelerator, by eAccelerator
with the ionCube PHP Loader v4.0.12, Copyright (c) 2002-2011, by ionCube Ltd., and
with Zend Guard Loader v3.3, Copyright (c) 1998-2010, by Zend Technologies
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH