com_dotnet [英] com_dotnet

查看:93
本文介绍了com_dotnet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

phpinfo()有一个com_dotnet部分。


这有点奇怪。


这里说...


COM支持:已启用

DCOM支持:已禁用

.net支持:已启用


COM支持究竟是什么?

究竟什么是DCOM支持?

究竟是什么.net支持?为什么在未安装.NET时会启用



DCOM表示使用ActiveX文件。 COM很多

意思是同样的事情。这些文件往往基于

一个对象模型,并在那里有一些额外的功能来帮助各种编程环境。


序数提示RVA名称


1 0 000017A6 DllCanUnloadNow

2 1 0000177A DllGetClassObject

3 2 00001790 DllRegisterServer

4 3 00001764 DllUnregisterServer


除此之外COM与标准

库没有太大区别。


和DCOM ......似乎它可能是一个COM文件将

放入一个可公开访问的文件夹中,但我需要更多

帮助这里,如果有的话可以,因为有些东西不是很好吗?b $ b坐在这里太好了。


谢谢。


- -

Jim Carlock

游泳池,水疗及水景建筑商
http://www.aquaticcreationsnc.com/

解决方案

Jim Carlock写道:


phpinfo()有一个com_dotnet部分。


这有点奇怪。


这里说...


COM支持:已启用

DCOM支持:已禁用

.net支持:已启用


COM支持究竟是什么?

究竟什么是DCOM支持?

究竟是什么.net支持?为什么在未安装.NET时会启用



这些都是微软的东西。

COM是组件对象模型 - Windows基金会版本

类。

DCOM是分布式COM - Win95的拼凑附加组件已添加

因为当95出来时,MS没有考虑某些互联网

影响。

..NET是MS最近一次尝试建立一体化,

一切通向所有人的架构。 />


和DCOM ......似乎它可能是一个COM文件将

放入一个可公开访问的文件夹中,但是我如果可以的话,这里需要更多的

帮助,因为有些事情不是很好。b $ b坐在这里太好了。


这里说...


>

COM支持:已启用

DCOM支持:已禁用

.net支持:已启用



Sanders Kaufman ;写道......

:这些都是微软的东西。



:COM是组件对象模型 - Windows的一个版本< br $>
:基础类。


COM最初称为OLE(对象链接和嵌入)。

基本上任何常规库DLL都可以成为COM如果包含

一些额外的OLE函数来处理对象创建,并让系统知道它可以创建有类别的对象。微软

采用了新的单词,比如ActiveX和COM来取代OLE(听起来好多了!
好​​多了!)。 ActiveX库(文件)后来被标记为两种不同类型的COM,称为分布式COM和COM。


:DCOM是分布式COM - 拼凑而成添加了Win95

:因为当95出来时,MS没有考虑过

:某些互联网影响。

http://en.wikipedia.org/wiki/Distrib...t_Object_Model


DCOM最初被称为网络OLE。它基于RPC。

它在PHP中占有一席之地吗?至于通过HTTP进行通信,

有没有人使用它,任何人都可以提供一个使用它的例子吗?

我用过GET和POST来获取用PHP完成的事情,我很高兴如何将DCOM与PHP结合使用。


:.NET是MS的最新尝试构建一体化,

:所有人对所有人的架构。


我想知道为什么PHP说.net support = enabled其中

..net未安装。我被这个困惑了。看来PHP

查找一个特定的文件并且它存在,PHP声明.net

启用,但.net实际上至少是一个50MB的文件包

填写几个文件夹。

-

Jim Carlock

游泳池,水疗及水景建筑商
http://www.aquaticcreationsnc.com/

< br>

Jim Carlock写道:


我想知道为什么PHP说.net support = enabled

。 .net未安装。我被这个困惑了。看来PHP

查找一个特定的文件并且它存在,PHP声明.net

启用,但.net实际上至少是一个50MB的文件包

填写几个文件夹。



我似乎回忆起来自PHP人员的文件

