ID: 35141 User updated by: cole at ccdc dot cam dot ac dot uk Reported By: cole at ccdc dot cam dot ac dot uk Status: Wont fix Bug Type: Compile Warning Operating System: IRIX 6.5.18m PHP Version: 5CVS-2005-11-07 (CVS) New Comment:
Sorry for the confusion: The reason I thought that you wanted the compile warnings is that the error is something that I diagnosed myself from earlier bug reports either to do with sed or shell (see for example bug #21142) - I did actually mention this in the original report so I therefore assumed you were interested in the 541 warnings I get (!!!) I guess if you are all happy to assume that they are all ok, then that's the end of it. Previous Comments: ------------------------------------------------------------------------ [2005-11-07 21:35:37] [EMAIL PROTECTED] Those warnings are harmless. And I thought you had some compile _errors_. warnings are not such. ------------------------------------------------------------------------ [2005-11-07 18:35:20] cole at ccdc dot cam dot ac dot uk Description: ------------ I was asked to submit this as follow up to bug #35088 the mips-pro compiler throws up quite a lot of warnings when building PHP. The build log is very large so I suggest that I mail it to you separately if you would like it. Nearly all of the warnings are to do with type incompatibility: cc-1164 cc: WARNING File = /home/cole/php5-200511071130/ext/dom/element.c, Line = 591 Argument of type "char *" is incompatible with parameter of type "xmlChar *". But there are some others too, e.g.: cc-1183 cc: WARNING File = /home/cole/php5-200511071130/ext/standard/ftp_fopen_w rapper.c, Line = 619 An unsigned integer is being compared to zero. while (tmp_len >= 0 && The above condition is always true .... ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35141&edit=1