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
I was loading a file in the auto_prepend_file setting in php.ini, but after upgrading to Herd Pro it only loads when dumps are enabled. My file was moved to herd_auto_prepend_file.
The dump-loader.php that replaced my file appears to short-circuit if dumps aren't enabled before loading the herd_auto_prepend_file setting.
if (!$config->dumpsEnabled()) {
return;
}
Steps to reproduce
Add a file to the auto_prepend_file setting in php.ini
Restart Herd
The custom file is moved to herd_auto_prepend_file and no longer loads if dumps aren't enabled.
Relevant log output
The text was updated successfully, but these errors were encountered:
Platform
macOS
Operating system version
macOS Sequoia 15.3.2
System architecture
Intel (x86)
Herd Version
1.18.0 (Build: 43)
PHP Version
No response
Bug description
I was loading a file in the
auto_prepend_file
setting inphp.ini
, but after upgrading to Herd Pro it only loads when dumps are enabled. My file was moved toherd_auto_prepend_file
.The
dump-loader.php
that replaced my file appears to short-circuit if dumps aren't enabled before loading theherd_auto_prepend_file
setting.Steps to reproduce
auto_prepend_file
setting inphp.ini
herd_auto_prepend_file
and no longer loads if dumps aren't enabled.Relevant log output
The text was updated successfully, but these errors were encountered: