php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11946 compile fails on Solaris 8
Submitted: 2001-07-07 13:02 UTC Modified: 2001-10-23 08:35 UTC
From: clarkda at umich dot edu Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0CVS-2001-07-07 OS: Solaris 8
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: clarkda at umich dot edu
New email:
PHP Version: OS:

 

 [2001-07-07 13:02 UTC] clarkda at umich dot edu
Using Forte 6.1 compilers on Solaris 8 (sparc). Attempting to build php as an Apache 2 DSO module. Configure works out fine. However, once the build process begins, the following error message(s) appear:

"zend_language_scanner_cc.cc", line 5291: Error: Cannot assign std::basic_istrea
m<char, std::char_traits<char>>* to istream*.
"zend_language_scanner_cc.cc", line 5353: Warning: String literal converted to c
har* in formal argument message in call to zend_fatal_scanner_error(char*).
"zend_language_scanner_cc.cc", line 5367: Warning: String literal converted to c
har* in formal argument message in call to zend_fatal_scanner_error(char*).
10 Error(s) and 10 Warning(s) detected.
*** Error code 1
make: Fatal error: Command failed for target `zend_language_scanner_cc.lo'
Current working directory /usr/src/php4-200107070735/Zend
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-10-23 08:35 UTC] sniper@php.net
This has been fixed long time ago in CVS.

--Jani

 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 00:01:29 2025 UTC