I have played some time with event_geshi plugin, that makes color highlightging of program text. Strange things happen and I dont know why. I wrote a short text in "C" language:
Code: Select all
[geshi lang=c]
if (TMR1 < ((CLOCKS_PER_MS*7)) {
continue;
}
if (TMR1 < (CLOCKS_PER_MS*11)) {
continue;
}
[/geshi]
The text gets colorized, and it's OK. But when I changed the corresponding colors in geshi/c.php file (this file is for "C" language), nothing changed - the colors remained the same at the frontpage. I even
moved all contents of geshi directory to other place, that is I has emptied the geshi directory, and when I refreshed the front page, all was there - entries, "C" text colorized ...

, no any messages of sort of "file not found"... This was with Firefox. Then I tried with MSIE - the same result...
All my configuration is at my laptop : Apache webserver with PHP and MySQL, browsers. First idea that came to me was that Apache Server caches PHP files. Is it possible ? I stopped and started Apache but nothing changed.
Can someone give some hints ?