Установил патч и расширение:
Код: Выделить всё
PHP 5.3.19 with Suhosin-Patch (cli) (built: Dec 30 2012 11:44:04)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
with Suhosin v0.9.33, Copyright (c) 2007-2012, by SektionEins GmbH
Код: Выделить всё
suhosin.executor.func.blacklist = system,shell_exec,passthru,exec,popen,gzinflate,fsockopen,pfsockopen,phpinfo,date
Код: Выделить всё
<VirtualHost 127.0.0.1:8080>
<IfModule mod_php5.c>
php_admin_value suhosin.executor.func.blacklist "system, shell_exec, passthru, exec, popen, gzinflate, fsockopen, pfsockopen"