un-inception/clients/php
russell@unturf.com 4e4ae3c911 fix: add shebangs to async SDK implementations
Add #!/usr/bin/env interpreter lines to async SDKs for portability:
- Python: #!/usr/bin/env python3
- JavaScript: #!/usr/bin/env node
- Ruby: #!/usr/bin/env ruby
- PHP: #!/usr/bin/env php
2026-01-29 06:09:44 -05:00
..
async/src fix: add shebangs to async SDK implementations 2026-01-29 06:09:44 -05:00
sync fix(tests): remove soft passes - tests must never lie 2026-01-28 18:26:23 -05:00
Makefile feat: add Makefiles for JavaScript, Rust, Ruby, PHP, Java clients 2026-01-15 16:46:22 -05:00