php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60447 Coding miss
Submitted: 2011-12-06 06:36 UTC Modified: 2011-12-06 06:44 UTC
From: yuki at tamazawa dot net Assigned: pierrick (profile)
Status: Closed Package: *General Issues
PHP Version: 5.4.0RC2 OS: winXP
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.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: yuki at tamazawa dot net
New email:
PHP Version: OS:

 

 [2011-12-06 06:36 UTC] yuki at tamazawa dot net
Description:
------------
php5.4-201112060530/Zend/zend_compile.c


void zend_do_jmp_set(...){
...
	jmp_token->u.op .opline_num = op_number;

}

void zend_do_jmp_set(...){
...
	jmp_token->u.op.opline_num = op_number;

}

A variable that contains the tab.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-12-06 06:44 UTC] pierrick@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: pierrick
 [2011-12-06 06:44 UTC] pierrick@php.net
This bug has been fixed in SVN.

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 May 02 07:01:30 2024 UTC