php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3611 switch() limitation and gcc invoked instead of cc
Submitted: 2000-02-24 16:44 UTC Modified: 2001-02-14 16:58 UTC
From: kburtch at mackenziefinancial dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0rc1 OS: HP-UX 10
Private report: No CVE-ID: None
 [2000-02-24 16:44 UTC] kburtch at mackenziefinancial dot com
This is actually for 4.0rc1 beta, but it's not in your selection box.
I'm compiling it under HP-UX 10.

HP-UX CC fails in zend_compile.c because the optline->extended_value is too large for a HP switch().
Rewriting the two switches in this file using if's solves the problem.

Also, when make attempts to "Making all in db", it invokes gcc instead of cc (we don't have gcc installed).

I haven't finished compiling the beta yet but I thought I'd pass these obvious bugs on.

Ken Burtch

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 16:21 UTC] jimw@php.net
fixing version.
 [2001-02-14 16:58 UTC] sniper@php.net
I'm pretty sure this is fixed already. If this is not the case (when using PHP 4.0.4pl1)
reopen this bug report.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 06:01:28 2024 UTC