php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8534 msvc6 compilation glitches
Submitted: 2001-01-03 10:07 UTC Modified: 2001-08-31 05:20 UTC
From: marc at guidance dot nl Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4 OS: WinNT4sp6
Private report: No CVE-ID: None
 [2001-01-03 10:07 UTC] marc at guidance dot nl
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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-05 13:14 UTC] dbeu@php.net
fixed for php cvs
 [2001-08-31 05:20 UTC] mfischer@php.net
TSRM.DSP has been fixed in cvs now.

- Markus
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 19:01:29 2024 UTC