1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00
Commit Graph

14 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
2735e5f03f Swap uses of _SERVER[DOCUMENT_ROOT] for __DIR__
1/n - Update / and /include/ only.
2019-05-31 11:19:09 -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
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
d3757924b2 Let the common URL handler choose the right page to redirect to... 2003-01-11 12:40:05 +00:00
Mark Kronsbein
c1a94be61d Make this right (hopefully ;) 2001-12-29 00:10:55 +00:00
Gabor Hojtsy
63b6cb4521 More general "include" redirection, added comment 2001-07-08 11:30:23 +00:00
Gabor Hojtsy
e4d114f6d2 Reverted Jim's commit (using the new function) 2001-07-07 10:33:42 +00:00
jim winstead
3b7cef3d14 why does /include/ redirect to the manual? go home instead. 2001-07-07 00:55:37 +00:00
Gabor Hojtsy
eb388decd8 More <? to <?php conversion. 2001-07-01 09:59:41 +00:00
Colin Viebrock
1509e4540d Fix so that xx.php.net/include is more useful :) 2001-04-10 17:20:35 +00:00
jim winstead
33c01cb600 here goes nothing. the new php site look. let the torrent of
bitter and angry "i hate change" emails begin.
2001-03-08 00:18:15 +00:00