Re: [PHP-DEV] RC1 and Windows From: rubys <email protected>
Date: 03/26/00

Brad Atkins wrote:
>I tried getting RC1 to go on windows, not changing anything from previous
>builds.
>
>When opening a phpinfo(); page I get the following:
>
>Fatal error: Unable to open c:\apache\htdocs\index.php in Unknown on line
0

I had been tracking down that problem most of the day. It was hard to
find, but the fix is simple: delete the first lowercase 'd' that you find
on line 71 in ext\mysql\libmysql\libmysql.dsp. The option should read
"/MD" instead of "/MDd".

The problem only occurred on Release builds, Debug builds were not
affected. I hate these types of problems!

- Sam Ruby

P.S. Zeev - you might consider including this fix in RC1.

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>