901203b8 | 29-May-2003 |
foobar |
Final version. |
035dff41 | 29-May-2003 |
foobar |
Fine tuning |
fad6f449 | 29-May-2003 |
foobar |
- Initial "Release notes" page for PHP 4.3.2 # Please give some feedback, I might have missed some major # issue that should be mentioned here (that isn't in NEWS file..) |
af04d4d2 | 27-May-2003 |
Gabor Hojtsy |
Fix the manual page check on the dropdown to check with an absolute path and not a relative (it can also be included in a shortcut call) Also comment it out the same time, as discuss
Fix the manual page check on the dropdown to check with an absolute path and not a relative (it can also be included in a shortcut call) Also comment it out the same time, as discussed with the php-mirrors list, for performance reasons [other language listings are also done without checks on docs.php for example] This eliminates approx. 24 stat() calls per manual page display
show more ...
|
bc78f803 | 27-May-2003 |
Gabor Hojtsy |
Remove PHP < 4.1.0 BC code - the creation of $_.. vars - global-ing them before usage These are not needed anymore, we have all mirrors with PHP > 4.1.0, and those having old v
Remove PHP < 4.1.0 BC code - the creation of $_.. vars - global-ing them before usage These are not needed anymore, we have all mirrors with PHP > 4.1.0, and those having old versions are disabled
show more ...
|
31e6d4c7 | 27-May-2003 |
Zeev Suraski |
That too |
8addb3a3 | 27-May-2003 |
Gabor Hojtsy |
s/gallary/gallery/ |
8d5a3ac7 | 27-May-2003 |
Zeev Suraski |
That's been on my TODO for a few years :) |
d0a585ba | 27-May-2003 |
Gabor Hojtsy |
Fixing a bug spotted by Allowee [strangely this is not needed on official mirror sites to make /manual redirect to the default language] |
27d189be | 27-May-2003 |
Derick Rethans |
- Fix link |
52702cdd | 26-May-2003 |
Gabor Hojtsy |
This search in the index was causing most of the IPs to be hidden in the db since I have added the speed increase fix. The previous ranges were checked for IPs instead of the actual range
This search in the index was causing most of the IPs to be hidden in the db since I have added the speed increase fix. The previous ranges were checked for IPs instead of the actual range where the IP was [because == was true for the upper part of the region]. Now we search in one region up, and that makes this whole code work again without any more resource needs. Plus it also finds Rasmus' home IP finally ;))
show more ...
|
89cf2ddd | 26-May-2003 |
Gabor Hojtsy |
Fix Spanish site link |
ec4bf7f3 | 25-May-2003 |
Rasmus Lerdorf |
Attempt to fix bogus response codes for mirrors running older php versions |
c139beb5 | 25-May-2003 |
Rasmus Lerdorf |
Swallow the warning for too many args on mirrors that are running older versions of PHP |
f50f4a6d | 25-May-2003 |
Rasmus Lerdorf |
Someone broke BC and a status: header liune is not automatically parsed to set r->status, so we have to pass it in now. Without this change were were sending both a 404 and a 200 on the same
Someone broke BC and a status: header liune is not automatically parsed to set r->status, so we have to pass it in now. Without this change were were sending both a 404 and a 200 on the same response which caused all sorts of weirdness. Hopefully this won't break too many mirrors.
show more ...
|
55513d6a | 25-May-2003 |
Gabor Hojtsy |
Drop out ugly workaround to make the country lookup work The database has errors, so we need to wait for that to be fixed... Some speed fixes: - do not search in the DB if
Drop out ugly workaround to make the country lookup work The database has errors, so we need to wait for that to be fixed... Some speed fixes: - do not search in the DB if we were unable to find any helpful data in the index. A full DB search is something we should not do because of performance reasons - return a two element array in the index lookup specifying a range where the IP should be in the DB (if it is correct). If we pass that range, we were unable to find the IP. This reduces the number of compared records significantly Note that this is not a fix for Rasmus' and others' lookup problems. That is caued by the DB containing overlapping IP ranges, which are not OK for our indexer, and would even not return valid results in an SQL 'BETWEEN' search [which is the recommended search method on ip-to-country.com].
show more ...
|
eb2eb532 | 24-May-2003 |
Andrew Lindeman |
use www.php.net instead of the mirror for the site option in google, in case a mirror hasn't been indexed by google. |
0883c55d | 24-May-2003 |
Jacques Marneweck |
- Another better fix seeing that it does not process more of the ip-to-country database file than necessary as well as adding a failsafe so we only do a max of 3 lookups and move the inde
- Another better fix seeing that it does not process more of the ip-to-country database file than necessary as well as adding a failsafe so we only do a max of 3 lookups and move the index down each time by one.
show more ...
|
a53dea92 | 24-May-2003 |
Andrew Lindeman |
this is a better way to do that |
ea491396 | 24-May-2003 |
Jacques Marneweck |
- Quickfix to get rasmus IP to lookup. |
eab7a75a | 24-May-2003 |
Gabor Hojtsy |
Comment the BC code for pre 4.1.0 mirrors as we have them disabled now, so autoglobal vars should work on all mirrors without special preparation Use $_SERVER['DOCUMENT_ROOT'] for in
Comment the BC code for pre 4.1.0 mirrors as we have them disabled now, so autoglobal vars should work on all mirrors without special preparation Use $_SERVER['DOCUMENT_ROOT'] for includes instead of a user defined constant, as the docroot value is always available [even before prepend.inc] This ensures consistency and causes no stat() calls Add myphpnet_...() functions to load, get/set and save the user preferences, and use them everywhere. This enables us to easily add new preferences to the same cookie. Every preference will last for a year this way, and the cookie will only be set again, if someone modifies his data on my.php If this works nicely, then we can easily add a preferred mirror site setting (and more) [These changes seem to work on my local mirror]
show more ...
|
1429cf34 | 24-May-2003 |
Gabor Hojtsy |
Include the manual page instead of redirecting to it. My local test showed that it works perfectly. Note that it is important that a 200 OK status is returned, and that the possible
Include the manual page instead of redirecting to it. My local test showed that it works perfectly. Note that it is important that a 200 OK status is returned, and that the possible multiple includes are handled with include_once (in shared-manual.inc too!)
show more ...
|
c0c7276f | 24-May-2003 |
Gabor Hojtsy |
This base seems to be correct to me on mirror sites too, so enable it |
bc55d944 | 23-May-2003 |
Gabor Hojtsy |
Add $BASE_FOR_MANPAGE which will always contain the correct URI of a manual page which is currently served. The code uses no external calls, it is based on config params provided by
Add $BASE_FOR_MANPAGE which will always contain the correct URI of a manual page which is currently served. The code uses no external calls, it is based on config params provided by sendmanualheaders() and manualheaders(), which are always properly parameterized on all manpages and are always called. The <base> printout is added with a comment now, so we can see if it works correcly. If yes, that the comment signs can be removed, making that effective. Then all the manual shortcuts can be changed to include() manual pages instead of redirecting to them. Relative links will work.
show more ...
|
6cc5946b | 23-May-2003 |
Gabor Hojtsy |
Add a language code conversion function, which will be used on manual pages |