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

20 Commits

Author SHA1 Message Date
Derick Rethans
b2b48ca1e0 Remove references, redirects, and selection of mirrors 2019-04-01 11:27:09 +01: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
Daniel P. Brown
a06ff6c298 Missed the check for www.php.net /in addition to/ php.net. Thanks, bjori. 2012-12-05 15:00:04 -05:00
Daniel P. Brown
3cc9491588 Change multiple checks and references from 'www.php.net' to plainly 'php.net' to reduce 301's, fix a few broken items, and ease a bit of the load off the server (multiple connections per page when statically referenced as 'www.php.net.' 2012-12-05 11:09:23 -05:00
Philip Olson
571d9d86ec Specify that sys_getloadavg() usage requires PHP 5.1.3+ 2009-04-07 17:12:58 +00:00
Hannes Magnusson
917f78ade0 Do not redirect to special mirrors 2007-10-01 17:53:45 +00:00
Gabor Hojtsy
520013dc3c only check for high load on the primary site, plus fix a small preference bug 2006-07-07 13:15:04 +00:00
Rasmus Lerdorf
ef33d9eeac Switch to use sys_getloadavg() 2006-02-18 05:44:33 +00:00
Gabor Hojtsy
0e45964dc3 Never allow www.php.net to be the preferred mirror site 2003-08-13 16:03:21 +00:00
Gabor Hojtsy
22ae0f3870 Provide the interface for user selected mirror site redirection
to the website users, as well as adhere to these settings in
the load distribution script
2003-08-13 13:11:55 +00:00
Gabor Hojtsy
6509db6d9c Put the repeating codes into functions, tabs2spaces and use
more descriptive variable names
2003-08-04 09:45:32 +00:00
Wez Furlong
b7c0ecfb61 deprecate ht://dig in favour of alltheweb.
alltheweb has better results than ht://dig and allows us to utilize all mirrors
equally for load balancing.
2003-05-23 01:30:20 +00:00
Wez Furlong
1842aa7aee fix an issue for people in the US... 2003-05-23 00:27:55 +00:00
Wez Furlong
a11ee2424b avoid function calls and hash-lookups here when we already have the details. 2003-05-23 00:04:59 +00:00
Wez Furlong
1e5cc0ae4d Panic at really high load 2003-05-22 23:30:58 +00:00
Wez Furlong
d60b8e2b54 When multiple mirrors are search capable, randomly pick one. 2003-05-22 23:00:08 +00:00
Wez Furlong
1d9cdd7e2e Unconditionally dump manual searches onto mirrors (that are search capable). 2003-05-22 21:40:04 +00:00
Wez Furlong
cc1a4ab4aa Don't suggest www.php.net, and avoid buildup a bunch of '/' on the URI. 2003-05-22 18:33:22 +00:00
Wez Furlong
032a075a09 Add primitive load balancing. 2003-05-22 17:31:44 +00:00