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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 12:01:27 2024 UTC