php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31189 usage of third argument of flock broken
Submitted: 2004-12-19 23:26 UTC Modified: 2004-12-29 18:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: ivan_tihonov at mail dot ru Assigned:
Status: No Feedback Package: Filesystem function related
PHP Version: 4.3.9 OS: debian/linux
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:
41 + 18 = ?
Subscribe to this entry?

 
 [2004-12-19 23:26 UTC] ivan_tihonov at mail dot ru
Description:
------------
when using TRUE as third arg to flock fatal error happend:
Fatal error: Only variables can be passed by reference

debian/sarge package php4 version 4.3.9-2


Reproduce code:
---------------
<?php
  flock(0, LOCK_EX, TRUE);
?>

Expected result:
----------------
Warning: flock(): supplied argument is not a valid stream resource in a.php on line 2

Actual result:
--------------
Fatal error: Only variables can be passed by reference in a.php on line 2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-12-29 18:34 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: Tue Apr 23 22:01:31 2024 UTC