Edit report at https://bugs.php.net/bug.php?id=76758&edit=1

 ID:                 76758
 Comment by:         zrhoffman at ku dot edu
 Reported by:        [email protected]
 Summary:            looking for bugs with only a version number
                     redirects to a bug ID
 Status:             Verified
 Type:               Bug
 Package:            Website problem
 Operating System:   irrelevant
 PHP Version:        Irrelevant
 Block user comment: N
 Private report:     N

 New Comment:

Removed the typecast.

https://github.com/php/web-bugs/pull/45


Previous Comments:
------------------------------------------------------------------------
[2018-08-17 10:54:40] [email protected]

> 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-08-17 10:30:35] [email protected]

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.


------------------------------------------------------------------------



--
Edit this bug report at https://bugs.php.net/bug.php?id=76758&edit=1

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to