Edit report at https://bugs.php.net/bug.php?id=76758&edit=1
ID: 76758 Updated by: [email protected] Reported by: [email protected] Summary: looking for bugs with only a version number redirects to a bug ID -Status: Verified +Status: Closed Type: Bug Package: Website problem Operating System: irrelevant PHP Version: Irrelevant -Assigned To: +Assigned To: cmb Block user comment: N Private report: N New Comment: 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> Previous Comments: ------------------------------------------------------------------------ [2018-09-17 03:28:36] zrhoffman at ku dot edu Removed the typecast. https://github.com/php/web-bugs/pull/45 ------------------------------------------------------------------------ [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
