Théo FIDRY

Results 225 issues of Théo FIDRY

Blocked by https://github.com/theofidry/console/issues/221

| Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass?...

With the current code: ```php $pwd = $_SERVER['PWD']; $scriptName = $_SERVER['SCRIPT_NAME']; return str_starts_with($scriptName, $pwd) ? $scriptName : $pwd.DIRECTORY_SEPARATOR.$scriptName; ``` If the script name is absolute, e.g. `/usr/local/bin/box`, the resolved script...

bug

Found: ``` OUT Failed to process the item "..." ... ``` This is incorrect as the item _has_ a name and that name should be used instead.

bug

I've been giving another try to phive, locally I'm quite happy with it but the CI integration is a bit more annoying. The GitHubAction [shivammathur/setup-php](https://github.com/shivammathur/setup-php) does quite a good job...

Hi! This is more of a request rather than a feature/bug. Recently I included this package in [PHP-Scoper](https://github.com/humbug/php-scoper) and I encountered a few issues... Indeed, PHP-Scoper changes the namespace, and...