Skip to content
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

[pull] main from dunglas:main #11

Open
wants to merge 384 commits into
base: main
Choose a base branch
from
Open

[pull] main from dunglas:main #11

wants to merge 384 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 4, 2023

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Jul 4, 2023
dunglas and others added 29 commits December 6, 2023 18:18
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.18.0 to 0.19.0.
- [Commits](golang/net@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/dunglas/mercure/caddy](https://github.com/dunglas/mercure) from 0.15.5 to 0.15.6.
- [Release notes](https://github.com/dunglas/mercure/releases)
- [Changelog](https://github.com/dunglas/mercure/blob/main/.goreleaser.yml)
- [Commits](dunglas/mercure@v0.15.5...v0.15.6)

---
updated-dependencies:
- dependency-name: github.com/dunglas/mercure/caddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.1...v1.8.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
* Introduce debug symbols flag

* Add DEBUG_SYMBOLS customization to the docs
dunglas and others added 30 commits July 10, 2024 14:08
* major perf

* clean up before thread returns

* fix lint

* clean up and refactor server-context initialization

* removing the request-startup memset
I'm electing to remove the memset at startup and keeping it in shutdown. Why? Security! Keeping around the request data after a request may result in a leak of important information in a core dump or something. By setting it to zero when we shutdown the request, we can ensure no information is left laying around
* fix: reset sapi response code
It turns out that the sapi response code is NOT reset between requests by the zend engine. This resets the code for cgi-based requests.
fixes: #960

* update response header test

* fix assertion

* appears to affect workers too
The `z` was missing and there was an error after download:

```
tar: Archive is compressed. Use -z option
tar: Error is not recoverable: exiting now
```
* Prevents parsing from always throwing an error.

* Removes empty line.

* Accepts suggestions.

* Accepts suggestions.

* Fixes syntax.

* Fixes formatting.

* chore: use a guard close

---------

Co-authored-by: a.stecher <[email protected]>
Co-authored-by: Kévin Dunglas <[email protected]>
* docs: add performance docs

* docs: add PHP performance section

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* Update docs/performance.md

Co-authored-by: Jacob Dreesen <[email protected]>

* typo

* musl

* musl fixes

* add log section

* french translation

* typo

---------

Co-authored-by: Jacob Dreesen <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet