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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC