Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alf Stockton
Stut wrote: On 31 Oct 2008, at 13:17, Alice Wei wrote: Alice Wei wrote: Hi, To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). As you appear to know what the .exe does why

Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Stut
On 31 Oct 2008, at 13:17, Alice Wei wrote: Alice Wei wrote: Hi, To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). What I am surprised about is that when I run the exe file

Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alf Stockton
Alice Wei wrote: Hi, Al and those who have replied: I think I am still in midst of this mystery, but it looks like that this error is triggered when I am trying to run this PHP code with the lines I have posted from a Shockwave file application. When I only have the PHP with the shell_exec

[PHP-WIN] Re: [PHP-INSTALL] RE: first request

2008-10-31 Thread Daniel Brown
On Fri, Oct 31, 2008 at 4:33 AM, michael glancy <[EMAIL PROTECTED]> wrote: > HI Daniel > > I installed Xampp last night but it still didnt have those extensions > installed. > > was there something else I should have done ? For the benefit of others now and in the future (through the archives

RE: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alice Wei
Hi, Al and those who have replied: I think I am still in midst of this mystery, but it looks like that this error is triggered when I am trying to run this PHP code with the lines I have posted from a Shockwave file application. When I only have the PHP with the shell_exec command, it is n

Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alf Stockton
Alice Wei wrote: Hi, To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). What I am surprised about is that when I run the exe file by itself, there is no error at all. How

Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alf Stockton
Alice Wei wrote: Alice Wei wrote: Hi, To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). What I am surprised about is that when I run the exe file by itself, there is no er

RE: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alice Wei
> > Alice Wei wrote: > > Hi, > > To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). > > What I am surprised about is that when I run the exe file by itself, there is no error at

RE: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alice Wei
Hi, To answer your question, the exe file is written in C and creates several output files that calculates various variables based on the user input (which the PHP handles). What I am surprised about is that when I run the exe file by itself, there is no error at all. However, once I us

Re: [PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Stut
On 31 Oct 2008, at 12:25, Alice Wei wrote: I have been looking around for documents on http:// www.microsoft.com on the generation of win32 exception errors, but I am not exactly sure what steps I should take when the debugger is triggered by either a Shockwave file application, or from an H

[PHP-WIN] An Unhandled Win32 Exception Occurred When Executing PHP From Windows

2008-10-31 Thread Alice Wei
Hi, I have been looking around for documents on http://www.microsoft.com on the generation of win32 exception errors, but I am not exactly sure what steps I should take when the debugger is triggered by either a Shockwave file application, or from an HTTP Request. Here is the code snippet: