Skip to content

Instantly share code, notes, and snippets.

View weisswurstkanone's full-sized avatar

Josef Aichhorn weisswurstkanone

View GitHub Profile
@weisswurstkanone
weisswurstkanone / migrate_element_descriptor_recyclebin.php
Last active July 15, 2020 11:11
Version/Recyclebin files - Namespace migration of ElementDescriptor
<?php
// for recyclebin files
// file should be located in project root
ini_set('max_execution_time', 0);
ini_set("memory_limit", "-1");
include __DIR__ . "/vendor/autoload.php";