Re: [PHP] PHP has encountered an Access Violation at ***

2010-01-05 Thread Robert Cummings

Slack-Moehrle wrote:

Hi All,

Win 2003, PHP 5.2.12 and IIS 6.

I have PHP configured as ISSAPI and it is serving PHP pages. When I try a page 
that requires MySQL I am getting just:

PHP has encountered an Access Violation at (and a RANDOM number)


It means you didn't follow the instructions on the PHP site properly:

http://www.php.net/manual/en/install.windows.iis6.php

Specifically you want to ditch ISAPI and use FastCGI. Additionally, when 
setting up FastCGI in IIS you want to use the NTS build of PHP 
(Non-Thread-Safe). This is VERY important:


http://www.php.net/get/php-5.2.12-nts-win32-installer.msi/from/a/mirror

Then because you'll be pretty screwed for one of the usual bytecode 
caches you'll want to use Microsoft's WinCache bytecode cache for PHP 
FastCGI:


http://www.iis.net/expand/wincacheforphp

After you've done all this, you'll almost certainly find you no longer 
get this error.


Cheers,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 01F13157?!?!?!?

2007-04-10 Thread Richard Lynch
If it worked before you installed Zend product, and broke after, you
need to take that up with Zend, really...



On Sat, April 7, 2007 12:55 am, Afan Pasalic wrote:
> hi,
> I just installed php 5.2.1-win32-installer on win box (XP). use IIS.
> created index.html file and localhost/index.html is ok.
> created phpinfo.php (with only phpinfo()) and was ok.
> then installed Zend 5.5.0 (try) and suddenly, IE is giving me blank
> screen.
> installed firefox 2 and got the error message from subject line.
>
> according google and php.net, it's bug?!?
>
> any idea?
>
> thanks for any help.
>
> -afan
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 01F13157?!?!?!?

2007-04-07 Thread Afan Pasalic

already did. though, my "expertize" is telling me: install php4 instead php5
:D



Tijnema ! wrote:

On 4/7/07, Tijnema ! <[EMAIL PROTECTED]> wrote:

On 4/7/07, Afan Pasalic <[EMAIL PROTECTED]> wrote:
> hi,
> I just installed php 5.2.1-win32-installer on win box (XP). use IIS.
> created index.html file and localhost/index.html is ok.
> created phpinfo.php (with only phpinfo()) and was ok.
> then installed Zend 5.5.0 (try) and suddenly, IE is giving me blank 
screen.

> installed firefox 2 and got the error message from subject line.
>
> according google and php.net, it's bug?!?
>
> any idea?
>
> thanks for any help.
>
> -afan

So, what are the error messages in your firefox? and do you have any
error messages in your apache error log?

Tijnema


I'm sorry, i didn't read your title, so i didn't know what your error
was, but it is a bug. Take a look here:
http://bugs.php.net/bug.php?id=40662
There hasn't been a solution posted, because there were no backtraces
provided. If you could provide them, it might solve the bug.
Also, this bug appeared in PHP5RC3 too, there was a fix, but link is
dead, and the fix they tell is "Use CVS snapshot.", and of course that
would worked then, but that's not relevant anymore, as the thead is
from jun 2004, anyway if you want to read it:
http://bugs.php.net/bug.php?id=29127

Tijnema







--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 01F13157?!?!?!?

2007-04-07 Thread Afan Pasalic

use IIS.


Tijnema ! wrote:

On 4/7/07, Afan Pasalic <[EMAIL PROTECTED]> wrote:

hi,
I just installed php 5.2.1-win32-installer on win box (XP). use IIS.
created index.html file and localhost/index.html is ok.
created phpinfo.php (with only phpinfo()) and was ok.
then installed Zend 5.5.0 (try) and suddenly, IE is giving me blank 
screen.

installed firefox 2 and got the error message from subject line.

according google and php.net, it's bug?!?

any idea?

thanks for any help.

-afan


So, what are the error messages in your firefox? and do you have any
error messages in your apache error log?

Tijnema


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 01F13157?!?!?!?

2007-04-07 Thread Tijnema !

On 4/7/07, Tijnema ! <[EMAIL PROTECTED]> wrote:

On 4/7/07, Afan Pasalic <[EMAIL PROTECTED]> wrote:
> hi,
> I just installed php 5.2.1-win32-installer on win box (XP). use IIS.
> created index.html file and localhost/index.html is ok.
> created phpinfo.php (with only phpinfo()) and was ok.
> then installed Zend 5.5.0 (try) and suddenly, IE is giving me blank screen.
> installed firefox 2 and got the error message from subject line.
>
> according google and php.net, it's bug?!?
>
> any idea?
>
> thanks for any help.
>
> -afan

So, what are the error messages in your firefox? and do you have any
error messages in your apache error log?

Tijnema


I'm sorry, i didn't read your title, so i didn't know what your error
was, but it is a bug. Take a look here:
http://bugs.php.net/bug.php?id=40662
There hasn't been a solution posted, because there were no backtraces
provided. If you could provide them, it might solve the bug.
Also, this bug appeared in PHP5RC3 too, there was a fix, but link is
dead, and the fix they tell is "Use CVS snapshot.", and of course that
would worked then, but that's not relevant anymore, as the thead is
from jun 2004, anyway if you want to read it:
http://bugs.php.net/bug.php?id=29127

Tijnema





--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 01F13157?!?!?!?

2007-04-07 Thread Tijnema !

On 4/7/07, Afan Pasalic <[EMAIL PROTECTED]> wrote:

hi,
I just installed php 5.2.1-win32-installer on win box (XP). use IIS.
created index.html file and localhost/index.html is ok.
created phpinfo.php (with only phpinfo()) and was ok.
then installed Zend 5.5.0 (try) and suddenly, IE is giving me blank screen.
installed firefox 2 and got the error message from subject line.

according google and php.net, it's bug?!?

any idea?

thanks for any help.

-afan


So, what are the error messages in your firefox? and do you have any
error messages in your apache error log?

Tijnema

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] PHP has encountered an Access Violation at 10014D15

2001-02-20 Thread Richard Lynch

> PHP has encountered an Access Violation at 10014D15
>
> What the crap does that mean?

PHP and/or one of its extensions and/or some other software running on your
machine has put the wrong data in the wrong place in RAM and PHP is
detecting that condition and stopping.

Check http://bugs.php.net for similar errors and ways to diagnose the
problem.

--
Visit the Zend Store at http://www.zend.com/store/
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]