You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Dual licensed under MIT and GPL
8
8
9
9
## Description
10
10
11
-
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using @proc_open@, not @exec@ or the type, therefore it can run in PHP safe mode.
11
+
A PHP git repository control library. Allows the running of any git command from a PHP class. Runs git commands using `proc_open`, not `exec` or the type, therefore it can run in PHP safe mode.
0 commit comments