S
S
semki0962017-04-04 16:34:53
symfony
semki096, 2017-04-04 16:34:53

Symfony has the Process package, it has the PHP code isolation function PhpProcess, can you explain the isolation principle?

Symfony has the Process package, it has the PHP code isolation function PhpProcess, can you explain the isolation principle? How reliable is it from all sorts of malicious code, if I correctly understood its purpose.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
OnYourLips, 2017-04-04
@semki096

How reliable is it from all sorts of malicious code, if I correctly understood its purpose.
Not right. It is needed to execute PHP code in a neighboring process (isolated from the current code).
It will execute any "malicious" code as is.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question