Quote:
Originally posted by tomas
hello charter,
ok i tried it on an other server fedora_core1/php-4.3.3
-> and grabbing pdf-files now works fine.
the result is pdf-indexing with php-4.2.2/3 does not work !
thanks a lot
tomas
|
After a long work I've found the bug!
PHP 4.2.2 incorrectly handles binary files using the function file($remote_url).
That function is used in robot_function.php during indexing.
I posted a patch
here