1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

11 Commits

Author SHA1 Message Date
Andreas Möller
59c070f557 Enhancement: Enable blank_line_after_opening_tag fixer (#875) 2023-12-07 16:57:19 +01:00
Andreas Möller
1ebc2c4996 Enhancement: Enable binary_operator_spaces fixer
Closes GH-667.
2022-08-22 19:17:38 +02:00
Andreas Möller
d9bcfed482 Enhancement: Enable array_syntax fixer
Co-authored-by: MathiasReker <mathias@reker.dk>

Closes GH-659.
2022-08-22 18:59:14 +02:00
Andreas Möller
4b3e3c9a6b Enhancement: Enable whitespace_after_comma_in_array fixer
Closes GH-637.
2022-07-11 20:13:00 +02:00
Sara Golemon
c0afd74bf7 Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
2/4 - Update remaining except archives/ and release/.
2019-05-31 12:31:21 -04:00
Peter Kokot
0f95b8c709 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.
2018-10-17 07:29:46 +02:00
Rasmus Lerdorf
efc35ac0f0 Prevent response header splitting 2014-03-12 08:11:21 -07:00
Philip Olson
057281b7c1 Fixed minor logic issues, as per E_NOTICE errors found within the logs. 2010-06-12 02:41:10 +00:00
Gabor Hojtsy
6d0f62508e Fix includes, and make redirects based on the already computed
language value
2003-08-02 20:47:06 +00:00
Gabor Hojtsy
4c0191e626 Do not interfere with general $lang parameter, use a whole $page param instead. 2003-01-26 10:14:39 +00:00
Gabor Hojtsy
85a0d2f722 Add future manual format / language change form processor code 2003-01-25 19:39:48 +00:00