> Is this due to my machine?
> Apache 1.3.12 Net Revolution.
>
> This is the first Error.
>
> ./language-parser.y:313: warning: implicit declaration of function
> `php3_midgard
> _variable'./language-parser.y: In function `phpparse':
> ./language-parser.y:312: warning: implicit declaration of function
> `php3_midgard
> _template'
> ./language-parser.y:313: warning: implicit declaration of function
> `php3_midgard
> _variable'
You're right, this is odd. I've looked at the source file and frankly I'm
surprised that not more platforms issue this warning. After the line that
reads
#include "control_structures_inline.h"
insert a line with
#include "functions/php3_midgard.h"
to see if that helps.
> functions/string.c:304: warning: suggest parentheses around assignment used
> as t
> ruth value
> functions/string.c: In function `_php3_strip_tags':
> functions/string.c:1921: warning: `tbuf' might be used uninitialized in this
> function
To my knowledge midgard should cause no interference with other PHP
extensions like string. This may be an unrelated problem.
Emile
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]