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 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

Pull Requests

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 Dec 14 23:01:26 2024 UTC