Is this Apache2? If so, PHP 4.2.2 does not support it.
On 30 Apr 2002, Markus Lervik wrote:
> Hello, list!
>
> I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2.
> The error I get is
>
> php_functions.c:93: parse error
> make[3]: *** [php-functions.lo] Error 1
>
> Line 93 in ph
Hello, list!
I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2.
The error I get is
php_functions.c:93: parse error
make[3]: *** [php-functions.lo] Error 1
Line 93 in php_functions.c seems to be
#if !MODULE_MAGIC_AT_LEAST(20020506,0)
ADD_STRING(boundary);
#endif
GCC