The Process class relies on proc_open, which is not available on your PHP installation.

tags: php  laravel

$ sudo updatedb

$ locate php.ini

 

$ sudo emacs /usr/local/php/etc/php.ini

 

Remove the disabled functionproc_open

 

; This directive allows you to disable certain functions for security reasons.                                                                                
; It receives a comma-delimited list of function names.                                                                                                       
; http://php.net/disable-functions                                                                                                                            
disable_functions = passthru,exec,system,chroot,chgrp,chown,shell_exec,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_soc\
ket_server
 

 

 

Intelligent Recommendation

[Php debugging series] debug_print_backtrace() can backtrace the calling process, which class is adjusted which class, at a glance

operation result,: The debug_print_backtrace() function can print the stack trace...

PHP Avenue to Jane's composer gives an error proc_open():

Directory outline proc_open() error proc_open() error Prompt "Insufficient memory", we can solve this problem by creating a swap partition Solution...

WordPress News Your PHP Installation Appears To Be missing the mysql extension which is required by wordp

Report: This error prompt should be the PHP has no installation of the corresponding mysql extension plugin. The corresponding plug-in should also be installed when installing a PHP environment:...

Which of these hottest PHP frameworks is your dish?

Transfer from:https://www.jksxit.com/essay/48 PHP is one of the most popular programming languages ​​in the world and is used extensively in major projects. For example, Facebook uses PHP to create an...

Cryptography relies on installation error

Mac installation ANSIBLE 2.10.4, CRYPTOGRAPHY relying on installation error Error message Solution...

More Recommendation

Python relies on installation

Python relies on installation Automatically generate reguements Automatically scan project catalog, generate a list of dependencies Python2 installed PANDAS failed Python2 is not supported after Panda...

Linux installation PHP process

It’s finally settled, and the process is recorded, hehe. When I installed the linux system, I installed a lot of installation packages that came with the installation disk. After I installed it,...

Apache and PHP installation process

@[TOC]Apache and PHP installation process Apache24 win32 and PHP installation process The Apache Software Foundation (aka ASF) is a non-profit organization dedicated to supporting the Apache community...

PHP extension installation process

################ There are extensions under the ext of the php source code ################ 1. Find the source directory of php cd /home/likang/php-7.3.10 2. Jump to the ext under the source directory...

pthreads php installation process

Introduction  pthreads is a set of object-oriented APIs that allow users to use multi-threading technology in PHP. It provides a complete set of tools needed to create multithreaded applications....

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top