History log of /web-php/sites.php (Results 1 – 25 of 74)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# db5ec411 27-Feb-2024 haszi

Remove section on edit.php.net (#961)

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


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


# db4d7464 06-Dec-2023 Andreas Möller

Remove indentation in array arguments (#860)


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# 3a2761d9 08-Jul-2022 Andreas Möller

Fix: Heredoc syntax

Closes GH-564.


# 5263a544 27-May-2022 Aaron Junker

Update sites.php

- Removes comments of old pages that will never come online again
- Removes http://gcov.php.net as this website was shut down
- Adds https://windows.php.net

Update sites.php

- Removes comments of old pages that will never come online again
- Removes http://gcov.php.net as this website was shut down
- Adds https://windows.php.net

Closes GH-517.

show more ...


# 3c234a06 25-Sep-2021 peterdd

Link qa.php.net, svn.php.net, people.php.net with https (#447)

They're reachable, so they should be the default for those links.


# af092d09 06-May-2021 Christoph M. Becker

Update lxr links to point to heap.space

This instance is maintained by ekin, and has good availability,
contrary to lxr.php.net which is down for years.


# e2ee39e0 02-Apr-2021 Sergey Panteleev

Replace references to git.php.net


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

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


# dd8d8bf8 17-Oct-2018 Peter Kokot

Sync final and leading newlines

This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

Sync final and leading newlines

This patch adds some missing newlines, trims some multiple redundant
final newlines into a single one, and trims few redundant leading
newlines.

According to POSIX, a line is a sequence of zero or more non-'<newline>'
characters plus a terminating '<newline>' character. [1] Files should
normally have at least one final newline character.

C89 [2] and later standards [3] mention a final newline:
"A source file that is not empty shall end in a new-line character,
which shall not be immediately preceded by a backslash character."

Although it is not mandatory for all files to have a final newline
fixed, a more consistent and homogeneous approach brings less of commit
differences issues and a better development experience in certain text
editors and IDEs.

[1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
[2] https://port70.net/~nsz/c/c89/c89-draft.html#2.1.1.2
[3] https://port70.net/~nsz/c/c99/n1256.html#5.1.1.2

show more ...


# e235f794 17-Oct-2018 Peter Kokot

Trim trailing whitespace

This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.


# 815f58d0 17-Oct-2017 Kalle Sommer Nielsen

Fixed bug #75399 (Few non working links at php.net)

As much as I would love to have a working lxr and just point it to aharvey@'s site, I have just commented out them for now, marking them w

Fixed bug #75399 (Few non working links at php.net)

As much as I would love to have a working lxr and just point it to aharvey@'s site, I have just commented out them for now, marking them with the ever grep'able XXX label

show more ...


# adadd33e 01-Sep-2016 Kalle Sommer Nielsen

Fixed the php.net part of bug #72880 (snaps.php.net still linked from other php.net sites)

This is simply, like stated in the bug report, a left over anchor in the sidebar


# 61550de6 15-Feb-2015 Jacob Bednarz

Remove links to snaps.php.net

As the development snapshots have been removed in favour of the git sources,
these links is no longer required.


# 5bfef25e 04-Jun-2014 Michael

Kill off XHTML

Long live HTML5! =)


# 864dfeb9 12-May-2014 Sobak

This sidebar code is unused


# 06ef5d13 12-May-2014 Sobak

Updated sites descriptions


# f7d77643 01-Jan-2014 Hannes Magnusson

Fixed bug #66380 (edit.php.net is missing on sites.php)


# 747737a8 13-Dec-2013 Hannes Magnusson

Add people.


# f3041a32 13-Dec-2013 Hannes Magnusson

bugs and wiki should link to https


# b2eba34e 10-Dec-2013 Hannes Magnusson

Prettified


# 3cc94915 05-Dec-2012 Daniel P. Brown

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when st

Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.'

show more ...


# 6688517a 05-Jul-2012 Hannes Magnusson

I don't know exactly what happened but somehow this long outstanding
todo item got resolved.
I hope noone actually notices =)


# f1f5e30c 20-Mar-2012 Adam Harvey

Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowin

Initial rewrite of the references to Subversion on the site to Git. Rewrites
welcome! A couple of important notes:

- I've largely dropped references to Subversion altogether, even knowing that
php-doc hasn't migrated yet. We may need to put a few more "Git/SVN account"
references in there if php-doc isn't going to be migrated in the near future.

- I've removed the quick start hints from git-php.php after an account request
has been sent in. The documentation there was pretty skimpy anyway and
probably wouldn't have been enough to get a developer going, plus it's harder
to distill the Git workflow into three or four snappy commands and I'm not
really convinced that a form confirmation page is the right place to have
learning materials, since it's a one-time page for most users. Instead I've
replaced them with links to the relevant Wiki pages, which seem more likely
to be the right place for new developers to learn.

News post to come, but I wanted to separate this out for easier review.

show more ...


123