Re: [PHP] access violation

2010-07-19 Thread SteveW
I switched to PHP 5.3.2 and to fastcgi and that seems to have cured the problem. Thanks for the reply -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] access violation

2010-07-19 Thread Andrew Ballard
On Mon, Jul 19, 2010 at 9:54 AM, SteveW wrote: > I have various database / php apps running on a hosted windows machine. > > All apps run ok. > > We have installed a windows 2003 server machine and the apps run fine. > However if 2 users hit the Search button at the same time we get a PHP > access

Re: [PHP] Access violation error

2009-10-16 Thread Ashley Sheridan
On Fri, 2009-10-16 at 15:52 -0700, Jim Lucas wrote: > Marshall Burns wrote: > > I am developing a crawler. It has worked fine throughout testing until this > > morning, when suddenly it started yielding an access violation error. I have > > not been able to find any explanation of this. I've reduc

Re: [PHP] Access violation error

2009-10-16 Thread Jim Lucas
Marshall Burns wrote: > I am developing a crawler. It has worked fine throughout testing until this > morning, when suddenly it started yielding an access violation error. I have > not been able to find any explanation of this. I've reduced the script to > the following test code: > >

RE: [PHP] access violation

2005-03-28 Thread Rob Agar
Thursday, 24 March 2005 12:19 AM > To: Rob Agar > Subject: Re: [PHP] access violation > > > Hello Rob, > > Tuesday, March 22, 2005, 4:14:55 PM, you wrote: > R> That's interesting - it also started happening for me after > R> installing PHP 5.0.3. But I h

Re: [PHP] access violation

2005-03-23 Thread Leif Gregory
Hello Rob, Tuesday, March 22, 2005, 4:14:55 PM, you wrote: R> That's interesting - it also started happening for me after R> installing PHP 5.0.3. But I have reverted to 4.3.10 for now, and I R> can't see how installing 5.0.3 into an entirely separate directory R> can break my old php install. Hmm

RE: [PHP] access violation

2005-03-22 Thread Rob Agar
hi Leif Glad to know I'm not the only one ;) > The only system stuff we have in common is the OS. The > webserver is Sambar, and PHP is 5.0.3. It didn't start having > this issue till I updated the PHP to 5.0.3, so I'm going to > reinstall it at some point to see if that helps any. That's int

Re: [PHP] access violation

2005-03-22 Thread Leif Gregory
Hello Rob, Monday, March 21, 2005, 10:32:36 PM, you wrote: R> Anyone else had a problem like this? I couldn't find anything in the R> php or apache bug databases that sounded like the same problem. R> Windows XP pro SP2 R> Apache/1.3.33 (Win32) R> PHP/4.3.10 I have something similar on one web

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-08 Thread Ben Ramsey
So, I found a solution to my problem. I still do not know what was causing the PHP Access Violation errors, but I have an idea, which I will relate in this message. As many suggested, I have pared down my mail sending class by rewriting it down to about 250 lines of code. Previously, the PEAR

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
Let me point something out here: I was a goof and had an authentication setting wrong. When I changed it back to LOGIN, it sends e-mail just fine. So, all is well... sort of. Every 3rd or 4th run of the script still generates the Access Violation message. However, since it happens intermitt

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread DvDmanDT
Well, the reason noone replies I guess, is that noone knows.. I think your best bets are to echo the steps in the class, and find exactly what causes it to crash.. Also, you don't need a mailserver on localhost to use mail().. I use mail() with my ISP's SMTP server, and I'm on XP (same thing work o

RE: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Tyler Replogle
hey, i think the reason you get no reply is becauase no one knows why it happens From: Ben Ramsey <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: [PHP] Re: PHP Access Violation using PEAR::Mail_smtp Date: Tue, 06 Apr 2004 14:27:08 -0400 I've asked about PHP Access Violation er

[PHP] Re: PHP Access Violation using PEAR::Mail_smtp

2004-04-06 Thread Ben Ramsey
I've asked about PHP Access Violation errors before (this very same error, as a matter of fact), and every time I ask, I get no response. It's been 24 hours, and no one on php-general, pear-general, or #php and #pear in Freenode IRC has responded to this particular post. Do I smell bad? Please

Re: [PHP] Access Violation at 77XXXXX on Windows

2003-09-11 Thread Evan Nemerson
Perhaps you should re-open the bug report. It was closed due to lack of feedback, so it's prolly not fixed yet. Can you get a backtrace? Reproducing code? Need more details... With regard to the second paragraph, the obvious solution is to use Linux... Evan Nemerson On Thursday 11 September

Re: [PHP] access violation

2001-02-21 Thread Phil Driscoll
If you are using the ISAPI module, try changing to the cgi version and see if the problem goes away. Cheers -- Phil Driscoll Dial Solutions +44 (0)113 294 5112 http://www.dialsolutions.com http://www.dtonline.org -Original Message- From: Wade Halsey <[EMAIL PROTECTED]> To: [EMAIL PROTEC