You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After serving the page a couple times, somewhat randomly this line gets logged: [Web Server ] May 2 16:07:50 |DEBUG | PHP Using PHP version 8.3.20 (from .php-version from current dir: /root/apps/paintshop/.php-version) path="/usr/local/bin/php-cgi" php="8.3.20"
Immediately after php.Config() (local/php/executor.go:176) gets called again. It picks up the last tempDir: 232: if e.tempDir == "" { e.tempDir = filepath.Join(cliDir, "tmp", xid.New().String()) } and begins by symlinking php-config to the tempDir. These symlinks already exists though so symfony crashes.
I am using symfony version 5.11.0 in a php 8.3 docker container. I built symfony from the source code that's how I was able to obtain provided info.
The text was updated successfully, but these errors were encountered:
ElectricPulse
changed the title
Adding .php-version causes local:server to add php tool symlinks again which causes a crash
local:server adds php tool symlinks again which causes a crash
May 2, 2025
Uh oh!
There was an error while loading. Please reload this page.
[Web Server ] May 2 16:07:50 |DEBUG | PHP Using PHP version 8.3.20 (from .php-version from current dir: /root/apps/paintshop/.php-version) path="/usr/local/bin/php-cgi" php="8.3.20"
php.Config()
(local/php/executor.go:176) gets called again. It picks up the last tempDir:232: if e.tempDir == "" { e.tempDir = filepath.Join(cliDir, "tmp", xid.New().String()) }
and begins by symlinking php-config to the tempDir. These symlinks already exists though so symfony crashes.I am using symfony version 5.11.0 in a php 8.3 docker container. I built symfony from the source code that's how I was able to obtain provided info.
The text was updated successfully, but these errors were encountered: