History log of /web-php/ (Results 701 – 725 of 12155)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
491af6f113-Aug-2021 Peter Cowburn

link to documentation source file when possible (#434)

Also direct readers to the language-specific repository to
report issues.

7bf6acda05-Aug-2021 Ben Ramsey

Announce 8.1.0beta2

3f9d067005-Aug-2021 Semih Keskin

Adding PHPKonf 2021 Online Conference

Closes GH-433.

bb4adb3804-Aug-2021 Lev Veyde

Fix typo in Changelog

Closes GH-432.

3622e49504-Aug-2021 Lev Veyde

Fix typo in Changelog

Closes GH-431.

2350897202-Aug-2021 Rasmus Lerdorf

Add spaceship shortcut

a7bb693a01-Aug-2021 Máté Kocsis

Format interfacenames the same way as classnames

Closes GH-429.

e46c305629-Jul-2021 Derick Rethans

Announce 7.4.23

e7f776fa29-Jul-2021 Gabriel Caruso

Announce PHP 8.0.9

d567df3b29-Jul-2021 Remi Collet

8.0.9 tarballs

190daa7728-Jul-2021 Lev Veyde

Fix small typo (same as in the PHP 7 ChangeLog)

Closes GH-428.

e214ead827-Jul-2021 Derick Rethans

Merge branch 'master' of https://github.com/php/web-php


0d25dc9627-Jul-2021 Derick Rethans

7.4.22 tarballs

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

edfe461026-Jul-2021 Lev Veyde

Fix small typo (#427)

01337ed123-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.

264eb72b23-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 ...

40840e3c22-Jul-2021 Patrick Allaert

Announce 8.1.0beta1

0cea658a21-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 ...

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

e6ecda0413-Jul-2021 Christoph M. Becker

Add image to PHP Conference Japan 2021 Online

3d96efbd13-Jul-2021 Noriko Yamamoto

Added PHP Conference Japan 2021 Online Announcement

Closes GH-414.

c731c7ac12-Jul-2021 Christoph M. Becker

Update security-notes

NeverEverSanity wasn't so recent, and safemode is long gone.

0a39d89108-Jul-2021 Sara Golemon

Fix mirror-info.php to work on PHP8 (arg order to join/implode)

2621743408-Jul-2021 Sara Golemon

Bring back 'View Source' on php.net

1...<<21222324252627282930>>...487