[PHP] Re: COM Bug in PHP 4.3.10

2004-12-30 Thread M. Sokolewicz
as stated in 
news://news.php.net:119/[EMAIL PROTECTED] 
(internals) the status of this is still unknown. The PHP Development 
Team is working on it however, and my guess is that it will be fixed for 
4.3.11 (due for beta in January)

- Tul
Tohar Trabinovitch wrote:
Hi,
 

I need to know when will be the next PHP 4.3.x release with the fix for
the COM bug which was in 4.3.10.
This is CRITICAL for us, because we run our application over windows
using COM object and we use earlier version of PHP which has security
bugs.
 

COM Bug URL:
http://bugs.php.net/bug.php?id=31159
 

Thanks,
 

Tohar Trabinovitch
Software Engineer
E: [EMAIL PROTECTED]
T: 972-3-9008269
C: 054-777 30 43

This message is intended only for the person(s) to which it is addressed
and may contain Sphera Corporation privileged, confidential and/or
proprietary information. If you have received this communication in
error, please notify us immediately by replying to the message and
deleting it from your computer. Any disclosure, copying, distribution,
or the taking of any action concerning the contents of this message and
any attachment(s) by anyone other than the named recipient(s) is
strictly prohibited.
 


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] Re: COM Bug in PHP 4.3.10

2004-12-30 Thread Rasmus Lerdorf
M. Sokolewicz wrote:
as stated in 
news://news.php.net:119/[EMAIL PROTECTED] 
(internals) the status of this is still unknown. The PHP Development 
Team is working on it however, and my guess is that it will be fixed for 
4.3.11 (due for beta in January)

- Tul
Tohar Trabinovitch wrote:
Hi,
 

I need to know when will be the next PHP 4.3.x release with the fix for
the COM bug which was in 4.3.10.
This will be fixed in 4.3.11.  The first release candidate will be out 
next week.

-Rasmus
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: COM Bug in PHP 4.3.10

2004-12-30 Thread Andi Gutmans
We are looking into it right now. Hopefully we will have a new version or 
at least a release candidate within 2 weeks.

At 11:08 AM 12/30/2004 +0200, Tohar Trabinovitch wrote:
--
Hi,

I need to know when will be the next PHP 4.3.x release with the fix for 
the COM bug which was in 4.3.10.

This is CRITICAL for us, because we run our application over windows using 
COM object and we use earlier version of PHP which has security bugs.


COM Bug URL:
http://bugs.php.net/bug.php?id=31159http://bugs.php.net/bug.php?id=31159

Thanks,

Tohar Trabinovitch
Software Engineer
E: [EMAIL PROTECTED]
T: 972-3-9008269
C: 054-777 30 43

This message is intended only for the person(s) to which it is addressed 
and may contain Sphera Corporation privileged, confidential and/or 
proprietary information. If you have received this communication in error, 
please notify us immediately by replying to the message and deleting it 
from your computer. Any disclosure, copying, distribution, or the taking 
of any action concerning the contents of this message and any 
attachment(s) by anyone other than the named recipient(s) is strictly 
prohibited.


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: COM objects

2004-01-27 Thread pete M
I personally abandoned using any com object a few months ago as 
maintaining and identifying similar problems took mmore time that 
writing effective code to make the system steady...

C C wrote:
Hi,

I am running PHP 4.3.4 on Windows 2000 server with
Apache 2.0.48. I am using COM objects in some of the
pages. My question is, how do I release them when I'm
done? Right now, I'm unsetting them, but after a few
days I get COM+ Errors in the Event Viewer:
The COM+ Services DLL (comsvcs.dll) was unable to load
because allocation of thread local storage failed. 

Process Name: Apache.exe
Error Code = 0x80070008 : Not enough storage is
available to process this command.
COM+ Services Internals Information:
File: .\comsvcs.cpp, Line: 289
Anyone have any suggestions? Thanks,

CC

__
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: COM and PHP.ini

2003-11-07 Thread Mr. Bogomil Shopov
see this page
http://purplerain.org/article.php
ensure that are you using all necessary settings
Regards
Bogomil
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Re: COM

2001-08-22 Thread Richard Lynch

 I heard refs on using the COM interface to access MS Word files.

 Is this a procedure an interface that only works on Windows systems (as
 that is where Word runs)?

Yes...

Almost for sure...

There *MIGHT* be some hack port of COM objects to Un*x, but you'd be better
off using a doc2xxx utility to convert Word to something usable instead.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Re: COM

2001-08-22 Thread Lara J. Fabans

At 05:40 PM 8/22/2001 -0500, Richard Lynch wrote:
  I heard refs on using the COM interface to access MS Word files.
 
  Is this a procedure an interface that only works on Windows systems (as
  that is where Word runs)?

Yes...

Almost for sure...

There *MIGHT* be some hack port of COM objects to Un*x, but you'd be better
off using a doc2xxx utility to convert Word to something usable instead.


You're supposed to technically be able to save COM objects out to a CORBA idl;
however, that may be far more work then the original poster wanted to do.

MS did join the OMG, and there are supposedly some tools out there, but 
nothing as
easy to use as java2idl.

-
Lara J. Fabans
Lodestone Software, Inc
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]