D
digitalpoint
Guest
Guest or Bot
Flysystems is used for the abstracted filesystem in XenForo 2, but I was just thinking... it's not particularly complicated. Maybe it would be worthwhile thinking about getting rid of that third-party library and just use standard PHP streams instead? Internally could just use stream_wrapper_register() to register a XenForo filesystem of sorts and then just use normal PHP functions. Similar to how
Read more
Continue reading...
https is a stream wrapper for URLs within normal functions...Read more
Continue reading...
C