tuan-tu-tran / ades

Plate-forme web de gestion de dossiers d'élèves pour éducateurs scolaires
www.educ-action.be
GNU General Public License v3.0
0 stars 0 forks source link

Process return value incorrect if php compiled with sigchild enabled #37

Closed tuan-tu-tran closed 10 years ago

tuan-tu-tran commented 10 years ago

When php is compiled with the option --enable-sigchild the return value of proc_close is not correct.

(see https://bugs.php.net/bug.php?id=29123)

To work around this, we can use the Symfony Process component that takes care of it