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

13 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
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
e235f79473 Trim trailing whitespace
This patch cleans all redundant trailing whitespace across the
repository except for the icalendar files.
2018-10-17 10:51:08 +02: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
Gabor Hojtsy
dad69ec158 standardise on redirection methods, plug in missing folders 2006-09-20 18:50:35 +00:00
Gabor Hojtsy
1c5c752e6b Do not require register_globals 2003-08-09 16:51:24 +00:00
Gabor Hojtsy
d701af95fb Fixing the URL shortcut simlulations 2003-05-03 15:59:06 +00:00
Gabor Hojtsy
87e5c15113 Simulate a /pear shortcut call here (as this page may come up for some
other requests too, like /pear/index.php or /pear/index).
2003-01-08 19:17:50 +00:00
Mark Kronsbein
c1a94be61d Make this right (hopefully ;) 2001-12-29 00:10:55 +00:00
Gabor Hojtsy
f8935353aa /pear redirects to the manual, as /include, according to
our standards
2001-07-27 12:47:15 +00:00
Gabor Hojtsy
f116c15910 Heh :) The Location: header is for redirection... 2001-07-09 08:04:50 +00:00
jim winstead
04bca65087 redirect over to pear.php.net 2001-07-08 19:04:16 +00:00
Stig Bakken
e9fadeba61 * put PEAR's package.dtd online 2001-04-17 01:17:09 +00:00