From header not parsed correctly
no, it does not. At least QS_SrvMaxConnPerIP uses the IP of the loadbalancer. Since all my trouble I switched to my own loadbalancer and now remove the bad traffic in front - but not all users will have that possibility.
So there is currently no way to use the parsed client IP that is available in log as %a ? Since this is a transparent proxy, the http header is not modified (hetzner).
I have generic loadbalancer in front of my webservers. So the RemoteIPProxyProtocol is enabled and the remote ip adresse can be accessed via %a in the log file. I've seen the "QS_ClientIpFromHeader" directive, but I don't know how to configure it, in order to use the client address set by the proxy protocol. Any help would be great.
Remove generated columns from editmask
Show filename in case of incorrect file
Great! Thanks you!
At least it would be nice, to see on table page, that a constraint is defined on that table. IÄm not sure, if you added this with your commit.
I'm sorry. You're right. Maybe I mixed sth. up.
The last part just meant to say: if you have already defined a constraint and edit the table with adminer, the constraint is not preserved. This is the major bug. Editing the constraint would be nice, but is not as essential, as to prevent a given constraint.
Add check constraints
It is, if you attach another error handler to monitor for bugs. And accessing an array-element which is not present is an error. and can be easily solved, just by checking empty() or isset()
Remove error_handler and fix bugs
undefined variable warning
formfield pattern changed
backport we_database_base::
merge from default
close confirm on escape
improve cache, #0012575
fix folders not displayed correct
#0012588
phan comment
add detailed error on exception
in optoimal case all data for the session is modified, then the session is closed, and now the output starts. Since all session data is NOT destroyed, you can still access the session data, but modifications are not recognized. In this case, e.g. log the query executed, ... close session, do the sql-querys without any locks, so parallel adminer windows are not blocked.
true, it is not useable while another instance is running with the same sessionid. But frequently opening and closing the session, as it happens leads to high load on reading the session from the storage (e.g. disk, or database) and it may result in creation of new session_id's.
but you added session_write_close in 4.7.3, before all worked perfect. Maybe you missed adminer could be integrated where the default php session management is overridden.
I use PHP 7.3.13 diff adminer-mysql.php /tmp/adminer-4.7.5-mysql.php 72c72 < stop_session($vc=false){session_write_close();}function&get_session($_){return$_SESSION[$_][DRIVER][SERVER][$_GET["username"]];}function --- > stop_session($vc=false){$hh=ini_bool("session.use_cookies");if(!$hh||$vc){session_write_close();if($hh&&@ini_set("session.use_cookies",false)===false)session_start();}}function&get_session($_){return$_SESSION[$_][DRIVER][SERVER][$_GET["username"]];}function 861c861 < script("ajaxSetHtml('".js_escape(ME)."script=db');");}}}page_footer();...
support extension jfif
Fix #0012564
Fix #0012553
fix editor-script
btw. ini_set expects strings for both arguments
after reverting commit 5ffec58a8f5424426df93e47e04a24ed95e5aab0 (Fix blocking of concurrent instances in PHP >7.2 (bug #703) ) to session_write_close(); everything is fast again - I suppose the session gets started again after closing and this may happen in a loop.
Slow Mysql since 4.7.3
#0012534
#0012508
Fix recursion error on used templates
Fix recursion error on used templates
#0012503
#0012504
phan
#0007211
reverted bad merge userinput
new trigger doc class
merge
some refactor
merge
fix position of icon
fix tblschedule problem
#0012480
fix updated we 7
fix button access invalid alt text
new phan optiopn
cleanup some request
request
phan
refactor
notice
filter " and : in seo
fix php 7x notice
#0012390
wf with steps .25
#0012409
#0012407
#0012405
#0012408
merge
notice pdf
store tables with fixes columns
merge
fix type
merge
better frame footer
disable update script
don't skip output of error_handler
php 7.3 warnings for continue
merge
fix css
new version of scssphp (0.8.4)
merge
merge
phan
php 7.3 warnings for continue
php 7.3 warnings for continue
php 7.3 warnings for continue
fix sql err
merge
fixes
disable code for we in new window
deprecated INTLIST
merge