-
Notifications
You must be signed in to change notification settings - Fork 38
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
PHP8 Rewrite #31
Comments
Hey, thanks for working on this! Took me 30 minutes to realize that my PHP version was too high 😄 Is it a whole different architecture or do you try to build it like it was before? |
The normal development version of phpLiteAdmin works with PHP 8. |
Same concept yes. But all code is new. More than happy to release and sign what ever is needed to to the phpLiteAdmin dev team to get this merged. |
Fast report ...
instead in
OK, fixed that adding it manually but checking the data in one of tables the UI doesn't show next page of rows |
Yeah, that's something I still haven't delt with (pages) but I'll get around to it. Didn't notice the problem with $database / $users. Wonder how I messed that up. (Probably just copied the code from one place to another.) |
Sometimes people do harm with admin panels like this one, so can you add the following code for query logging in 2.0? The function that logs the query
Example of what is passed to logQuery() function (from my small sales and inventory control system)
Just add the user doing this query, or change whatever you'll find is ok |
Hard to make that a generalized thing. I don't know that everyone would want logging, but I could understand why some would. Perhaps I need an $options array that enables disables logging for those that want it. |
I've made a version of phpLiteAdmin basing it off a PHPLiteAdmin that I made 12 years ago. Key features include:
Please have a look and let me know what you think.
The text was updated successfully, but these errors were encountered: