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

Pull Requests

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: Fri Dec 27 04:01:29 2024 UTC