That's the result of testing lastest win32 snap (PHP4-STABLE) against test
cases in HEAD (something I should not do, I know):
> =
> FAILED TEST SUMMARY
> -
> jdto
Hi Magnus,
Please try changing file.c line 1485 so that it reads something like
this:
unsigned long len;
int type;
I would expect that to help reduce errors whenever the fscanf function
is called (used by the expectf section in tests?).
The other problem is within the url scanner in the trasn-s
Also, here are two possible problems.
cc: Warning: /home/sas/src/php4/ext/standard/url_scanner_ex.re, line 415: In this
statement, the referenced type of the pointer value "handled_output_len" is "unsigned
int", which is not compatible with "unsigned long". (ptrmismatch)
cc: Warning: /php/php4/