Revision 30151e02
ID | 30151e02cd9cc893af94dcf4852ace3ee17f8e0b |
[TASK] Use temporary file and rename for proxy class creation
Instead of a simple file_put_contents() the proxy class code is written
to a temporary file and renamed to the final filename. This allows file
access even if only allowed by the directory permission.
Fixes: #25776
Change-Id: Icec4e1a7ecebf96cf07a9be09f3c9510b0679f63
- added
- modified
- copied
- renamed
- deleted