php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #41284 cut-n-pasted comments with extra stars in zend_strtod.c
Submitted: 2007-05-04 15:23 UTC Modified: 2007-05-04 17:02 UTC
From: seanius at debian dot org Assigned:
Status: Closed Package: Unknown/Other Function
PHP Version: 5.2.2 OS: source code
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: seanius at debian dot org
New email:
PHP Version: OS:

 

 [2007-05-04 15:23 UTC] seanius at debian dot org
Description:
------------
while prepping 5.2.2 for upload into debian, one of our local patches failed to apply because it looks like someone cut-pasted the comments  (maybe in vim with ai etc turned on) in a way that added extra stars.
super minor issue, but figured what the heck.

example:

/* The following definition of Storeinc is appropriate for MIPS processors.
 *  * An alternative that might be better on some machines is
 *   * #define Storeinc(a,b,c) (*a++ = b << 16 | c & 0xffff)
 *    */



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-05-04 16:21 UTC] tony2001@php.net
I can hardly imagine how this was affecting your patches, but I fixed these comments.
 [2007-05-04 17:02 UTC] seanius at debian dot org
thanks.  the comments in question were only in the context area of one of our patches, so it's not like it was a big deal or anything, just figured an unimportant oversight.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Mon Jul 14 00:01:34 2025 UTC