rfc:glob_streamwrapper_support

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
rfc:glob_streamwrapper_support [2022/09/19 16:03] timintrfc:glob_streamwrapper_support [2022/10/24 13:50] (current) timint
Line 1: Line 1:
 ====== PHP RFC: StreamWrapper Support for glob() ====== ====== PHP RFC: StreamWrapper Support for glob() ======
 +
   * Version: 1.0   * Version: 1.0
   * Date: 2022-08-15   * Date: 2022-08-15
Line 5: Line 6:
   * Status: Under Discussion   * Status: Under Discussion
   * First Published at: https://wiki.php.net/rfc/glob_streamwrapper_support   * First Published at: https://wiki.php.net/rfc/glob_streamwrapper_support
 +
 +**Status: Aborted**
 +
 +**Comment: This RFC has been aborted as no convenient solution or workaround was found for Alpine platform. / Timmy**
  
 ===== Introduction ===== ===== Introduction =====
Line 35: Line 40:
  
 Wrappers not intended to return a list of contents will continue returning an empty array as glob does today. Wrappers not intended to return a list of contents will continue returning an empty array as glob does today.
 +
 +Edit (Oct 2): As noted by @bukka; the use of GLOB_ALTDIRFUNC is a non-standard implementation that doesn't seem to be supported on Alpine. Meaning streamwrappers for glob() would remain unsupported on Alpine systems unless solved.
  
 ===== Future Scope ===== ===== Future Scope =====
rfc/glob_streamwrapper_support.1663603425.txt.gz · Last modified: 2022/09/19 16:03 by timint