Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steevanb/symfony-issue-57946
Example for https://github.com/symfony/symfony/issues/57946
https://github.com/steevanb/symfony-issue-57946
Last synced: 9 days ago
JSON representation
Example for https://github.com/symfony/symfony/issues/57946
- Host: GitHub
- URL: https://github.com/steevanb/symfony-issue-57946
- Owner: steevanb
- License: apache-2.0
- Created: 2024-08-26T08:41:52.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T13:46:17.000Z (4 months ago)
- Last Synced: 2024-10-27T12:24:11.194Z (about 2 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# symfony-issue-57946
Example for https://github.com/symfony/symfony/issues/57946
# How to use it
```bash
./test
```Output will be:
```
Installing symfony/process 7.0-- PHP 8.2 - symfony/process 7.0
PHP 8.2.22 (cli) (built: Aug 1 2024 21:59:02) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.22, Copyright (c) Zend Technologies
isStarted(): bool(true)
isTerminated(): bool(true)
isSuccessful(): bool(false)-- PHP 8.3 - symfony/process 7.0
PHP 8.3.10 (cli) (built: Aug 1 2024 19:53:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.10, Copyright (c) Zend Technologies
isStarted(): bool(true)
isTerminated(): bool(true)
isSuccessful(): bool(false)Installing symfony/process 7.1
-- PHP 8.2 - symfony/process 7.1
PHP 8.2.22 (cli) (built: Aug 1 2024 21:59:02) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.2.22, Copyright (c) Zend Technologies
isStarted(): bool(true)
isTerminated(): bool(true)
isSuccessful(): bool(false)-- PHP 8.3 - symfony/process 7.1
PHP 8.3.10 (cli) (built: Aug 1 2024 19:53:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.10, Copyright (c) Zend TechnologiesFatal error: Uncaught Symfony\Component\Process\Exception\ProcessStartFailedException: The command "'unknown-command'" failed.
Working directory: /app
Error: proc_open(): posix_spawn() failed: No such file or directory in /app/vendor/symfony/process/Process.php:371
Stack trace:
#0 /app/vendor/symfony/process/Process.php(249): Symfony\Component\Process\Process->start(NULL, Array)
#1 /app/test.php(12): Symfony\Component\Process\Process->run()
#2 {main}
thrown in /app/vendor/symfony/process/Process.php on line 371
```