History log of /web-php/images/logo.php (Results 1 – 23 of 23)
Revision Date Author Comments
# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# b3c9551c 12-Jul-2022 Andreas Möller

Enhancement: Enable `no_extra_blank_lines` fixer

Closes GH-646.


# f3585d9b 11-Jul-2022 Andreas Möller

Enhancement: Enable `indentation_type` fixer

Closes GH-622.


# d40890db 03-Jul-2022 Ayesh Karunaratne

Micro Optimizations - Round #2

* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

Micro Optimizations - Round #2

* .gitignore: Remove redundant entry

* Minor optimizations with ternary operators

* Use `const` instead of `define()` where appropriate

`const` is quite faster because of the compile-time optimizations. Because the replaced statements are not declaring constant conditionally, it's safe to use `const` in all of these places.

Closes GH-608.

show more ...


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


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


# 64c35d88 06-Sep-2016 Kevin Israel

logo.php: Check if QUERY_STRING is set before using it

Fixes a PHP Notice introduced in 0df71ff798c722f3.


# 0df71ff7 21-Sep-2015 Levi Morrison

Remove oldschool logos and running elephpant

There have been many complaints about them.

Move the Not Modified checks to the top. Also move other code
around so definitions are

Remove oldschool logos and running elephpant

There have been many complaints about them.

Move the Not Modified checks to the top. Also move other code
around so definitions are a bit closer to where they are used.
This is why the diff looks messy.

show more ...


# 34700d92 21-Sep-2015 Levi Morrison

Prefer SVG logo over PNG; serve .gz if possible


# 11d6601c 08-May-2014 Levi Morrison

Decreased elephpant frequency; also optimized the image.


# 85fdad2e 02-Apr-2014 Hannes Magnusson

To lazy to automate this


# 91cf3c46 01-Apr-2014 Hannes Magnusson

Missing now check


# 4d50f54e 23-Jan-2014 Hannes Magnusson

Reduce the chances even further to make these even more special


# a1173b63 07-Jan-2014 Hannes Magnusson

"z" starts at 0. And $now = $_SERVER["REQUEST_TIME"] already


# e7ea4475 29-Dec-2013 Hannes Magnusson

Add a way to avoid the cache


# c348cd41 26-Dec-2013 Hannes Magnusson

Thats a little to frequent.. roll it back to 60 seconds plus shuffle


# 3ffaa471 26-Dec-2013 Hannes Magnusson

Add more possible logos and increase the chances of showing them


# fea7d432 16-Dec-2013 Hannes Magnusson

Make sure we have a query string


# 3f8ac746 14-Dec-2013 Hannes Magnusson

Add the qa.php.net logo


# 384e52fe 13-Dec-2013 Hannes Magnusson

Almost always use the new xmas logo


# e2fb2422 10-Dec-2013 Hannes Magnusson

Add a xmas logo by Christy Raju


# 5c9a0902 09-Dec-2013 Hannes Magnusson

Set the timezone


# 9098464a 06-Dec-2013 Hannes Magnusson

Remove an used file & improve the logo scale