Commit Graph

12 Commits

Author SHA1 Message Date
5797059008 fix!: handle php errors with custom error handling
This commit changes the api of the stream classes, since indication of
success or failure is no longer necessary.
2026-02-13 23:26:32 +01:00
3a5cad161d refactor!: clean up stdio interface
with an interface no less!
2026-02-11 22:03:44 +01:00
ad740afb5f fix: never use a shell 2025-08-17 18:48:11 +02:00
25e4c6a151 fix: env handling and inheritance 2025-08-17 18:28:11 +02:00
6b1b98b662 feat: emulate rust's process api more closely
Yoink some docs as well
2025-08-17 17:16:56 +02:00
34e1b0b791 fix: do not escape env vars 2025-08-17 14:14:37 +02:00
5f6f5bf04b fix: handle stdio properly 2025-08-17 14:12:32 +02:00
4ae0545ab4 chore: change example to use no shell 2025-08-16 21:56:54 +02:00
10b86d4a1b chore: add license 2025-08-16 21:55:16 +02:00
ac16fdf1ca docs(README): add README 2025-08-16 21:52:32 +02:00
209c910f33 feat: first impl 2025-08-16 21:48:01 +02:00
e60ab9d7bc initial commit 2025-08-16 19:20:44 +02:00