[TYPO3-dev] RCF: use stream wrappers to access files within extensions

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Oct 9 15:22:07 CEST 2007


Dmitry Dulepov [typo3] schrieb:
> 
> ------------------
> If PHP has decided that filename specifies a registered protocol, and 
> that protocol is registered as a network URL, PHP will check to make 
> sure that allow_url_fopen is enabled. If it is switched off, PHP will 
> emit a warning and the fopen call will fail. ------------------
> 
> There is something about network protocol here. Is it the key?

But how is this determined? The docs about the stream wrapper class says 
nothing about "network URL". Is there a way I can tell PHP that my stream 
wrapper accesses the network or not?

Anyway, it should be quite easy to test having Popy's extension at hand.

Masi




More information about the TYPO3-dev mailing list