Hi,
I just find out that Negref extension is not compatible with mediawiki 1.19 because of:
$keys = array_keys( $parser->mStripState->general->getArray() );
StripState does not have 'general'. It has:
$this->data = array( 'nowiki' => array(), 'general' => array() );
but data is protected. So there's no way to access it outside Parser class. I wonder if You have maybe working version for 1.19?