php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #13009 ext/sablot.c compile fails w/ Forte 4 cc compiler.
Submitted: 2001-08-28 18:04 UTC Modified: 2001-09-03 14:28 UTC
From: poleson at verio dot net Assigned:
Status: Closed Package: Sablotron XSL
PHP Version: 4.0.6 OS: Solaris 2.6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: poleson at verio dot net
New email:
PHP Version: OS:

 

 [2001-08-28 18:04 UTC] poleson at verio dot net
The file sablot.c uses a non constant var in 2 array initializers with a brace enclosed list. This breaks Sun's forte 4 cc. Using args[1] = buffer; etc fixes this problem.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-03 14:28 UTC] sterling@php.net
The code is C99 compliant, odd.

Fixed in CVS, thanks.  (btw, It's better to use the new XSLT extension, ext/xslt).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC