6aa42c14 | 02-Jul-2024 |
Ian Littman |
Switch "today" marker on supported versions image from red to dark grey to differentiate from EOL versions (#1019) |
a6dc2f07 | 02-Jul-2024 |
Jakub Zelenka |
8.3.9 tarballs |
48aabf7f | 02-Jul-2024 |
Sergey Panteleev |
8.2.21 tarballs |
6e76f1a1 | 27-Jun-2024 |
haszi |
Link to the documentations' copyright page on doc pages (#1013) Co-authored-by: haszi <haszika80@gmail.com> |
427d47b4 | 26-Jun-2024 |
Derick Rethans |
Revert "Add analytics tracker for self-hosted Matomo" This reverts commit aef3309d2508b1e1ca0db5c50c829dfdfa7ee24f. |
d8e467c0 | 25-Jun-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
composer(deps-dev): bump phpunit/phpunit from 11.2.2 to 11.2.5 (#1020) |
aef3309d | 24-Jun-2024 |
Derick Rethans |
Add analytics tracker for self-hosted Matomo |
bd487306 | 23-Jun-2024 |
Ian Littman |
Use HTTPS URL for event submission to main.php.net, match spam check expectation to web-master (#1017) * Use HTTPS URL for event submission to main.php.net Resolves #999 At
Use HTTPS URL for event submission to main.php.net, match spam check expectation to web-master (#1017) * Use HTTPS URL for event submission to main.php.net Resolves #999 At some point in the past 12 years (this line was modified in the last 3 years but I doubt it got tested when modified) main.php.net started redirecting insecure HTTP to HTTPS, including for POSTs. The catch with those redirects is that POSTs won't get resubmitted when redirected, so when submitting an event the redirect would result in a GET with no parameters to the event submission endpoint, hence "Missing parameters." So event submission has been broken since main.php.net started redirecting HTTP to HTTPS. Back in 2012 there was an attempt to switch this and other URLs to HTTPS, but it got rolled back because "there could be mirrors without ssl support." (see blame for the line this commit modifies). Since then, mirrors have been phased out, so we can safely assume we're calling HTTPS endpoints now (and that's the only way this will work anyway). Verified by hitting the mentioned endpoint both on HTTP and HTTPS. HTTP gets redirected and fails due to missing parameters, HTTPS makes it through to the next step. * Match "sane" value on event submission to web-master expectation This reverts part of f1b8134041b8afefd18e0013a07e1aa310c38c44 as that wasn't quite the right fix
show more ...
|
fadb53cb | 22-Jun-2024 |
Ian Littman |
Add CascadiaPHP 2024 CFP entry (#1012) |
a5283a15 | 18-Jun-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.58.1 to 3.59.3 (#1010) Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.58.1 to 3.59.3. -
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.58.1 to 3.59.3 (#1010) Bumps [friendsofphp/php-cs-fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) from 3.58.1 to 3.59.3. - [Release notes](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases) - [Changelog](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/compare/v3.58.1...v3.59.3) --- updated-dependencies: - dependency-name: friendsofphp/php-cs-fixer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
show more ...
|
085a5cc4 | 18-Jun-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
composer(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.2 (#1011) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.1.3 to 11.2.2. - [Release notes](http
composer(deps-dev): bump phpunit/phpunit from 11.1.3 to 11.2.2 (#1011) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 11.1.3 to 11.2.2. - [Release notes](https://github.com/sebastianbergmann/phpunit/releases) - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/11.2.2/ChangeLog-11.2.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/11.1.3...11.2.2) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
show more ...
|
ca4bca79 | 15-Jun-2024 |
Adecap <75079448+alejandrodecap@users.noreply.github.com> |
Update get-involved.php (#1009) * Update get-involved.php Changed http to https link as the pages they link to does not redirect to their own https versions automatically *
Update get-involved.php (#1009) * Update get-involved.php Changed http to https link as the pages they link to does not redirect to their own https versions automatically * Update get-involved.php Fixed error
show more ...
|
e182a0bf | 15-Jun-2024 |
haszi |
Make replaceable class text italic (#1008) Make replaceable class text italic to visually differentiate content that may or must be replaced. Co-authored-by: haszi <haszika80@gmail.
Make replaceable class text italic (#1008) Make replaceable class text italic to visually differentiate content that may or must be replaced. Co-authored-by: haszi <haszika80@gmail.com>
show more ...
|
3e1d7c4b | 13-Jun-2024 |
Dariusz Grzesista |
Add PHPCon Poland 2024 C4P entry (#1006) |
a7671f15 | 12-Jun-2024 |
Husameldin92 <151625060+Husameldin92@users.noreply.github.com> |
Add IPC-Novmber 2024 (#1004) Co-authored-by: Luffy <lufei@php.net> |
1ab8e28e | 10-Jun-2024 |
Benjamin Clay |
Conferences - add Forum PHP Paris 2024 (#1001) Co-authored-by: Sergey Panteleev <sergey@php.net> |
a92ee283 | 06-Jun-2024 |
Pierrick Charron |
Announce 8.2.20 |
b4f7800b | 06-Jun-2024 |
Eric Mann |
Announce PHP 8.3.8 |
4b8c358c | 06-Jun-2024 |
Patrick Allaert |
Announce PHP 8.1.29 |
ea6267b2 | 05-Jun-2024 |
Ben Ramsey |
8.1.29 tarballs |
3814d0ba | 04-Jun-2024 |
Eric Mann |
Add new PHP 8.4 gpg key branch (#992) * Add new PHP 8.4 gpg key branch * Add my GPG public key * Add myself as an RM for 8.4 * Add GPG pub key and add myself to RM
Add new PHP 8.4 gpg key branch (#992) * Add new PHP 8.4 gpg key branch * Add my GPG public key * Add myself as an RM for 8.4 * Add GPG pub key and add myself to RM for 8.4 * Update php-keyring.gpg in distributions --------- Co-authored-by: Calvin Buckley <calvin@cmpct.info> Co-authored-by: Saki Takamachi <saki@sakiot.com>
show more ...
|
b7b542ed | 04-Jun-2024 |
Eric Mann |
8.3.8 tarballs |
d7321fcd | 04-Jun-2024 |
Pierrick Charron |
8.2.20 tarballs |
d7d27358 | 04-Jun-2024 |
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
composer(deps-dev): bump friendsofphp/php-cs-fixer from 3.57.2 to 3.58.1 (#1000) |
65f08351 | 01-Jun-2024 |
Peter Kokot |
Update minimum versions of development tools (#983) |