From: php4fan at gmail dot com Operating system: PHP version: Irrelevant Package: Website problem Bug Type: Bug Bug description:Many procedural-style mysqli_ functions that exist don't show up in search a...
Description: ------------ ...utocomplete Steps to reproduce: 1. Go to https://www.php.net/ 2. In the search box, type "mysqli_free" Expected result: ---------------- below the box, at least the result "mysqli_free_result" should show up as a suggestion, given that the function mysqli_free_result() exists. Actual result: -------------- It doesn't. Yet if you write it completely on your own, it'll be found, because it does exist. This doesn't happen with all mysqli_* functions, just some of them. Pathetic as usual. BTW there are a few similar reports that describe most probably related issues with searching mysqli_* functions, but none of them clearly describe this specific issue, that is the one with the autocomplete. So I'm reporting this as a separate bug, but feel free to merge. (please do fix it though, these issues have been known for years!) -- Edit bug report at https://bugs.php.net/bug.php?id=77972&edit=1 -- Try a snapshot (PHP 5.4): https://bugs.php.net/fix.php?id=77972&r=trysnapshot54 Try a snapshot (PHP 5.5): https://bugs.php.net/fix.php?id=77972&r=trysnapshot55 Try a snapshot (trunk): https://bugs.php.net/fix.php?id=77972&r=trysnapshottrunk Fixed in SVN: https://bugs.php.net/fix.php?id=77972&r=fixed Fixed in release: https://bugs.php.net/fix.php?id=77972&r=alreadyfixed Need backtrace: https://bugs.php.net/fix.php?id=77972&r=needtrace Need Reproduce Script: https://bugs.php.net/fix.php?id=77972&r=needscript Try newer version: https://bugs.php.net/fix.php?id=77972&r=oldversion Not developer issue: https://bugs.php.net/fix.php?id=77972&r=support Expected behavior: https://bugs.php.net/fix.php?id=77972&r=notwrong Not enough info: https://bugs.php.net/fix.php?id=77972&r=notenoughinfo Submitted twice: https://bugs.php.net/fix.php?id=77972&r=submittedtwice register_globals: https://bugs.php.net/fix.php?id=77972&r=globals PHP 4 support discontinued: https://bugs.php.net/fix.php?id=77972&r=php4 Daylight Savings: https://bugs.php.net/fix.php?id=77972&r=dst IIS Stability: https://bugs.php.net/fix.php?id=77972&r=isapi Install GNU Sed: https://bugs.php.net/fix.php?id=77972&r=gnused Floating point limitations: https://bugs.php.net/fix.php?id=77972&r=float No Zend Extensions: https://bugs.php.net/fix.php?id=77972&r=nozend MySQL Configuration Error: https://bugs.php.net/fix.php?id=77972&r=mysqlcfg -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
