php5ts.dll errors
am 05.09.2007 17:18:46 von Sean
-- I have Apache 2.0.59 (and the error was occuring before on apache
1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or
6 times a day), I get a
-------
Application error of Faulting application Apache.exe, version
2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault address
0x000958dc.
-----
It happens if I have all or no modules loaded in PHP. Has anyone else
had this problem?
I've used diffrent versions of PHP, diffrent versions of Apapche and
default config files to make sure it wasn't a setting I had, but still
get the error no matter what.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 17:34:33 von Stut
Sean wrote:
> -- I have Apache 2.0.59 (and the error was occuring before on apache
> 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten (5 or
> 6 times a day), I get a
>
> -------
>
> Application error of Faulting application Apache.exe, version
> 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault address
> 0x000958dc.
>
> -----
>
>
> It happens if I have all or no modules loaded in PHP. Has anyone else
> had this problem?
>
> I've used diffrent versions of PHP, diffrent versions of Apapche and
> default config files to make sure it wasn't a setting I had, but still
> get the error no matter what.
This is usually caused by mismatched DLLs. Make sure all your PHP
binaries are from the same release. If I were you I'd actually delete
everything to do with PHP from the system (except maybe php.ini), then
get everything fresh from the ZIP download no php.net.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 17:46:54 von Sean
Stut wrote:
> Sean wrote:
> > -- I have Apache 2.0.59 (and the error was occuring before on apache
> > 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten
> > (5 or 6 times a day), I get a
> >
> > -------
> >
> > Application error of Faulting application Apache.exe, version
> > 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault
> > address 0x000958dc.
> >
> > -----
> >
> >
> > It happens if I have all or no modules loaded in PHP. Has anyone
> > else had this problem?
> >
> > I've used diffrent versions of PHP, diffrent versions of Apapche and
> > default config files to make sure it wasn't a setting I had, but
> > still get the error no matter what.
>
> This is usually caused by mismatched DLLs. Make sure all your PHP
> binaries are from the same release. If I were you I'd actually delete
> everything to do with PHP from the system (except maybe php.ini),
> then get everything fresh from the ZIP download no php.net.
>
> -Stut
Yep, have done that as well, with no luck. Even down to wiping out one
of my machines and building the server from scratch.
don't think it makes a diffrence, but I have 4 production servers
behind a Cisco content switch - around 700,000 visitors and 10 million
page views a month.
--
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 17:57:58 von Stut
Sean wrote:
> Stut wrote:
>
>> Sean wrote:
>>> -- I have Apache 2.0.59 (and the error was occuring before on apache
>>> 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten
>>> (5 or 6 times a day), I get a
>>>
>>> -------
>>>
>>> Application error of Faulting application Apache.exe, version
>>> 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault
>>> address 0x000958dc.
>>>
>>> -----
>>>
>>>
>>> It happens if I have all or no modules loaded in PHP. Has anyone
>>> else had this problem?
>>>
>>> I've used diffrent versions of PHP, diffrent versions of Apapche and
>>> default config files to make sure it wasn't a setting I had, but
>>> still get the error no matter what.
>> This is usually caused by mismatched DLLs. Make sure all your PHP
>> binaries are from the same release. If I were you I'd actually delete
>> everything to do with PHP from the system (except maybe php.ini),
>> then get everything fresh from the ZIP download no php.net.
>>
>> -Stut
>
> Yep, have done that as well, with no luck. Even down to wiping out one
> of my machines and building the server from scratch.
> don't think it makes a diffrence, but I have 4 production servers
> behind a Cisco content switch - around 700,000 visitors and 10 million
> page views a month.
Sounds like you're hitting a bug. It's not going to be easy to find tho!
Sorry I can't help further.
-Stut
--
http://stut.net/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 18:01:22 von John Mertic
Follow the instructions at
http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a
backtrace and send that to http://bugs.php.net.
John
On 9/5/07, Stut wrote:
> Sean wrote:
> > Stut wrote:
> >
> >> Sean wrote:
> >>> -- I have Apache 2.0.59 (and the error was occuring before on apache
> >>> 1.3 too) runnng on windows 2003 and 2000 servers. Every so offten
> >>> (5 or 6 times a day), I get a
> >>>
> >>> -------
> >>>
> >>> Application error of Faulting application Apache.exe, version
> >>> 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault
> >>> address 0x000958dc.
> >>>
> >>> -----
> >>>
> >>>
> >>> It happens if I have all or no modules loaded in PHP. Has anyone
> >>> else had this problem?
> >>>
> >>> I've used diffrent versions of PHP, diffrent versions of Apapche and
> >>> default config files to make sure it wasn't a setting I had, but
> >>> still get the error no matter what.
> >> This is usually caused by mismatched DLLs. Make sure all your PHP
> >> binaries are from the same release. If I were you I'd actually delete
> >> everything to do with PHP from the system (except maybe php.ini),
> >> then get everything fresh from the ZIP download no php.net.
> >>
> >> -Stut
> >
> > Yep, have done that as well, with no luck. Even down to wiping out one
> > of my machines and building the server from scratch.
> > don't think it makes a diffrence, but I have 4 production servers
> > behind a Cisco content switch - around 700,000 visitors and 10 million
> > page views a month.
>
> Sounds like you're hitting a bug. It's not going to be easy to find tho!
> Sorry I can't help further.
>
> -Stut
>
> --
> http://stut.net/
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
--
John Mertic "Explaining a joke
is like dissecting a frog: you
jmertic@gmail.com understand it better,
but the frog dies in the
process."
-Mark Twain
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 18:10:04 von Sean
"John Mertic" wrote:
> Follow the instructions at
> http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a
> backtrace and send that to http://bugs.php.net.
>
> John
>
> On 9/5/07, Stut wrote:
> > Sean wrote:
> > > Stut wrote:
> > >
> > >> Sean wrote:
> > >>> -- I have Apache 2.0.59 (and the error was occuring before on
> > apache >>> 1.3 too) runnng on windows 2003 and 2000 servers. Every
> > so offten >>> (5 or 6 times a day), I get a
> > > > >
> > >>> -------
> > > > >
> > >>> Application error of Faulting application Apache.exe, version
> > >>> 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault
> > >>> address 0x000958dc.
> > > > >
> > >>> -----
> > > > >
> > > > >
> > >>> It happens if I have all or no modules loaded in PHP. Has anyone
> > >>> else had this problem?
> > > > >
> > >>> I've used diffrent versions of PHP, diffrent versions of
> > Apapche and >>> default config files to make sure it wasn't a
> > setting I had, but >>> still get the error no matter what.
> > >> This is usually caused by mismatched DLLs. Make sure all your PHP
> > >> binaries are from the same release. If I were you I'd actually
> > delete >> everything to do with PHP from the system (except maybe
> > php.ini), >> then get everything fresh from the ZIP download no
> > php.net.
> > > >
> > >> -Stut
> > >
> > > Yep, have done that as well, with no luck. Even down to wiping
> > > out one of my machines and building the server from scratch.
> > > don't think it makes a diffrence, but I have 4 production servers
> > > behind a Cisco content switch - around 700,000 visitors and 10
> > > million page views a month.
> >
> > Sounds like you're hitting a bug. It's not going to be easy to find
> > tho! Sorry I can't help further.
> >
> > -Stut
> >
> > --
> > http://stut.net/
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
Thanks, but tried the bug forum -- they pretty much told me to get lost.
Really the only thing on our site that we are using PHP for is virtual
includes. - I have more robust applications running on other machines.
--
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 05.09.2007 19:25:06 von John Mertic
Build the backtrace and send it to me. I'll see what I can do....
John
On 9/5/07, Sean wrote:
> "John Mertic" wrote:
>
> > Follow the instructions at
> > http://bugs.php.net/bugs-generating-backtrace-win32.php to generate a
> > backtrace and send that to http://bugs.php.net.
> >
> > John
> >
> > On 9/5/07, Stut wrote:
> > > Sean wrote:
> > > > Stut wrote:
> > > >
> > > >> Sean wrote:
> > > >>> -- I have Apache 2.0.59 (and the error was occuring before on
> > > apache >>> 1.3 too) runnng on windows 2003 and 2000 servers. Every
> > > so offten >>> (5 or 6 times a day), I get a
> > > > > >
> > > >>> -------
> > > > > >
> > > >>> Application error of Faulting application Apache.exe, version
> > > >>> 2.0.59.200, faulting module php5ts.dll, version 5.2.3.3, fault
> > > >>> address 0x000958dc.
> > > > > >
> > > >>> -----
> > > > > >
> > > > > >
> > > >>> It happens if I have all or no modules loaded in PHP. Has anyone
> > > >>> else had this problem?
> > > > > >
> > > >>> I've used diffrent versions of PHP, diffrent versions of
> > > Apapche and >>> default config files to make sure it wasn't a
> > > setting I had, but >>> still get the error no matter what.
> > > >> This is usually caused by mismatched DLLs. Make sure all your PHP
> > > >> binaries are from the same release. If I were you I'd actually
> > > delete >> everything to do with PHP from the system (except maybe
> > > php.ini), >> then get everything fresh from the ZIP download no
> > > php.net.
> > > > >
> > > >> -Stut
> > > >
> > > > Yep, have done that as well, with no luck. Even down to wiping
> > > > out one of my machines and building the server from scratch.
> > > > don't think it makes a diffrence, but I have 4 production servers
> > > > behind a Cisco content switch - around 700,000 visitors and 10
> > > > million page views a month.
> > >
> > > Sounds like you're hitting a bug. It's not going to be easy to find
> > > tho! Sorry I can't help further.
> > >
> > > -Stut
> > >
> > > --
> > > http://stut.net/
> > >
> > > --
> > > PHP Windows Mailing List (http://www.php.net/)
> > > To unsubscribe, visit: http://www.php.net/unsub.php
> > >
> > >
>
> Thanks, but tried the bug forum -- they pretty much told me to get lost.
> Really the only thing on our site that we are using PHP for is virtual
> includes. - I have more robust applications running on other machines.
>
> --
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
--
--
John Mertic "Explaining a joke
is like dissecting a frog: you
jmertic@gmail.com understand it better,
but the frog dies in the
process."
-Mark Twain
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 06.09.2007 19:41:19 von Sean
"John Mertic" wrote:
> Build the backtrace and send it to me. I'll see what I can do....
>
> John
>
> On 9/5/07, Sean wrote:
> > "John Mertic" wrote:
> >
> > > Follow the instructions at
> > > http://bugs.php.net/bugs-generating-backtrace-win32.php to
> > > generate a backtrace and send that to http://bugs.php.net.
> > >
> > > John
> > >
> > > On 9/5/07, Stut wrote:
> > > > Sean wrote:
> > > > > Stut wrote:
> > > > >
> > > > >> Sean wrote:
> > > > >>> -- I have Apache 2.0.59 (and the error was occuring before
> > > > on apache >>> 1.3 too) runnng on windows 2003 and 2000 servers.
> > > > Every so offten >>> (5 or 6 times a day), I get a
> > > > > > >
> > > > >>> -------
> > > > > > >
> > > > >>> Application error of Faulting application Apache.exe,
> > > > version >>> 2.0.59.200, faulting module php5ts.dll, version
> > > > 5.2.3.3, fault >>> address 0x000958dc.
> > > > > > >
> > > > >>> -----
> > > > > > >
> > > > > > >
> > > > >>> It happens if I have all or no modules loaded in PHP. Has
> > > > anyone >>> else had this problem?
> > > > > > >
> > > > >>> I've used diffrent versions of PHP, diffrent versions of
> > > > Apapche and >>> default config files to make sure it wasn't a
> > > > setting I had, but >>> still get the error no matter what.
> > > > >> This is usually caused by mismatched DLLs. Make sure all
> > > > your PHP >> binaries are from the same release. If I were you
> > > > I'd actually delete >> everything to do with PHP from the
> > > > system (except maybe php.ini), >> then get everything fresh
> > > > from the ZIP download no php.net.
> > > > > >
> > > > >> -Stut
> > > > >
> > > > > Yep, have done that as well, with no luck. Even down to wiping
> > > > > out one of my machines and building the server from scratch.
> > > > > don't think it makes a diffrence, but I have 4 production
> > > > > servers behind a Cisco content switch - around 700,000
> > > > > visitors and 10 million page views a month.
> > > >
> > > > Sounds like you're hitting a bug. It's not going to be easy to
> > > > find tho! Sorry I can't help further.
> > > >
> > > > -Stut
> > > >
> > > > --
> > > > http://stut.net/
> > > >
> > > > --
> > > > PHP Windows Mailing List (http://www.php.net/)
> > > > To unsubscribe, visit: http://www.php.net/unsub.php
> > > >
> > > >
> >
> > Thanks, but tried the bug forum -- they pretty much told me to get
> > lost. Really the only thing on our site that we are using PHP for
> > is virtual includes. - I have more robust applications running on
> > other machines.
> >
> > --
> >
> > --
> > PHP Windows Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
I hate to ask more questions and thanks for the help so far. But going
though the process of doing the backtrace, it seems that it is for the
php.exe? we use the apache module for php, so I set the debug up to
look at Apache, however, it's not capturing the faulting module
information - is there a way to set it up for the module by chance? or
am I thinking this out all wrong?
--
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Re: php5ts.dll errors
am 06.09.2007 21:42:23 von John Mertic
Are you getting anything?
If not, do you have access to Visual Studio ( and experience using it
to debug )...
On 9/6/07, Sean wrote:
>
> I hate to ask more questions and thanks for the help so far. But going
> though the process of doing the backtrace, it seems that it is for the
> php.exe? we use the apache module for php, so I set the debug up to
> look at Apache, however, it's not capturing the faulting module
> information - is there a way to set it up for the module by chance? or
> am I thinking this out all wrong?
>
--
--
John Mertic "Explaining a joke
is like dissecting a frog: you
jmertic@gmail.com understand it better,
but the frog dies in the
process."
-Mark Twain
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php