Upon having a terrible time attempting compile php with all of our required extensions, I tried to compile with a few basic options (no extensions). I'm seeing warnings like this:
"/usr/local/src/php-4.3.2/ext/standard/var_unserializer.c", line 754: warning: argument #1 is incompatible with prototype:
prototype: pointer to const char : "/usr/local/src/php-4.3.2/ext/standard/var_unserializer.c", line 125
This sort of warning strikes me as dangerous, if I understand it correctly. Can anyone shed any light on it? I get hundreds of these when I add extensions (and more serious errors that crash make)?
Info: Solaris 8 (patched), PHP 4.3.2, Forte 6 CC, sun make, various gnu support (bison, flex).
thanks for any help,
ivo