[PHP-DEV] PHP 4.0 Bug #8534 Updated: msvc6 compilation glitches From: dbeu <email protected>
Date: 01/05/01

ID: 8534
Updated by: dbeu
Reported By: marc <email protected>
Old-Status: Open
Status: Closed
Bug Type: *Install and Config
Assigned To:
Comments:

fixed for php cvs

Previous Comments:
---------------------------------------------------------------------------

[2001-01-03 10:07:16] marc <email protected>

Just to get the Windows compilation a bit smoother:

Before php4ts will compile I must alter the following things...

- TSRM.dsp -> convert UNIX (CR)LF's... to PC CRLF's
   this is the only project file that still has UNIX-style LF's

- For all project settings that call bison (custom build for all .y files) you must remove the -S option, because it isn't supported by bison

After this a rebuild all works without errors (though still with a lot of warnings).

Cheerio, Marc.

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8534

-- 
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>