Is this library using the PHP exec() function to run git command? #65
-
The exec() function of PHP is disabled on a shared hosting. I need to use the exec() for Git Hub Web hooks push event on the shared hosting. I need to know if this library use the exec() function. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Hello, yes, this library uses exec() function (and proc_open in some methods). |
Beta Was this translation helpful? Give feedback.
-
@janpecha is git pull using exec() or proc_open? |
Beta Was this translation helpful? Give feedback.
-
@BadPistol97 exec() |
Beta Was this translation helpful? Give feedback.
-
Hello, in current version (4.0) it uses only proc_open |
Beta Was this translation helpful? Give feedback.
Hello, in current version (4.0) it uses only proc_open