On Mon, July 23, 2007 9:48 am, Jeff Lanzarotta wrote: > I am not sure if this is the right mailing list or not, but here > goes... > > I am attempting to compile php 5.2.3 from source under SUSE 10.1. The > compile is fine, it is the 'make test' that is failing... > > When I run 'make test' I am getting: > > ===================================================================== > FAILED TEST SUMMARY > --------------------------------------------------------------------- > double to string conversion tests [Zend/tests/double_to_string.phpt] > Bug #16069 (ICONV transliteration failure) > [ext/iconv/tests/bug16069.phpt] > iconv stream filter [ext/iconv/tests/iconv_stream_filter.phpt] > strripos() offset integer overflow > [ext/standard/tests/strings/strripos_offset.phpt] > ===================================================================== > > > I have sent the automatic report, but have not heard anything back. > > Does anyone have any ideas on how to fix this? Ignore it. :-) The PHP tests are in a constant state of flux and rarely, if ever, do you get 100% pass, at least in my experience. And if you are not actually using iconv, then you definitely don't care. Even if you ARE using iconv, it may not be a bug you'll ever trigger. You can, of course, research bug #16069 at http://bugs.php.net to see what it's all about and make an informed decision. That might be even better than just ignoring it. -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/browse/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php