I just had a play with PHP to ASP.NET Migration Assistant. It looks very cool.
I would like to convert www.cpgnuke.com DragonFly to ASP.NET. On a convert I got 1470 errors.
I guess I can ignore the conversion warnings but have to fix the conversion issues (errors)?
//CONVERSION_ISSUE: Method 'sprintf' was not converted.
//CONVERSION_ISSUE: Method 'dir' was not converted.
//CONVERSION_ISSUE: Method 'closedir' was not converted.
//CONVERSION_ISSUE: Incrementing/decrementing only supported on numerical types, '++' was not converted.
//CONVERSION_ISSUE: Language Construct 'require_once' was not converted.
//CONVERSION_ISSUE: Method 'stat' was not converted.
//CONVERSION_ISSUE: Method 'umask' was not converted.
//CONVERSION_ISSUE: Method 'readlink' was not converted.
//CONVERSION_ISSUE: Method 'symlink' was not converted.
//CONVERSION_ISSUE: Method 'lstat' was not converted.
//CONVERSION_ISSUE: Method 'is_link' was not converted.
//CONVERSION_ISSUE: Method 'set_time_limit' was not converted.
//CONVERSION_ISSUE: Method 'set_time_limit' was not converted.
//CONVERSION_ISSUE: Variable function '$mmcache' was not converted.
//CONVERSION_ISSUE: Static function call <'SQLCtrl.backup()'> was converted to a new instance call which may cause side effects.
//CONVERSION_ISSUE: Static function call <'SQLCtrl.query_file()'> was converted to a new instance call which may cause side effects.
//CONVERSION_ISSUE: Method 'extension_loaded' was not converted.
//CONVERSION_ISSUE: Static function call <'Cache.array_delete()'> was converted to a new instance call which may cause side effects.
//CONVERSION_ISSUE: Variable function '$size_select' was not converted.
//CONVERSION_ISSUE: Method 'eval' was not converted.
//CONVERSION_ISSUE: Method 'strip_tags' was not converted.
//CONVERSION_ISSUE: Language Construct 'include' was not converted.
I guess the MigrationAssistant hasn't cover all these PHP functions yet?