php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76758 looking for bugs with only a version number redirects to a bug ID
Submitted: 2018-08-17 10:30 UTC Modified: 2018-09-17 11:29 UTC
From: grossolini@php.net Assigned: cmb (profile)
Status: Closed Package: Website problem
PHP Version: Irrelevant OS: irrelevant
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: grossolini@php.net
New email:
PHP Version: OS:

 

 [2018-08-17 10:30 UTC] grossolini@php.net
Description:
------------
This is related to the search engine on bugs.php.net.

I was trying to get php-7.0 to build with openssl v1.1 and I got errors, so I wanted to search here if any bug report was already open and not cause a duplicate. Instead, I got confused by the search engine.

I filled in the "advanced search" form with package "openssl" and query string "1.1.0". I was immediately forwarded to the bug ID 1 instead of a listing of bugs matching that string.

Looks like a cast from (string) "1.1.0" to (int) 1, which leads the system to guess I wanted a specific bug ID.

Expected result:
----------------
A list of potential matches.

Actual result:
--------------
Redirect to a specific bug report.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-08-17 10:54 UTC] cmb@php.net
-Status: Open +Status: Verified
 [2018-08-17 10:54 UTC] cmb@php.net
> Looks like a cast from (string) "1.1.0" to (int) 1, […]

<https://github.com/php/web-bugs/blob/23298a1/www/search.php#L10>.
 [2018-09-17 03:28 UTC] zrhoffman at ku dot edu
Removed the typecast.

https://github.com/php/web-bugs/pull/45
 [2018-09-17 11:29 UTC] cmb@php.net
-Status: Verified +Status: Closed -Assigned To: +Assigned To: cmb
 [2018-09-17 11:29 UTC] cmb@php.net
This bug has been fixed in Git[1], and should show up online in an
hour or three.

Thank you for the report, and for helping us make PHP.net better.

[1] <http://git.php.net/?p=web/bugs.git;a=commit;h=904b512d0682bd5edd24cba0c8e1346e92575424>
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 03:01:33 2025 UTC