https://github.com/gwleuverink/proc-open
https://github.com/gwleuverink/proc-open
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gwleuverink/proc-open
- Owner: gwleuverink
- Created: 2024-10-17T19:24:24.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-17T19:31:38.000Z (8 months ago)
- Last Synced: 2025-03-28T14:40:36.295Z (3 months ago)
- Language: PHP
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tasks
- How do we retain connection to the process? e.g. `STDIN`/`STDOUT`/`STDERR` pipes
- We'll need a way to reference the internal PHP binary so that the developer doesn't need to know the path - a helper or constant?