History log of /web-php/mirror-info.php (Results 1 – 25 of 49)
Revision Date Author Comments
# 59c070f5 07-Dec-2023 Andreas Möller

Enhancement: Enable `blank_line_after_opening_tag` fixer (#875)


# b8df60d5 05-Dec-2023 Andreas Möller

Enhancement: Update `friendsofphp/php-cs-fixer` (#849)

* Enhancement: Update friendsofphp/php-cs-fixer

* Fix: Run 'make coding-standards'

* Fix: Do not configure deprecated

Enhancement: Update `friendsofphp/php-cs-fixer` (#849)

* Enhancement: Update friendsofphp/php-cs-fixer

* Fix: Run 'make coding-standards'

* Fix: Do not configure deprecated fixers

show more ...


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# f3585d9b 11-Jul-2022 Andreas Möller

Enhancement: Enable `indentation_type` fixer

Closes GH-622.


# 38d4e072 02-Jul-2022 Ayesh Karunaratne

`phpversion()` replacements and code branch collapsing for older PHP versions

Closes GH-600.


# 89ac76cd 17-Jun-2022 Mathias Reker ⚡️

No alias functions

Canonical functions shall be used instead of aliases.

Closes GH-530.


# 855860ae 17-Jun-2022 Mathias Reker ⚡️

Single blank line at eof

A PHP file without end tag should always end with a single empty line feed.

Closes GH-541.


# 0a39d891 08-Jul-2021 Sara Golemon

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


# 5c0721b7 18-Jun-2019 Sara Golemon

Remove self-test logic from mirror-info.php

Technically, we could kill this whole file since the
mirror program has been discontinued.
However, the info is still probably useful to a

Remove self-test logic from mirror-info.php

Technically, we could kill this whole file since the
mirror program has been discontinued.
However, the info is still probably useful to anyone PRing against web-php.

show more ...


# 83111843 05-Jun-2019 Sara Golemon

Cleanup version.inc

With this diff, version.inc will ONLY export one "variable" named
$RELEASES which will continue to have the same format as previous.

It will also export a he

Cleanup version.inc

With this diff, version.inc will ONLY export one "variable" named
$RELEASES which will continue to have the same format as previous.

It will also export a helper method named release_get_latest()
for quickly accessing the most recent version published.

All other globals previously exported by this function are
no longer used on web-php.

show more ...


# 2735e5f0 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

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


# ad7a1e44 31-Jan-2019 Christoph M. Becker

MD5 checksums are gone


# 75c94377 31-Jan-2019 Christoph M. Becker

Update mirror check

PHP 5.6 is gone; 7.3 is current.


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


# 0f95b8c7 30-Jun-2018 Peter Kokot

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
use

Remove unused Git attributes ident

The $Id$ keywords were used in Subversion where they can be substituted
with filename, last revision number change, last changed date, and last
user who changed it.

In Git this functionality is different and can be done with Git attribute
ident. These need to be defined manually for each file in the
.gitattributes file and are afterwards replaced with 40-character
hexadecimal blob object name which is based only on the particular file
contents.

This patch simplifies handling of $Id$ keywords by removing them since
they are not used anymore.

show more ...


# 80cd8f4b 07-Jun-2017 Sara Golemon

Teach mirror-info.php about sha256

MD5 is likely to be deprecated/removed soon,
best to make all the tools ready for that.


# d75969f9 22-Nov-2014 Hannes Magnusson

Update the rsync check now that 5.3 is bye bye


# 5421e405 10-Oct-2012 Daniel P. Brown

Let's get the IP address, too, because a lot of mirrors aren't going to have FQDNs or even unique hostnames.


# bc773fe1 10-Oct-2012 Daniel P. Brown

First part of a series of commits designed to repair the missing sponsorship info on round-robin enabling.


# cba7dd7e 11-Sep-2012 Ferenc Kovacs

add the list of the enabled php exts to the response


# b25f1618 30-Jun-2009 Hannes Magnusson

Make sure it uses the correct variables for the self test


# 30201446 07-Apr-2009 Philip Olson

Edited sqlite check to include checking of every possible sqlite version


# 5abd69f1 05-Dec-2008 Hannes Magnusson

Return the error, not dump it


# 78a8a792 08-Jun-2008 Hannes Magnusson

Add more debug info
(Still trying to figure out why some mirrors don't like this)


# 82116e76 06-Jun-2008 Hannes Magnusson

Heh? Must have been high :)


12