refactor: cleanup context by AlliBalliBaba · Pull Request #1816 · php/frankenphp

added 15 commits

July 27, 2025 14:31
…context

# Conflicts:
#	context.go

dunglas

@dunglas dunglas deleted the refactor/cleanup-context branch

August 25, 2025 14:18

henderkes pushed a commit to static-php/frankenphp that referenced this pull request

Sep 11, 2025
* Removes NewRequestWithContext.

* Moves cgi logic to cgi.go

* Calls 'update_request_info' from the C side.

* Calls 'update_request_info' from the C side.

* clang-format

* Removes unnecessary export.

* Adds TODO.

* Adds TODO.

* Removes 'is_worker_thread'

* Shortens return statement.

* Removes the context refactor.

* adjusts comment.

* Skips parsing cgi path variables on explicitly assigned worker.

* suggesions by @dunglas.

* Re-introduces 'is_worker_thread'.

* More formatting.