php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #57904 parse_tree.c
Submitted: 2007-11-09 15:24 UTC Modified: 2017-04-01 21:13 UTC
From: ygautheron at absystech dot fr Assigned:
Status: Wont fix Package: Parse_Tree (PECL)
PHP Version: 5.2.1 OS: Linux Gentoo
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: ygautheron at absystech dot fr
New email:
PHP Version: OS:

 

 [2007-11-09 15:24 UTC] ygautheron at absystech dot fr
Description:
------------
It is not really a bug, but an optimization vector for compile time :-D LOL lol
Maybe there's something i'm not seeing, but why is there twice the same code there in this damn parse_tree.c (line 93-99) :

	if (!yyin) {
		RETURN_FALSE;
	}

	if (!yyin) {
		RETURN_FALSE;
	}

?

Huhuhuh

Hi William !


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-01 21:13 UTC] tpunt@php.net
-Status: Open +Status: Wont fix
 [2017-04-01 21:13 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2007, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 09:01:29 2024 UTC