[wp-hackers] Weird add_filter() glitch: PHP crashes
Computer Guru
computerguru at neosmart.net
Fri Mar 23 08:39:41 GMT 2007
Setting the priority of my filter to anything other than 10 or blank crashes
FastCGI:
add_filter( 'the_content', 'NST_CheckRSS'); //This works
add_filter( 'the_content', 'NST_CheckRSS', 1); //This crashes:
FastCGI Handler Extension
Error 0x80004005 occurred processing request.
The FastCGI process exited unexpectedly
It's not a timeout error and my filter isn't calling on itself over and over
again (I remove the filter then add it after apply_filter())
Has anyone seen this problem before?
Computer Guru
NeoSmart Technologies <http://neosmart.net/>
http://neosmart.net/blog/
More information about the wp-hackers
mailing list