From: [EMAIL PROTECTED] Operating system: SunOS 5.8 PHP version: 4.2.1 PHP Bug Type: *Compile Issues Bug description: configure fails to handle missing include-files
When running configure, it claims to find unix.h, but there is no such file on the system, same thing with sys/sysexits.h. Fact is, it "recognizes" all include-files in this for-statement. I checked it with 4.1.2, this configure works properly, strangely it has the same for-loop as the 4.2.1-configure, so the problem lies somewhat deeper in the script. -- Edit bug report at http://bugs.php.net/?id=17525&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=17525&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=17525&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=17525&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=17525&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=17525&r=support Expected behavior: http://bugs.php.net/fix.php?id=17525&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=17525&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=17525&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=17525&r=globals
