From: tom at arch dot ethz dot ch Operating system: IRIX 6.5.21 PHP version: 4.3.4 PHP Bug Type: Compile Failure Bug description: Missing declaration of CRTSCTS in ext/dio/dio.c
Description: ------------ Missing declaration of CRTSCTS in ext/dio/dio.c which is used in line 565 in dio.c I added a declaration as long in line 426, works for me. btw, thanks for php! Reproduce code: --------------- ./configure --prefix=/a/path/php-4.3.4 --with-apxs=/a/path/apache/bin/apxs --with-mysql=/a/path/mysql --with-imap=/a/path/imap-2002e --with-ldap=/a/path --with-zlib=/a/path --with-gd=/a/path --with-pdflib=/a/path --with-tiff-dir=/a/path --with-jpeg-dir=/a/path --with-png-dir=/a/path --with-freetype-dir=/a/path --with-gettext=/a/path --with-xml=/a/path --with-xpm-dir=/a/path --with-dom=/a/path --with-iconv=/a/path --with-pear --enable-mime-magic --enable-mbstring --enable-dio --enable-ftp --enable-yp --enable-gd-native-ttf --enable-sysvsem --enable-tokenizer --enable-versioning --enable-track-vars make Expected result: ---------------- ... ... Build complete. ;) -- Edit bug report at http://bugs.php.net/?id=26488&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=26488&r=trysnapshot4 Try a CVS snapshot (php5): http://bugs.php.net/fix.php?id=26488&r=trysnapshot5 Fixed in CVS: http://bugs.php.net/fix.php?id=26488&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=26488&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=26488&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=26488&r=needscript Try newer version: http://bugs.php.net/fix.php?id=26488&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=26488&r=support Expected behavior: http://bugs.php.net/fix.php?id=26488&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=26488&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=26488&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=26488&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=26488&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=26488&r=dst IIS Stability: http://bugs.php.net/fix.php?id=26488&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=26488&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=26488&r=float