Skip to content

Avoid reexecution in grandchild processes

Compare
Choose a tag to compare
@weirdan weirdan released this 25 Aug 01:04
· 14 commits to master since this release
9bd7ce2

Previously RWX auto_prepend file was referenced in the temporary php.ini that xdebug-handler generated. This caused RWX to be needlessly executed for all PHP processes spawned by the restarted process (e.g paratest). Now auto_prepend_file is removed from the generated ini, avoiding this re-executions.