php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62392 eio_*stat lacks the file size (st_size)
Submitted: 2012-06-22 07:13 UTC Modified: 2012-06-22 21:14 UTC
From: kak dot serpom dot po dot yaitsam at gmail dot com Assigned: osmanov (profile)
Status: Closed Package: eio (PECL)
PHP Version: 5.4.4 OS: all
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: kak dot serpom dot po dot yaitsam at gmail dot com
New email:
PHP Version: OS:

 

 [2012-06-22 07:13 UTC] kak dot serpom dot po dot yaitsam at gmail dot com
Description:
------------
eio_*stat lacks the file size (st_size)


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-06-22 21:12 UTC] osmanov@php.net
Automatic comment from SVN on behalf of osmanov
Revision: http://svn.php.net/viewvc/?view=revision&revision=326299
Log: Refact: libeio upgraded
Fix: bug #62392 where eio_*stat functions didn't return st_size
Fix: package.xml referenced to some nonexistent files
 [2012-06-22 21:14 UTC] osmanov@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Fixed in SVN.
Committed revision 326299.

Thank you.
 [2012-06-22 21:14 UTC] osmanov@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: osmanov
 [2012-06-24 07:46 UTC] osmanov@php.net
Automatic comment from SVN on behalf of osmanov
Revision: http://svn.php.net/viewvc/?view=revision&revision=326321
Log: Refact: libeio upgraded
Fix: bug #62392 where eio_*stat functions didn't return st_size
Fix: package.xml referenced to some nonexistent files
Fix: garbage in result arg of the callbacks in case of error
Change: warn about failed op in cb only when compiled with debug support
Add: test for stat on nonexistent files
Add: sockets support(eio_sendfile, eio_readahead etc.), enabled by default
Add: eio_seek function
Change: numeric fd arguments are now mixed(stream, Socket, or number)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC