History log of /web-php/mailing-lists.php (Results 1 – 25 of 148)
Revision Date Author Comments
# fef2ba34 16-Apr-2024 Derick Rethans

Document mailing list options


# f0035890 13-Mar-2024 Sergey Panteleev

Update ML instruction


# c841b13a 18-Feb-2024 Derick Rethans

Update ML instructions


# b252162e 18-Feb-2024 Derick Rethans

Update with new email addresses for subscribe/unsubscribe


# c093fb53 06-Dec-2023 Andreas Möller

Enhancement: Enable `trailing_comma_in_multiline` fixer (#647)

* Enhancement: Enable and configure trailing_comma_in_multiline fixer

* Fix: Run 'make coding-standards'


# 1ebc2c49 22-Aug-2022 Andreas Möller

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


# 57f505ed 22-Aug-2022 Andreas Möller

Enhancement: Enable and configure `concat_space` fixer

Closes GH-657.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.


# d7e1b815 15-Jul-2022 Andreas Möller

Enhancement: Enable `constant_case` fixer

Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-660.


# aab787eb 12-Jul-2022 Andreas Möller

Enhancement: Enable `array_indentation` fixer

Closes GH-634.


# 546b144f 17-Jun-2022 Mathias Reker ⚡️

Use elseif instead of else if

Closes GH-534.


# 530b28e9 17-Jun-2022 Mathias Reker ⚡️

Add void return types

Add void return type to functions with missing or empty return statements.

Closes GH-535.


# 7dd64e1b 17-Jun-2022 Mathias Reker ⚡️

No spaces inside parenthesis

For consistency with the rest of the code.

Closes GH-551.


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


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


# 7d6e63b6 19-May-2021 Pavel Djundik

Display an error if no mailing list is selected (#392)


# 2de2ddfd 29-Apr-2021 Tiffany

Change mailing list rules link (#402)

This updates the mailing list rules link to the Github URL instead of the raw file. The reasoning for it is that the raw file does not include markdown

Change mailing list rules link (#402)

This updates the mailing list rules link to the Github URL instead of the raw file. The reasoning for it is that the raw file does not include markdown formatting, which decreases readability, and defeats the purpose of the rules as a markdown file.

show more ...


# 1d4be620 06-Apr-2021 Rasmus Lerdorf

Remove references to master.php.net


# e2ee39e0 02-Apr-2021 Sergey Panteleev

Replace references to git.php.net


# 4106dffc 17-Jul-2019 Sara Golemon

Document email based subscription


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

1/n - Update / and /include/ only.


# cdec537f 19-Apr-2019 Kalle Sommer Nielsen

Remove dead code


# 8621612c 30-Mar-2019 Peter Cowburn

Update mailing list rules URL

The file's location was changed in php-src (commit 8346b4c, PR 3988), so
update the mailing lists page on the site to reflect that.


# 10d8705c 02-Mar-2019 Peter Cowburn

add list email addresses to mailing lists page


# 190459c7 04-Nov-2018 Peter Kokot

Refactor each() function to foreach()

The each() function has been deprecated since PHP 7.2 and shouldn't be
used anymore:
- http://php.net/manual/en/function.each.php


123456