23508972 | 02-Aug-2021 |
Rasmus Lerdorf |
Add spaceship shortcut |
a7bb693a | 01-Aug-2021 |
Máté Kocsis |
Format interfacenames the same way as classnames Closes GH-429. |
e46c3056 | 29-Jul-2021 |
Derick Rethans |
Announce 7.4.23 |
e7f776fa | 29-Jul-2021 |
Gabriel Caruso |
Announce PHP 8.0.9 |
d567df3b | 29-Jul-2021 |
Remi Collet |
8.0.9 tarballs |
190daa77 | 28-Jul-2021 |
Lev Veyde |
Fix small typo (same as in the PHP 7 ChangeLog) Closes GH-428. |
e214ead8 | 27-Jul-2021 |
Derick Rethans |
Merge branch 'master' of https://github.com/php/web-php
|
0d25dc96 | 27-Jul-2021 |
Derick Rethans |
7.4.22 tarballs |
bdfa9643 | 26-Jul-2021 |
Mike Schinkel |
Change <a name="..."> to <a id="..."> PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id at
Change <a name="..."> to <a id="..."> PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id attribute and their values were the same, this commit removes the @name attribute (there were no cases where both @name and @id attributes existed but having different values.) Closes GH-416.
show more ...
|
edfe4610 | 26-Jul-2021 |
Lev Veyde |
Fix small typo (#427) |
01337ed1 | 23-Jul-2021 |
Mike Schinkel |
Remove use of get_magic_quotes_gpc() As get_magic_quotes_gpc() has been removed in PHP 8.0, this PR removes it from the clean() function in layout.inc. Closes GH-419. |
264eb72b | 23-Jul-2021 |
Mike Schinkel |
Change mailing list submit URL to use HTTPS The mailing list URL "http://main.php.net/entry/subscribe.php" was not using "https://main.php.net/entry/subscribe.php" and thus was failing.
Change mailing list submit URL to use HTTPS The mailing list URL "http://main.php.net/entry/subscribe.php" was not using "https://main.php.net/entry/subscribe.php" and thus was failing. Closes GH-426.
show more ...
|
40840e3c | 22-Jul-2021 |
Patrick Allaert |
Announce 8.1.0beta1 |
0cea658a | 21-Jul-2021 |
Mike Schinkel |
Add returns to end of functions (#422) PhpStorm flags functions that don't have returns at the end so this PR rearranges code so that the returns are always at the end, or in one case adds o
Add returns to end of functions (#422) PhpStorm flags functions that don't have returns at the end so this PR rearranges code so that the returns are always at the end, or in one case adds one that was missing.
show more ...
|
f16e2cb6 | 20-Jul-2021 |
Mike Schinkel |
Explain how PHP 4 and later are licensed Previously the page stated "PHP 4, PHP 5 and PHP 7 are distributed..." even though PHP 8 has been released. This commit changes the wording to be "St
Explain how PHP 4 and later are licensed Previously the page stated "PHP 4, PHP 5 and PHP 7 are distributed..." even though PHP 8 has been released. This commit changes the wording to be "Starting with PHP 4, versions of the PHP software are distributed..."
show more ...
|
e6ecda04 | 13-Jul-2021 |
Christoph M. Becker |
Add image to PHP Conference Japan 2021 Online |
3d96efbd | 13-Jul-2021 |
Noriko Yamamoto |
Added PHP Conference Japan 2021 Online Announcement Closes GH-414. |
c731c7ac | 12-Jul-2021 |
Christoph M. Becker |
Update security-notes NeverEverSanity wasn't so recent, and safemode is long gone. |
0a39d891 | 08-Jul-2021 |
Sara Golemon |
Fix mirror-info.php to work on PHP8 (arg order to join/implode) |
26217434 | 08-Jul-2021 |
Sara Golemon |
Bring back 'View Source' on php.net |
a6e55275 | 08-Jul-2021 |
Sara Golemon |
Fix BASE_PAGE for build-setup.php |
543076f1 | 08-Jul-2021 |
Sara Golemon |
Fix BASE_PAGE value on generated release entries |
5c480765 | 08-Jul-2021 |
Ben Ramsey |
Announce 8.1.0alpha3 |
ae006c32 | 05-Jul-2021 |
Sara Golemon |
Migrate away from strftime |
22f0d887 | 05-Jul-2021 |
Sara Golemon |
Use simpler === for value check |