[PHP-DEV] RE: [PHP-QA] Test results [failed]

2003-02-02 Thread Kai Schröder
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

Re: [PHP-DEV] Re: [PHP-QA] Test results [failed] PHP5 (ZE2) on Tru64

2003-01-13 Thread Wez Furlong
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

[PHP-DEV] Re: [PHP-QA] Test results [failed] PHP5 (ZE2) on Tru64

2003-01-13 Thread Magnus Määttä
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/