php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #67291 Compile Error
Submitted: 2014-05-16 09:21 UTC Modified: 2014-06-01 11:59 UTC
From: chazmead89 at gmail dot com Assigned: laruence (profile)
Status: Closed Package: yaf (PECL)
PHP Version: 5.6.0beta3 OS: MacOSX - Mavericks
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.
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: chazmead89 at gmail dot com
New email:
PHP Version: OS:

 

 [2014-05-16 09:21 UTC] chazmead89 at gmail dot com
Description:
------------
 cc -I. -I/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9 -DPHP_ATOM_INC -I/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/include -I/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/main -I/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9 -I/opt/local/include/php -I/opt/local/include/php/main -I/opt/local/include/php/TSRM -I/opt/local/include/php/Zend -I/opt/local/include/php/ext -I/opt/local/include/php/ext/date/lib -Qunused-arguments -DHAVE_CONFIG_H -Qunused-arguments -c /Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/yaf_config.c  -fno-common -DPIC -o .libs/yaf_config.o
/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/yaf_config.c:89:9: error: use of undeclared
      identifier 'IS_CONSTANT_ARRAY'
                        case IS_CONSTANT_ARRAY: {
                             ^
/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/yaf_config.c:189:8: error: use of undeclared
      identifier 'IS_CONSTANT_ARRAY'
                case IS_CONSTANT_ARRAY: {
                     ^
/Users/chazmead/PHP_BUILDS/PECL_MODULES/yaf-2.2.9/yaf_config.c:227:8: error: use of undeclared
      identifier 'IS_CONSTANT_ARRAY'
                case IS_CONSTANT_ARRAY: {

Test script:
---------------
make


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-06-01 11:46 UTC] laruence@php.net
-Assigned To: +Assigned To: laruence
 [2014-06-01 11:58 UTC] laruence@php.net
fixed in my own repo...thanks
 [2014-06-01 11:59 UTC] laruence@php.net
-Status: Assigned +Status: Closed
 [2014-06-01 11:59 UTC] laruence@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC