php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20747 Comile of flock_compat.c fauks
Submitted: 2002-12-01 09:09 UTC Modified: 2002-12-15 04:05 UTC
From: rzepa at ic dot ac dot uk Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 4.3.0RC2 OS: Irix 6.1.17
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
43 - 2 = ?
Subscribe to this entry?

 
 [2002-12-01 09:09 UTC] rzepa at ic dot ac dot uk
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)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-01 09:30 UTC] derick@php.net
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
 [2002-12-15 04:05 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 13 20:01:34 2024 UTC