-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blueprints: Remove setPhpIniEntry step (#1288)
Removes the `setPhpIniEntry` step. It doesn't work reliably – setting PHP.ini entries must happen before the PHP is initialized, but Blueprints are executed after PHP is initialized. The existing Blueprints will continue to work – the Blueprints compiler will ignore the `setPhpIniEntry` step and issue a console warning to notify the developer. To set php.ini entries, either customize the php.ini files or use an mu-plugin. ## Testing instructions Run a Blueprint with a setPhpIniEntry step, confirm the Playground still runs the rest of the Blueprint.
- Loading branch information
Showing
4 changed files
with
22 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 0 additions & 32 deletions
32
packages/playground/blueprints/src/lib/steps/set-php-ini-entry.ts
This file was deleted.
Oops, something went wrong.