windows - proc_open is disabled. But not in php.ini -
hello trying use php's proc_open() function on personal windows server, getting error like, php warning : proc_open disabled security reasons.
but in php.ini have commented disable_functions , removed blocking these functions. still getting these errors.
what wrong?
i using zpanel , windows 2008.
the problem lied in zpanel's httpd-vhosts.conf file, have windows 2008 server zpanel , suhosin installed, in httpd-vhosts.conf file there php suhosin.func.blackblist = proc_open, commented line, , restarted apache services, working flawlessly fine.
thanks taking time read , answer!
Comments
Post a Comment