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
 [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: Wed May 01 22:01:31 2024 UTC