File manager - Edit - /home/autoph/public_html/projects/aha-api/vendor/laravel/framework/src/Illuminate/Support/Process/PhpExecutableFinder.php
Back
<?php namespace Illuminate\Support\Process; use Symfony\Component\Process\ExecutableFinder; use Symfony\Component\Process\PhpExecutableFinder as SymfonyPhpExecutableFinder; class PhpExecutableFinder extends SymfonyPhpExecutableFinder { /** * Finds The PHP executable. */ #[\Override] public function find(bool $includeArgs = true): string|false { if ($herdPath = getenv('HERD_HOME')) { return (new ExecutableFinder)->find('php', false, [implode(DIRECTORY_SEPARATOR, [$herdPath, 'bin'])]); } return parent::find($includeArgs); } }
| ver. 1.4 |
.
| PHP 8.1.32 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings