![]() |
Alexey admin 2/18/2008 |
Hugo, function echobig($string, $bufferSize = 8192) { for ($chars=strlen($string)-1,$start=0;$start <= $chars;$start += $bufferSize) echo substr($string,$start,$bufferSize); }
|
L
|
laonian 2/22/2008 |
Hugo, thank you for pointing me to this bug. To fix it modify fulltext.php file in C:\Program Files\PHPRunner4.2\source folder. Find and remove this snippet from there: Then rebuild your project.
|
J
|
Jane 2/26/2008 |
Hi, |