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
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: 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: Thu Apr 25 15:01:30 2024 UTC