ID: 21946
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Windows NT 4.0, Service pack 6a
PHP Version: 4.3.0
New Comment:
I'm trying to write a search form using PHP Version 4.3.0, Apache
version 2.0.44, Windows NT 4.0 with service pack 6 and Microsoft Index
Server 2.0. I used example from IISSamples - ASP (query.asp). ASP
example works fine on IIS 4.0 - I use Index Server for indexing Word
and PDF documents and is essential part of my intranet. After submiting
a form (using POST method), page calls itself and retrieves a search
string. The first and only line after it causes Apache to crash. The
line is Index Server COM object creation using line :
$Q = new COM("ixsso.Query");
$Util = new COM("ixsso.Util");
I have commented everything bellow including the second line and crash
is reproducible.
Hope enough information was provided.
Best regards,
Dominik
Previous Comments:
------------------------------------------------------------------------
[2003-01-29 12:12:40] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2003-01-29 11:34:52] [EMAIL PROTECTED]
Forgot to mention that 2.0.43 and 2.0.44 are apache versions.
Best regards,
Dominik
------------------------------------------------------------------------
[2003-01-29 11:33:14] [EMAIL PROTECTED]
When I try to invoke
$Q = new COM("ixsso.Query");
apache crashes. It's a component of the Microsoft Index Server and this
works fine under IIS and ASP pages. I tried to use 2.0.43 and 2.0.44.
Same on both of them.
Best regards,
Dominik
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=21946&edit=1