ID:               35875
 User updated by:  csaba at alum dot mit dot edu
 Reported By:      csaba at alum dot mit dot edu
-Status:           No Feedback
+Status:           Open
 Bug Type:         COM related
 Operating System: WinXP Pro
-PHP Version:      5.1.1
+PHP Version:      5.2.4
 Assigned To:      wharmby
 New Comment:

Hi Andy, this is still happening in the same way as I originally
reported.  This is with PHP 5.2.4.
Since we both have XP, I thought it might be my Norton Antivirus, but
turning off the protection did not help.
It also happens when I place event handlers on IE (com_event_sink).

My php.ini settings for COM are as follows:
com.allow_dcom = true
com.autoregister_typelib = true
com.autoregister_casesensitive = false
com.autoregister_verbose = true


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

[2007-06-14 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2007-06-06 22:24:27] [EMAIL PROTECTED]

So, it's 7th of June, what about the tests? :)

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

[2007-04-11 21:00:21] csaba at alum dot mit dot edu

Hi Andy,

  First, in case I haven't yet expressed appreciation for your
examining the series of COM bugs I reported, a big THANK YOU to you.  I
appreciate it very much.

  I am currently traveling and not in a position to do the testing that
you asked.  Once I arrive back on about April 24, I will attend to
carrying out the tests.

  Thanks,
  Csaba

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

[2007-04-11 14:59:12] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

Hi Csaba,
        Is this still an issue for you with the latest level of PHP ? 

I have taken your supplied testcase and corrected the  typo:

        popup ("In the catch")==> mypopup ("In the catch")

to get it to run from command line and it runs as you describe; 2
pop-ups before IE is terminated and 2 after. 

Next I scheduled it to run with AT command and again all was OK. I ran
it as both: 

AT 13:18 %comspec% "/K php <path.to.testcase>"

and 

AT 13:18 /interactive %comspec% "/K php <path.to.testcase>"

and both ran fine at the specified time; I just had to use Windows 
Task Manager in the first case to dispose of IE and so prompt the 3rd 
and 4th popups.

Next I scheduled it using schtasks. On my Windows XP system I do have a
user-id & password and I scheduled the task in 2 ways:

schtasks /Create /SC once /TN schTest /TR "php.exe <path.to.testcase>"

/ST 14:12:00 /RU "<computer name>\<id>"
  (and supplied password when promoted) 

and 

schtasks /Create /SC once /TN schTest /TR "php.exe <path.to.testcase>"

/ST 14:15:00 /RU "System"

and again both times the script ran at the specified time with all 4
pop-ups. 

Can you please re-try with latest PHP snapshot on your system and let
me know the result.

Regards
        Andy 

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

[2007-04-11 13:16:56] [EMAIL PROTECTED]

Hi Wez,
   I will take a look at this one next
Regards
  Andy 



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

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/35875

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

Reply via email to