Date: 03/26/00
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Release Candidate 1 packaged"
- Previous message: Mike Robinson: "RE: [PHP-DEV] PHP 4.0 Release Candidate 1 packaged"
- Maybe in reply to: Brad Atkins: "[PHP-DEV] RC1 and Windows"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] RC1 and Windows"
- Reply: Andi Gutmans: "Re: [PHP-DEV] RC1 and Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sascha Schumann: "Re: [PHP-DEV] PHP 4.0 Release Candidate 1 packaged"
- Previous message: Mike Robinson: "RE: [PHP-DEV] PHP 4.0 Release Candidate 1 packaged"
- Maybe in reply to: Brad Atkins: "[PHP-DEV] RC1 and Windows"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] RC1 and Windows"
- Reply: Andi Gutmans: "Re: [PHP-DEV] RC1 and Windows"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

