You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StreamWrapper::stream_metadata is not implemented, along with related STREAM_META_* constants like STREAM_META_TOUCH. These are needed for compatibility with Zend PHP 5.4.
Summary: #3687
When `touch(..)` is passed a path that denotes a user file, call `stream_metadata(..)` (if implemented) in the registered class.
Reviewed By: @ptarjan
Differential Revision: D1550205
rrh
pushed a commit
to newrelic-forks/hhvm
that referenced
this issue
Sep 24, 2014
Summary: facebook#3687
When `touch(..)` is passed a path that denotes a user file, call `stream_metadata(..)` (if implemented) in the registered class.
Reviewed By: @ptarjan
Differential Revision: D1550205
StreamWrapper::stream_metadata
is not implemented, along with relatedSTREAM_META_*
constants likeSTREAM_META_TOUCH
. These are needed for compatibility with Zend PHP 5.4.A call to
touch
is tested on a user stream in https://github.com/facebook/hhvm/blob/master/hphp/test/slow/streams/stream_wrapper_register.php but the test expectation has been written to incorrectly pass.The current expectation at line 108
should read
which will fail, as is the current behaviour.
Related issue: adlawson/php-vfs#10
Failed tests: https://travis-ci.org/adlawson/vfs.php/builds/34587848
The text was updated successfully, but these errors were encountered: