History log of /web-php/manual/change.php (Results 1 – 11 of 11)
Revision Date Author Comments
# 59c070f5 07-Dec-2023 Andreas Möller

Enhancement: Enable `blank_line_after_opening_tag` fixer (#875)


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

Enhancement: Enable `binary_operator_spaces` fixer

Closes GH-667.


# d9bcfed4 22-Aug-2022 Andreas Möller

Enhancement: Enable `array_syntax` fixer

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

Closes GH-659.


# 4b3e3c9a 11-Jul-2022 Andreas Möller

Enhancement: Enable `whitespace_after_comma_in_array` fixer

Closes GH-637.


# c0afd74b 31-May-2019 Sara Golemon

Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__

2/4 - Update remaining except archives/ and release/.


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


# efc35ac0 12-Mar-2014 Rasmus Lerdorf

Prevent response header splitting


# 057281b7 12-Jun-2010 Philip Olson

Fixed minor logic issues, as per E_NOTICE errors found within the logs.


# 6d0f6250 02-Aug-2003 Gabor Hojtsy

Fix includes, and make redirects based on the already computed
language value


# 4c0191e6 26-Jan-2003 Gabor Hojtsy

Do not interfere with general $lang parameter, use a whole $page param instead.


# 85a0d2f7 25-Jan-2003 Gabor Hojtsy

Add future manual format / language change form processor code