ID: 20747 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Compile Failure Operating System: Irix 6.1.17 PHP Version: 4.3.0RC2 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip Can you try if the stable snapshot works? It is _very_ likely that it is fixed. If you can confirm it I'll merge the fix into the PHP 4.3.0 branch. Derick Previous Comments: ------------------------------------------------------------------------ [2002-12-01 09:09:36] [EMAIL PROTECTED] 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 this bug report at http://bugs.php.net/?id=20747&edit=1