[TYPO3-core] RFC #12773: [PHP 5.3] Extension uploads are not possible

Bastian Waidelich bastian at typo3.org
Thu Nov 26 19:38:26 CET 2009


Dmitry Dulepov wrote:

Hi Dmitry,

>> Wouldn't it be worth it to generate the temporary filename from a hash [...]

> Will it make a major difference apart from having extra temporary file & 
> checks for its existence & checks for its validity?

Well, that was my question ;)
It just seems like a bit of an overhead to me to generate a temporary 
file for every request.
Maybe we could even generate a file based on a hash of the WSDL-URI - 
then the patch would have the nice side-effect of working like a cache 
(and IIRC that's how PHPs own SOAP implementation work by default, 
storing the WSDL in a file).
But of course it depends on how often different WSDLs are fetched, and 
how often they change..

Best,
Bastian


More information about the TYPO3-team-core mailing list