From: [EMAIL PROTECTED] Operating system: Irix 6.1.17 PHP version: 4.3.0RC2 PHP Bug Type: Compile Failure Bug description: Comile of flock_compat.c fauks
Using gcc 3.04, make produces the following compile errors /var/www/php-4.3.0RC2/ext/standard/flock_compat.c: In function `php_flock': /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:59: `LOCK_SH' undeclared (first use in this function) /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:59: (Each undeclared identifier is reported only once /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:59: for each function it appears in.) /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:61: `LOCK_EX' undeclared (first use in this function) /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:63: `LOCK_UN' undeclared (first use in this function) /var/www/php-4.3.0RC2/ext/standard/flock_compat.c:70: `LOCK_NB' undeclared (first use in this function) *** Error code 1 (bu21) -- Edit bug report at http://bugs.php.net/?id=20747&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20747&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20747&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20747&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20747&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20747&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20747&r=support Expected behavior: http://bugs.php.net/fix.php?id=20747&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20747&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20747&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20747&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20747&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20747&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20747&r=isapi
