Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.
1-1 of 1Patches
< Previous 1 Next >
Being evaluated
|
320 |
Sep 24 2007 at 10:21 PM |
schizoidboy |
A proposed patch to change the visibility of ScriptContext.DefineMainScript from internal to public. This is to allow a client of PhpNetCore to more easily dynamically invoke Phalanger, such as the following from a MainRoutineDelegate called off of ScriptContext.RunApplication:
FullPath sourceRoot = new FullPath(SourceDirectory); PhpSourceFile main_source_file = new PhpSourceFile( sourceRoot, new FullPath(AssemblyType, sourceRoot) ); context.DefineMainScript(script, main_source_file);
|
|
Download
|
1-1 of 1Patches
< Previous 1 Next >