"Invalid Access to Memory Location" - PHP and MySQL Configuration Problem

"Invalid Access to Memory Location" - PHP and MySQL Configuration Problem

am 09.09.2007 14:00:49 von Mr Fuzzi

Hi All,

This morning I have installed and configured Apache, MySQL and PHP on a
Windows Server 2003 machine. Everything appears to be working fine, except
that I keep getting an error message each time PHP starts up:

PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysqli.dll'
Invalid Access to memory location.

I have checked the PHP and MySQL websites and it seems this is a known issue
with MySQL. However I can't find a work around.

Given that I am about to start work on a new PHP and SQL app this is a
problem for me. :)

Any suggestions?

I am using Apache 2.2, PHP 5.2.4 (installed manually) and MySQL 5.0.41.

Thanks,

F

Re: "Invalid Access to Memory Location" - PHP and MySQL ConfigurationProblem

am 09.09.2007 16:01:47 von Jerry Stuckle

Mr Fuzzi wrote:
> Hi All,
>
> This morning I have installed and configured Apache, MySQL and PHP on a
> Windows Server 2003 machine. Everything appears to be working fine, except
> that I keep getting an error message each time PHP starts up:
>
> PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysqli.dll'
> Invalid Access to memory location.
>
> I have checked the PHP and MySQL websites and it seems this is a known issue
> with MySQL. However I can't find a work around.
>
> Given that I am about to start work on a new PHP and SQL app this is a
> problem for me. :)
>
> Any suggestions?
>
> I am using Apache 2.2, PHP 5.2.4 (installed manually) and MySQL 5.0.41.
>
> Thanks,
>
> F
>
>

You said it's a known issue with MySQL. So why are you asking in a PHP
newsgroup?

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Re: "Invalid Access to Memory Location" - PHP and MySQL Configuration Problem

am 09.09.2007 16:41:29 von Mr Fuzzi

Hi Jerry,

Thanks for taking the time to reply to my posting.

> You said it's a known issue with MySQL. So why are you asking in a PHP
> newsgroup?

I should clarify - from what I can tell from the postings on PHP.net it
seems to be a known issue with *interfacing* between the my SQL DLL and PHP.

Here is some more information:
http://bugs.mysql.com/bug.php?id=28358

I am sure other PHP developers must have come across this - I would
certainly be interested in work around employed to get PHP and SQL talking
to each other. :)

Kind Regards,

Fuzzi

Re: "Invalid Access to Memory Location" - PHP and MySQL Configuration Problem

am 09.09.2007 17:29:10 von Mr Fuzzi

Just managed to fix this.

I downloaded the latest version of MySQL (5.0.45), removed the previous
installation from my machine, installed the new version and hey presto
everything is now working.

Right - now I can get on with some coding. :)


"Mr Fuzzi" wrote in message
news:vs2dnf0xiuw3fX7bnZ2dnUVZ8tSdnZ2d@pipex.net...
> Hi All,
>
> This morning I have installed and configured Apache, MySQL and PHP on a
> Windows Server 2003 machine. Everything appears to be working fine, except
> that I keep getting an error message each time PHP starts up:
>
> PHP Startup: Unable to load dynamic library 'c:\php\ext\php_mysqli.dll'
> Invalid Access to memory location.
>
> I have checked the PHP and MySQL websites and it seems this is a known
> issue with MySQL. However I can't find a work around.
>
> Given that I am about to start work on a new PHP and SQL app this is a
> problem for me. :)
>
> Any suggestions?
>
> I am using Apache 2.2, PHP 5.2.4 (installed manually) and MySQL 5.0.41.
>
> Thanks,
>
> F
>

Re: "Invalid Access to Memory Location" - PHP and MySQL ConfigurationProblem

am 09.09.2007 20:08:11 von Jerry Stuckle

Mr Fuzzi wrote:
> Hi Jerry,
>
> Thanks for taking the time to reply to my posting.
>
>> You said it's a known issue with MySQL. So why are you asking in a PHP
>> newsgroup?
>
> I should clarify - from what I can tell from the postings on PHP.net it
> seems to be a known issue with *interfacing* between the my SQL DLL and PHP.
>
> Here is some more information:
> http://bugs.mysql.com/bug.php?id=28358
>
> I am sure other PHP developers must have come across this - I would
> certainly be interested in work around employed to get PHP and SQL talking
> to each other. :)
>
> Kind Regards,
>
> Fuzzi
>
>

Yes, and it seems to be a bug in the library for MySQL 5.0.41.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================