#
0e511803 |
| 10-Dec-2018 |
Peter Kokot |
Refactor long array() syntax to short [] Since app is using PHP 5.4+ already, the longer `array()` syntax can be refactored to shorter `[]`.
|
#
361dafb3 |
| 17-Aug-2011 |
Hannes Magnusson |
Why even bother committing workaround? divyank.t from directi.com has fixed all both issues of ours over the past ~10 years within 2hours...
|
#
b1bd3179 |
| 17-Aug-2011 |
Hannes Magnusson |
Workaround for broken data from the api, the last result is missing an new line before the ending token
|
#
93d4d2d5 |
| 10-Jan-2009 |
Hannes Magnusson |
Add vim modeline
|
Revision tags: BEFORE_CONTENT_LAYOUT_SEP, BEFORE_SOC06, PHPGCOVWEB_1_0, RELEASE_1_0_4 |
|
#
e16afa4c |
| 01-Jul-2004 |
Gabor Hojtsy |
the file gets properly updated, but does not end up on the mirrors
|
#
8b557d1e |
| 30-Jun-2004 |
Gabor Hojtsy |
what is that date?
|
#
e62e73c8 |
| 30-Jun-2004 |
Gabor Hojtsy |
ouch, ouch
|
#
c7c65251 |
| 30-Jun-2004 |
Gabor Hojtsy |
see how is the first line bogus
|
#
8bfdacf9 |
| 30-Jun-2004 |
Gabor Hojtsy |
more debug code
|
#
5b06a213 |
| 29-Jun-2004 |
Gabor Hojtsy |
properly check if proper format is downloaded
|
#
4827d02c |
| 29-Jun-2004 |
Gabor Hojtsy |
check if proper format is downloaded
|
#
9b770d06 |
| 29-Jun-2004 |
Gabor Hojtsy |
does this ip2country stuff update?
|
#
a33ec85f |
| 14-May-2003 |
Gabor Hojtsy |
Return with false if the fetch operation was not successfull. Also only recreate the index if there is a new DB file
|
#
0e0e7d1e |
| 02-May-2003 |
Gabor Hojtsy |
Do a deep check on the format of the received file, and only accept it, if it is in the format defined. Otherwise reject the new data, and work with the old one. This also covers
Do a deep check on the format of the received file, and only accept it, if it is in the format defined. Otherwise reject the new data, and work with the old one. This also covers the "no updates" message handling.
show more ...
|
#
52f6b069 |
| 01-May-2003 |
Gabor Hojtsy |
Brr, $root needs to be passed on
|
#
8b4055df |
| 01-May-2003 |
Gabor Hojtsy |
Move ip-to-country code into its own file, now with indexing added The indexing stuff can be moved to the rename() if section, as it only need to run if there is a new file (but
Move ip-to-country code into its own file, now with indexing added The indexing stuff can be moved to the rename() if section, as it only need to run if there is a new file (but now there is no index to leave there, so the indexing code will always run)
show more ...
|