Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove mysqli_fetch_all function dependency (Issue #801) #1406

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
308 changes: 0 additions & 308 deletions install/install.js

This file was deleted.

7 changes: 7 additions & 0 deletions install/install.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,18 @@
<li>PHP extension "openssl" is loaded&nbsp;<span id="res2_check6"></span></li>
<li>PHP extension "bcmath" is loaded&nbsp;<span id="res2_check7"></span></li>
<li>PHP extension "iconv" is loaded&nbsp;<span id="res2_check8"></span></li>
<<<<<<< HEAD
<li>PHP extension "xml" is loaded&nbsp;<span id="res2_check13"></span></li>
<li>PHP extension "gd" is loaded&nbsp;<span id="res2_check14"></span></li>
<li>PHP version is greater or equal to 5.5.0&nbsp;<span id="res2_check10"></span></li>
<li>Execution time limit&nbsp;<span id="res2_check11"></span></li>
=======
<li>PHP extension "xml" is loaded&nbsp;<span id="res2_check14"></span></li>
<li>PHP extension "gd" is loaded&nbsp;<span id="res2_check9"></span></li>
<li>PHP function "mysqli_fetch_all" is available&nbsp;<span id="res2_check10"></span></li>
<li>PHP version is greater or equal to 5.5.0&nbsp;<span id="res2_check11"></span></li>
<li>Execution time limit&nbsp;<span id="res2_check12"></span></li>
>>>>>>> a7b6f821dcbb0964c345d002afb8566b3ab4265d
</ul>
</div>';

Expand Down
2 changes: 1 addition & 1 deletion items.load.php
Original file line number Diff line number Diff line change
Expand Up @@ -3435,7 +3435,7 @@ function(data) {
showPwdContinuous();
}).mouseup(function(event) {
mouseStillDown = false;
}).mousemove(function(event) {
}).mouseleave(function(event) {
mouseStillDown = false;
});
var showPwdContinuous = function(){
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ For bugs discovery or any suggestions, please report in [Github Issues] (https:/
** xml
** gd
** openssl
* Function 'mysqli_fetch_all'

## Installation

Expand Down