php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68805 Double define in zend_ini_scanner.l
Submitted: 2015-01-12 05:54 UTC Modified: 2015-01-19 04:38 UTC
From: bugreports at internot dot info Assigned: laruence (profile)
Status: Closed Package: *General Issues
PHP Version: master-Git-2015-01-12 (Git) OS: Linux Ubuntu 14.04
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugreports at internot dot info
New email:
PHP Version: OS:

 

 [2015-01-12 05:54 UTC] bugreports at internot dot info
Description:
------------
Hi,

When compiling from master git, I get this warning:
Zend/zend_ini_scanner.lo 
Zend/zend_ini_scanner.l:35:0: warning: "YYDEBUG" redefined
 # define YYDEBUG(s, c)
 ^
In file included from Zend/zend_ini_scanner.l:29:0:
Zend/zend_ini_parser.h:37:0: note: this is the location of the previous definition
 # define YYDEBUG 0
 ^


Perhaps it should be looked at.

Thanks,


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-01-18 04:21 UTC] laruence@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=f42d9d6161605d0a362ec7e7b2e08ecb039c0291
Log: Fixed bug #68805 (Double define)
 [2015-01-18 04:21 UTC] laruence@php.net
-Status: Open +Status: Closed
 [2015-01-19 04:38 UTC] stas@php.net
-Summary: Double define +Summary: Double define in zend_ini_scanner.l -Assigned To: +Assigned To: laruence
 [2016-07-20 11:39 UTC] davey@php.net
Automatic comment on behalf of laruence
Revision: http://git.php.net/?p=php-src.git;a=commit;h=f42d9d6161605d0a362ec7e7b2e08ecb039c0291
Log: Fixed bug #68805 (Double define)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC