How do I use .NET DLLs outside GAC in PHP -


i little bit confused fact php can use dll files dotnet object global assembly cache , not local folder (from know). how site, that's using dll, going work, when web server doesn't have such gac? right developing on local machine; no problem, worried if able run site elsewhere.

so question is: possible access dll location gac?

i have seen quite lot questions/answers already, of them relating asp.net , how use dlls in visual studio.

thanks in advance -snrk

edit: describe want "lac" (local assembly cache).


Comments

Popular posts from this blog

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -

php - Autoloader issue not returning Class -