Anyone can upload a patch. Patches are evaluated by project team members and either Applied or Declined.

Status ID Uploaded By Description Work Items Action
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

Updating...