|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2018-06-13 21:57 UTC] peterkokot at gmail dot com
[2018-08-28 20:55 UTC] petk@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: carusogabriel
[2018-08-28 20:55 UTC] petk@php.net
|
|||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 19:00:01 2025 UTC |
Description: ------------ php/Zend/zend.h:283:15: warning: comma at end of enumerator list [-pedantic] typedef enum { SUCCESS = 0, FAILURE = -1, <- line 283 } ZEND_RESULT_CODE; This is not allowed in C89, but allowed in C99. yet not allowed in C++ I'm not sure if this is consider as a bug as PHP 5.5 is moving forward for new compiler by dropping support to older ones. But it's better to fix it for building extension that support multiple PHP versions