19d61966 | 23-May-2003 |
Ilia Alshanetsky |
Optimized include logic. # As it now stands phpweb uses EXTREMELY inefficient way of including files # by relying on the include_path parameter. Which causes at least 2 useless # sta
Optimized include logic. # As it now stands phpweb uses EXTREMELY inefficient way of including files # by relying on the include_path parameter. Which causes at least 2 useless # stat() calls for every include. By prefixing all includes & requires for # files from include/ with the __PHPWEB_INC_PATH__ constants this is avoided.
show more ...
|
09a7faa5 | 23-May-2003 |
Gabor Hojtsy |
Add new Spanish site |
1a1993eb | 23-May-2003 |
Derick Rethans |
- Change link to museum |
f8136877 | 23-May-2003 |
Gabor Hojtsy |
Adding anchors for precision linking from the manual |
32e4ed6a | 23-May-2003 |
Sander Roobol |
add missing hdelim() |
ca249003 | 23-May-2003 |
Wez Furlong |
Add news item about the new load balancing features |
0b233b7d | 23-May-2003 |
Wez Furlong |
google doesn't like trailing slash on site |
39f1bd10 | 23-May-2003 |
Wez Furlong |
switch to google; alltheweb isn't quite as smart just yet |
b7c0ecfb | 23-May-2003 |
Wez Furlong |
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. |
eb342bd8 | 23-May-2003 |
Wez Furlong |
google only www.php.net |
747a239e | 23-May-2003 |
Wez Furlong |
&! |
97267705 | 23-May-2003 |
Wez Furlong |
better googling |
1842aa7a | 23-May-2003 |
Wez Furlong |
fix an issue for people in the US... |
7f284409 | 23-May-2003 |
Wez Furlong |
Be more aggresive with load balancing here |
a11ee242 | 23-May-2003 |
Wez Furlong |
avoid function calls and hash-lookups here when we already have the details. |
1e5cc0ae | 22-May-2003 |
Wez Furlong |
Panic at really high load |
d60b8e2b | 22-May-2003 |
Wez Furlong |
When multiple mirrors are search capable, randomly pick one. |
1d9cdd7e | 22-May-2003 |
Wez Furlong |
Unconditionally dump manual searches onto mirrors (that are search capable). |
cc1a4ab4 | 22-May-2003 |
Wez Furlong |
Don't suggest www.php.net, and avoid buildup a bunch of '/' on the URI. |
25a318e8 | 22-May-2003 |
Wez Furlong |
Add loadavg checks here too |
032a075a | 22-May-2003 |
Wez Furlong |
Add primitive load balancing. |
8f1cc713 | 22-May-2003 |
foobar |
News about RC4 |
bdc3c249 | 21-May-2003 |
Gabor Hojtsy |
Doh, $www_static_root was even not global-ed here... |
c2a0f920 | 21-May-2003 |
Gabor Hojtsy |
Fix another image... |
979269e7 | 20-May-2003 |
Jacques Marneweck |
- Fixed $www_static_root not being echo'ed which caused stylesheet and a couple of graphics to not load. |