View Single Post
Old 02-25-2004, 01:45 PM   #15
tomas
Orange Mole
 
Join Date: Feb 2004
Posts: 47
hi alivin,

the memory issue does not change - even with your workaround
=> i tested with wrong setting in php.ini

so if anybody has a problem spidering large pdf's especially with
large vector-graphics in it - override php.ini in this way:

in spider.php - first write this line:
ini_set(memory_limit, "64M");

anyway - your bugfix works great :-)

regards
tomas

Last edited by tomas; 02-25-2004 at 02:27 PM.
tomas is offline   Reply With Quote