Edit report at https://bugs.php.net/bug.php?id=60447&edit=1
ID: 60447 Updated by: [email protected] Reported by: yuki at tamazawa dot net Summary: Coding miss -Status: Open +Status: Closed Type: Bug Package: *General Issues Operating System: winXP PHP Version: 5.4.0RC2 -Assigned To: +Assigned To: pierrick Block user comment: N Private report: N New Comment: 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. Previous Comments: ------------------------------------------------------------------------ [2011-12-06 06:36:09] 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. ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60447&edit=1
