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

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -