PHP / Moto incompatibility

David Hakim <dhakim-Gkm/TONP9n1Wk0Htik3J/[email protected]> Thu, 20 Mar 2003 15:49:55 -0500
Newsgroups gmane.comp.lang.moto.devel,gmane.comp.lang.moto.user
Message-ID <[email protected]>
	To anyone who has encountered moto / PHP 4 incompatibilities when 
running on the same webserver:

please change line 68 of src/codex/dfa.c from

	IntSet* move(IntHashtable* states,IntSet* T,char a)

to
	static IntSet* move(IntHashtable* states,IntSet* T,char a)

then re-make and install your installation

Please let me know if that fixes things!

-Dave