奇怪地注意到这只是他们的东西的占位符希望

让PHP在未来发挥作用。


这有点像制造一辆带有燃气表应该是贴纸的汽车。 />


phpinfo() has a "com_dotnet" section.

It''s kind of odd.

Here it says...

COM Support: enabled
DCOM Support: disabled
.net Support: enabled

What exactly is COM support?
What exactly is DCOM support?
And what exactly is .net support? And why would it say
enabled when .NET is not installed?

DCOM means an ActiveX file gets used. COM pretty much
means the same thing. Those files tend to be based upon
an object model and have a few extra functions there to
help with various programming environments.

ordinal hint RVA name

1 0 000017A6 DllCanUnloadNow
2 1 0000177A DllGetClassObject
3 2 00001790 DllRegisterServer
4 3 00001764 DllUnregisterServer

Other than that COM is not much different than standard
libraries.

And DCOM... that one seems like it might be a COM file put
into a publicly accessible folder, but I''ll need some more
help here, if such is available, because something is not
sitting too well here.

Thanks.

--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/

解决方案

Jim Carlock wrote:

phpinfo() has a "com_dotnet" section.

It''s kind of odd.

Here it says...

COM Support: enabled
DCOM Support: disabled
.net Support: enabled

What exactly is COM support?
What exactly is DCOM support?
And what exactly is .net support? And why would it say
enabled when .NET is not installed?

Those are all Microsoft thingies.
COM is the Component Object Model - a version of the Windows Foundation
Classes.
DCOM is distributed COM - a patchwork add-on of Win95 that was added
because when 95 came out, MS had not considered certain internet
implications.
..NET is MS''s latest attempt to build an all-in-one,
everything-to-everybody architecture.

And DCOM... that one seems like it might be a COM file put
into a publicly accessible folder, but I''ll need some more
help here, if such is available, because something is not
sitting too well here.


Here it says...

>
COM Support: enabled
DCOM Support: disabled
.net Support: enabled

"Sanders Kaufman" wrote...
: Those are all Microsoft thingies.
:
: COM is the Component Object Model - a version of the Windows
: Foundation Classes.

COM was originally called OLE (object linking and embedding).
Basically any regular libary DLL can become COM if it includes
some extra OLE functions to handle object creation, and letting
the system know that it can create classful objects. Microsoft
adopted new words like, ActiveX and COM to replace OLE (it sounds
so much better!). The ActiveX libraries (files) were later branded
into two different types of COM, called distributed COM and COM.

: DCOM is distributed COM - a patchwork add-on of Win95 that
: was added because when 95 came out, MS had not considered
: certain internet implications.

http://en.wikipedia.org/wiki/Distrib...t_Object_Model

DCOM was originally called network OLE. And it''s based upon RPC.
Does it have a place in PHP? As far as communicating via HTTP,
does anyone use it and can anyone provide an example of it''s use?
I''ve used GET and POST to get things accomplished with PHP, I''m
curious as to how to use DCOM with PHP.

: .NET is MS''s latest attempt to build an all-in-one,
: everything-to-everybody architecture.

And I''m wondering why PHP says .net support = enabled where
..net is NOT installed. I''m baffled by this one. It appears PHP
looks for one specific file and it exists, PHP declares .net
enabled, but .net is actually at least a 50MB package of files
which fill a few folders.
--
Jim Carlock
Swimming Pool, Spa And Water Feature Builders
http://www.aquaticcreationsnc.com/


Jim Carlock wrote:

And I''m wondering why PHP says .net support = enabled where
..net is NOT installed. I''m baffled by this one. It appears PHP
looks for one specific file and it exists, PHP declares .net
enabled, but .net is actually at least a 50MB package of files
which fill a few folders.

I seem to recall something from the docs in which the PHP folks
strangely note that this is just a place-holder for something they hope
to have PHP doing in the future.

It''s kinda like building a car with a sticker where the gas gauge should be.


这篇关于com_dotnet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