ID:               21946
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Reproducible crash
 Operating System: Windows NT 4.0, Service pack 6a
 PHP Version:      4.3.0
 New Comment:

I had this same issue on Win2k Pro running Apache 3.1.26.

I have other php scripts that were running fine. Only the one with COM
was blowing up.

<event_log>
Application popup: Apache.exe - Application Error : The instruction at
"0x10030727" referenced memory at "0x04243b30". The memory could not be
"read".
</event_log>

The latest stable release solved my issue. Thanks!


Previous Comments:
------------------------------------------------------------------------

[2003-01-29 18:26:16] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-01-29 15:03:55] [EMAIL PROTECTED]

Original lines from ASP :
    Q    = Server.CreateObject("ixsso.Query");
    util = Server.CreateObject("ixsso.Util");
    Q.Query = "test";
    Q.Columns = "DocTitle, Vpath, filename, size, write,
characterization, rank, path, DocSubject, DocKeywords";
    RS = Q.CreateRecordSet("nonsequential");

but as I said I have commented all the lines after first line. I have
read in some forum that someone did succeed to integrate PHP with
Microsoft Index Server.
 
Best regards,
  Dominik

------------------------------------------------------------------------

[2003-01-29 14:58:09] [EMAIL PROTECTED]

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

------------------------------------------------------------------------

[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

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/21946

-- 
Edit this bug report at http://bugs.php.net/?id=21946&edit=1

Reply via email to