Violation Error

Violation Error

am 13.05.2011 12:33:32 von aug721

English is not my native language, so please excuse any mistakes.

I'd like to solution following problem.
If this error occurs when resolve to the IIS restart.

PHP has encountered an Access Violation at 023FAC76
PHP has encountered an Access Violation at 023FAD49

- Environment
Windows Serer 2003 R2 Standard Edition SP2
IIS6.0
PHP5.2.6 ISAPI

Thanks in advance.

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

Re: Violation Error

am 13.05.2011 17:42:16 von Gavin Chalkley

--0016e640cc7077670604a32a26be
Content-Type: text/plain; charset=ISO-8859-1

Aug721,

Google brings up loads about this. The main things seems to be with making
sure you have MySQL enable in your PHP settings:

http://serverfault.com/questions/99842/php-has-encountered-a n-access-violation-at


On 13 May 2011 11:33, wrote:

> English is not my native language, so please excuse any mistakes.
>
> I'd like to solution following problem.
> If this error occurs when resolve to the IIS restart.
>
> PHP has encountered an Access Violation at 023FAC76
> PHP has encountered an Access Violation at 023FAD49
>
> - Environment
> Windows Serer 2003 R2 Standard Edition SP2
> IIS6.0
> PHP5.2.6 ISAPI
>
> Thanks in advance.
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>


--
Best regards,

Gavin C

--0016e640cc7077670604a32a26be--

Re: Violation Error

am 14.05.2011 10:14:49 von aug721

Hello,

Thanks for advice.

> Google brings up loads about this. The main things seems to be with making
> sure you have MySQL enable in your PHP settings:
>
> http://serverfault.com/questions/99842/php-has-encountered-a n-access-violation-at

php.ini reconfigured following.

Old php.ini
extension=php_mysql.dll
extension=php_pdo_mysql.dll

New php.ini
;extension=php_mysql.dll
;extension=php_pdo_mysql.dll

But occurs problem.
I used not MySQl.
I used Microsoft SQL Server.

--
Y Okamura

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