History log of /web-php/ (Results 151 – 175 of 12321)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6aa42c1402-Jul-2024 Ian Littman

Switch "today" marker on supported versions image from red to dark grey to differentiate from EOL versions (#1019)

a6dc2f0702-Jul-2024 Jakub Zelenka

8.3.9 tarballs

48aabf7f02-Jul-2024 Sergey Panteleev

8.2.21 tarballs

6e76f1a127-Jun-2024 haszi

Link to the documentations' copyright page on doc pages (#1013)

Co-authored-by: haszi <haszika80@gmail.com>

427d47b426-Jun-2024 Derick Rethans

Revert "Add analytics tracker for self-hosted Matomo"

This reverts commit aef3309d2508b1e1ca0db5c50c829dfdfa7ee24f.

d8e467c025-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)

aef3309d24-Jun-2024 Derick Rethans

Add analytics tracker for self-hosted Matomo

bd48730623-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 ...

fadb53cb22-Jun-2024 Ian Littman

Add CascadiaPHP 2024 CFP entry (#1012)

a5283a1518-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 ...

085a5cc418-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 ...

ca4bca7915-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 ...

e182a0bf15-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 ...

3e1d7c4b13-Jun-2024 Dariusz Grzesista

Add PHPCon Poland 2024 C4P entry (#1006)

a7671f1512-Jun-2024 Husameldin92 <151625060+Husameldin92@users.noreply.github.com>

Add IPC-Novmber 2024 (#1004)

Co-authored-by: Luffy <lufei@php.net>

1ab8e28e10-Jun-2024 Benjamin Clay

Conferences - add Forum PHP Paris 2024 (#1001)

Co-authored-by: Sergey Panteleev <sergey@php.net>

a92ee28306-Jun-2024 Pierrick Charron

Announce 8.2.20

b4f7800b06-Jun-2024 Eric Mann

Announce PHP 8.3.8

4b8c358c06-Jun-2024 Patrick Allaert

Announce PHP 8.1.29

ea6267b205-Jun-2024 Ben Ramsey

8.1.29 tarballs

3814d0ba04-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 ...

b7b542ed04-Jun-2024 Eric Mann

8.3.8 tarballs

d7321fcd04-Jun-2024 Pierrick Charron

8.2.20 tarballs

d7d2735804-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)

65f0835101-Jun-2024 Peter Kokot

Update minimum versions of development tools (#983)

12345678910>>...493