Violation Error

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
aug721 [ Fr, 13 Mai 2011 12:33 ] [ ID #2059475 ]

Re: Violation Error

--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, <aug721 [at] gmail.com> 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--
Gavin Chalkley [ Fr, 13 Mai 2011 17:42 ] [ ID #2059476 ]

Re: Violation Error

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
aug721 [ Sa, 14 Mai 2011 10:14 ] [ ID #2059518 ]
PHP » gmane.comp.php.windows » Violation Error

Vorheriges Thema: Question: Creating a GUI for Windows with PHP?
Nächstes Thema: Building PHP 5.2.X on VC9þ