-
-
Notifications
You must be signed in to change notification settings - Fork 62
Comparing changes
Open a pull request
base repository: reactphp/dns
base: 3.x
head repository: reactphp/dns
compare: 1.x
- 12 commits
- 13 files changed
- 4 contributors
Commits on Jun 5, 2024
-
[1.x] Improve PHP 8.4+ support by avoiding implicitly nullable types
This changeset backports #223 from `3.x` to `1.x` to improve PHP 8.4+ support by avoiding implicitly nullable types as discussed in reactphp/promise#260. The same idea applies, but v1 requires manual type checks to support legacy PHP versions as the nullable type syntax requires PHP 7.1+ otherwise. Builds on top of #223, #204 and #218
Configuration menu - View commit details
-
Copy full SHA for 9f16e24 - Browse repository at this point
Copy the full SHA 9f16e24View commit details -
Merge pull request #224 from WyriHaximus-labs/1.x-nullable
[1.x] Improve PHP 8.4+ support by avoiding implicitly nullable types
Configuration menu - View commit details
-
Copy full SHA for 30831cf - Browse repository at this point
Copy the full SHA 30831cfView commit details
Commits on Jun 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb8ae00 - Browse repository at this point
Copy the full SHA eb8ae00View commit details
Commits on Aug 26, 2025
-
[1.x] Increase query count in excessive TCP query tests
This ports #237 from 3.x to 1.x. In a recent Ubuntu 24.04 runner update something changed that makes PHP code seemingly more performant. In #236 this issue is shown to have something to do with 24.04 because without code changes it works on 22.04. However, that doesn't fix the underlying issue. While I'm not sure what changed, by increasing these two numbers by 10 folding them we're back at passing tests.
Configuration menu - View commit details
-
Copy full SHA for f4702f2 - Browse repository at this point
Copy the full SHA f4702f2View commit details
Commits on Oct 13, 2025
-
Merge pull request #240 from WyriHaximus-labs/1.x-increase-query-coun…
…t-in-excessive-tcp-query-tests [1.x] Increase query count in excessive TCP query tests
Configuration menu - View commit details
-
Copy full SHA for 30c355a - Browse repository at this point
Copy the full SHA 30c355aView commit details
Commits on Oct 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for cc01bb3 - Browse repository at this point
Copy the full SHA cc01bb3View commit details
Commits on Oct 19, 2025
-
Merge pull request #239 from WyriHaximus-labs/1.x-8-4-test-env
[1.x] Run tests on PHP 8.4 and update test environment
Configuration menu - View commit details
-
Copy full SHA for 299a2a8 - Browse repository at this point
Copy the full SHA 299a2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc1637 - Browse repository at this point
Copy the full SHA 7dc1637View commit details -
Merge pull request #238 from W0rma/reflection-set-accessible
[1.x] Improve PHP 8.5+ support by avoiding deprecated `setAccessible()` calls
Configuration menu - View commit details
-
Copy full SHA for 57a623a - Browse repository at this point
Copy the full SHA 57a623aView commit details
Commits on Nov 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for acaf8ba - Browse repository at this point
Copy the full SHA acaf8baView commit details
Commits on Nov 17, 2025
-
Merge pull request #243 from WyriHaximus-labs/1.x-PHP8.5
[1.x] Update to run tests on PHP 8.5
Configuration menu - View commit details
-
Copy full SHA for 0409834 - Browse repository at this point
Copy the full SHA 0409834View commit details
Commits on Nov 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7562c05 - Browse repository at this point
Copy the full SHA 7562c05View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 3.x...1.x