Skip to content

fix: $iniSettings on ChildProcess.php #535

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 1, 2025

Conversation

SRWieZ
Copy link
Member

@SRWieZ SRWieZ commented Mar 31, 2025

Alternative to #533

Closes #533

@simonhamp
Copy link
Member

I feel like we should still add some protection around the foreach ($process['settings']...)

Could it check to see if there is a matching property before trying to assign?

@SRWieZ
Copy link
Member Author

SRWieZ commented Mar 31, 2025

Done

@KevinBatdorf
Copy link

Thanks for opening this. For some reason I thought the depreciation was doing $this->{$key} . Need to catch up on modern PHP.

Copy link
Member

@PeteBishwhip PeteBishwhip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing. I think by bailing early, we avoid a whole bunch of issues! nice PR, @SRWieZ 🚀

@PeteBishwhip PeteBishwhip merged commit 5ca07c4 into main Apr 1, 2025
28 checks passed
@PeteBishwhip PeteBishwhip deleted the fix-iniSettings-on-ChildProcess branch April 1, 2025 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants