php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #58271 apc_pool does not compile w/native compiler
Submitted: 2008-07-13 16:10 UTC Modified: 2008-08-29 15:58 UTC
From: bll6969comp at gmail dot com Assigned:
Status: Closed Package: APC (PECL)
PHP Version: 5.2.5 OS: SunOS 5.10-x86
Private report: No CVE-ID: None
 [2008-07-13 16:10 UTC] bll6969comp at gmail dot com
Description:
------------
unsigned char       data[0];

is not valid C code.  gcc extension.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-08-29 15:58 UTC] shire@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.

Changed this to a C99 compatible flexible array instead.  re-open if this is still a problem. (or if this change causes further issues I missed).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 29 11:01:32 2024 UTC