http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c9 --- Comment #9 from Reg Proctor <novell@regproctor.com> --- I needed php8 so I updated to Tumbleweed and the problem remained in php8. Doing a diff on the output of /etc/php7/apache2/php.ini with the line: extension=mysqlnd included and commented out. Below is the result: 26c26 < <body cz-shortcut-listen="true" style="margin-bottom: 8px !important;"><div class="center"> ---
<body cz-shortcut-listen="true" style="margin-bottom: 36px !important;"><div class="center"> 185c185 < <tr><td class="e">REMOTE_PORT </td><td class="v">52578 </td></tr>
<tr><td class="e">REMOTE_PORT </td><td class="v">49518 </td></tr> 576,598d575 < <h2><a name="module_mysqli">mysqli</a></h2> < <table> < <tbody><tr class="h"><th>MysqlI Support</th><th>enabled</th></tr> < <tr><td class="e">Client API library version </td><td class="v">mysqlnd 8.1.13 </td></tr> < <tr><td class="e">Active Persistent Links </td><td class="v">0 </td></tr> < <tr><td class="e">Inactive Persistent Links </td><td class="v">0 </td></tr> < <tr><td class="e">Active Links </td><td class="v">0 </td></tr> < </tbody></table> < <table> < <tbody><tr class="h"><th>Directive</th><th>Local Value</th><th>Master Value</th></tr> < <tr><td class="e">mysqli.allow_local_infile</td><td class="v">Off</td><td class="v">Off</td></tr> < <tr><td class="e">mysqli.allow_persistent</td><td class="v">Off</td><td class="v">Off</td></tr> < <tr><td class="e">mysqli.default_host</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> < <tr><td class="e">mysqli.default_port</td><td class="v">3306</td><td class="v">3306</td></tr> < <tr><td class="e">mysqli.default_pw</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> < <tr><td class="e">mysqli.default_socket</td><td class="v">/run/mysql/mysql.sock</td><td class="v">/run/mysql/mysql.sock</td></tr> < <tr><td class="e">mysqli.default_user</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> < <tr><td class="e">mysqli.local_infile_directory</td><td class="v"><i>no value</i></td><td class="v"><i>no value</i></td></tr> < <tr><td class="e">mysqli.max_links</td><td class="v">Unlimited</td><td class="v">Unlimited</td></tr> < <tr><td class="e">mysqli.max_persistent</td><td class="v">Unlimited</td><td class="v">Unlimited</td></tr> < <tr><td class="e">mysqli.reconnect</td><td class="v">Off</td><td class="v">Off</td></tr> < <tr><td class="e">mysqli.rollback_on_cached_plink</td><td class="v">Off</td><td class="v">Off</td></tr> < </tbody></table> 614c591 < <tr><td class="e">API Extensions </td><td class="v">mysqli,pdo_mysql </td></tr>
<tr><td class="e">API Extensions </td><td class="v">pdo_mysql </td></tr> 937,945c914,922 < <tr><td class="e">Cache hits </td><td class="v">1152 </td></tr> < <tr><td class="e">Cache misses </td><td class="v">422 </td></tr> < <tr><td class="e">Used memory </td><td class="v">16646440 </td></tr> < <tr><td class="e">Free memory </td><td class="v">117569128 </td></tr> < <tr><td class="e">Wasted memory </td><td class="v">2160 </td></tr> < <tr><td class="e">Interned Strings Used memory </td><td class="v">1713304 </td></tr> < <tr><td class="e">Interned Strings Free memory </td><td class="v">4577688 </td></tr> < <tr><td class="e">Cached scripts </td><td class="v">375 </td></tr> < <tr><td class="e">Cached keys </td><td class="v">727 </td></tr>
<tr><td class="e">Cache hits </td><td class="v">0 </td></tr> <tr><td class="e">Cache misses </td><td class="v">1 </td></tr> <tr><td class="e">Used memory </td><td class="v">9168488 </td></tr> <tr><td class="e">Free memory </td><td class="v">125049240 </td></tr> <tr><td class="e">Wasted memory </td><td class="v">0 </td></tr> <tr><td class="e">Interned Strings Used memory </td><td class="v">455784 </td></tr> <tr><td class="e">Interned Strings Free memory </td><td class="v">5835208 </td></tr> <tr><td class="e">Cached scripts </td><td class="v">1 </td></tr> <tr><td class="e">Cached keys </td><td class="v">1 </td></tr> 1055c1032 < <tr><td class="e">SYSTEMD_EXEC_PID </td><td class="v">19440 </td></tr>
<tr><td class="e">SYSTEMD_EXEC_PID </td><td class="v">19910 </td></tr> 1086c1063 < <tr><td class="e">INVOCATION_ID </td><td class="v">0cae0650cb694772b370aa9f42020562 </td></tr>
<tr><td class="e">INVOCATION_ID </td><td class="v">ae4ba0eac41d4d72b6b64a351bedc1f9 </td></tr> 1096c1073 < <tr><td class="e">JOURNAL_STREAM </td><td class="v">8:2141896 </td></tr>
<tr><td class="e">JOURNAL_STREAM </td><td class="v">8:2150621 </td></tr> 1141c1118 < <tr><td class="e">$_SERVER['REMOTE_PORT']</td><td class="v">52578</td></tr>
<tr><td class="e">$_SERVER['REMOTE_PORT']</td><td class="v">49518</td></tr> 1149,1150c1126,1127 < <tr><td class="e">$_SERVER['REQUEST_TIME_FLOAT']</td><td class="v">1673153599.6341</td></tr> < <tr><td class="e">$_SERVER['REQUEST_TIME']</td><td class="v">1673153599</td></tr>
<tr><td class="e">$_SERVER['REQUEST_TIME_FLOAT']</td><td class="v">1673153724.33</td></tr> <tr><td class="e">$_SERVER['REQUEST_TIME']</td><td class="v">1673153724</td></tr> 1307c1284,1335 < </div><link rel="stylesheet" type="text/css" href="Working%20-%20PHP%208.1.13%20-%20phpinfo()_files/s3downbar.css"><link rel="stylesheet" type="text/css" href="Working%20-%20PHP%208.1.13%20-%20phpinfo()_files/contextmenu.css"><link rel="stylesheet" type="text/css" href="Working%20-%20PHP%208.1.13%20-%20phpinfo()_files/tooltip.css"><div id="s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha" style="box-sizing: initial !important; position: fixed; white-space: nowrap; width: 120% !important; left: 0px; bottom: 0px; border-top: 1px solid rgb(153, 153, 153); transform-origin: left bottom 0px; z-index: 2147483647; margin: 0px; padding: 2px 0px; background-color: rgb(238, 238, 238); color: rgb(34, 34, 34); display: none !important; transform: scale(0.833333) !important;"><style type="text/css" media="print">#s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha { display: none !important; }</style><div style="box-sizing: initial !important; position: absolute !important;" id="s3downbar_resize_pane" is_top="false"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 4 !important;" class="s3dmBox" id="s3downbar_hide_button" is_hidden="false"><div id="s3downbar_hide_button_img" style="box-sizing: initial !important; background-image: url("moz-extension://e670dc73-a262-4f0d-8645-c1d2662ad130/skin/s3dm_icons.png") !important; display: inline-block !important;"></div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Hide Download Bar</div><div style="box-sizing: initial !important;" class="tooltipText">Ctrl + Shift + Z = Show/Hide Download Bar</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important;" class="s3dmBox" id="s3downbar_main_menu_button" is_hidden="false"><img style="box-sizing: initial !important;" src="Working%20-%20PHP%208.1.13%20-%20phpinfo()_files/logo16.png"><span style="box-sizing: initial !important;">Downloads</span><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download Manager (S3)</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 2 !important;" class="s3dmBox" id="s3downbar_clear_button" is_hidden="false">Clear<div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Left Click: Clear All Finished</div><div style="box-sizing: initial !important;" class="tooltipText">Right Click: Undo last clear</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 1 !important;" class="s3dmBox" id="s3downbar_holder_summary_progress" is_hidden="false"><div style="box-sizing: initial !important;">100%</div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download History</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important;" id="s3downbar_download_data_listbox"><div style="box-sizing: initial !important; max-height: 60px !important;" id="s3downbar_download_data_listbox_scroll" list_count="0"><div style="box-sizing: initial !important;" id="s3downbar_download_data_list_empty">Download list is empty</div></div></div></div></body></html> \ No newline at end of file
</div><link rel="stylesheet" type="text/css" href="Faulty%20-%20PHP%208.1.13%20-%20phpinfo()_files/s3downbar.css"><link rel="stylesheet" type="text/css" href="Faulty%20-%20PHP%208.1.13%20-%20phpinfo()_files/contextmenu.css"><link rel="stylesheet" type="text/css" href="Faulty%20-%20PHP%208.1.13%20-%20phpinfo()_files/tooltip.css"><div id="s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha" style="box-sizing: initial !important; position: fixed; white-space: nowrap; width: 120% !important; left: 0px; bottom: 0px; border-top: 1px solid rgb(153, 153, 153); transform-origin: left bottom 0px; z-index: 2147483647; margin: 0px; padding: 2px 0px; background-color: rgb(238, 238, 238); color: rgb(34, 34, 34); display: flex !important; transform: scale(0.833333) !important;"><style type="text/css" media="print">#s3downbar-ibmbeeacmbeeaebmfjpmnlgkhoejinha { display: none !important; }</style><div style="box-sizing: initial !important; position: absolute !important;" id="s3downbar_resize_pane" is_top="fa lse"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 4 !important;" class="s3dmBox" id="s3downbar_hide_button" is_hidden="false"><div id="s3downbar_hide_button_img" style="box-sizing: initial !important; background-image: url("moz-extension://e670dc73-a262-4f0d-8645-c1d2662ad130/skin/s3dm_icons.png") !important; display: inline-block !important;"></div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Hide Download Bar</div><div style="box-sizing: initial !important;" class="tooltipText">Ctrl + Shift + Z = Show/Hide Download Bar</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><di v style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important;" class="s3dmBox" id="s3downbar_main_menu_button" is_hidden="false"><img style="box-sizing: initial !important;" src="Faulty%20-%20PHP%208.1.13%20-%20phpinfo()_files/logo16.png"><span style="box-sizing: initial !important;">Downloads</span><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download Manager (S3)</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 2 !important;" class="s3dmBox" id="s3downbar_clear_button" is_hidden="false">Clear<div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Left Click: Clear All Finished</div <div style="box-sizing: initial !important;" class="tooltipText">Right Click: Undo last clear</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important; color: rgb(34, 34, 34) !important; position: relative !important; order: 1 !important;" class="s3dmBox" id="s3downbar_holder_summary_progress" is_hidden="false"><div style="box-sizing: initial !important;">100%</div><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div style="box-sizing: initial !important;" class="tooltipText">Download History</div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div><div style="box-sizing: initial !important;" id="s3downbar_download_data_listbox"><div style="box-sizing: initial !important; max-height: 60px !important;" id="s3downbar_download_data_listbox_scroll" list_count="1"><div style="box-sizing: initial !important;" id="s3down bar_download_data_list_empty">Download list is empty</div><div id="s3db_C81E728D9D4C2F636F067F89CC14862C" class="download_data_box db_finishedHbox" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important;" click_handle="finished_click_handle"> <div class="download_data_box_iframe_box"><div id="s3downbar_download_box_iframe" is_hidden="true" class="download_data_box_iframe"></div></div> <div id="s3downbar_download_box_progressremainder" class="download_data_box_progressremainder" is_hidden="true"></div> <div id="s3downbar_download_box_progress" class="download_data_box_progress" style="background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)) !important; background-color: rgb(112, 143, 181) !important; border-right: 1px solid rgb(255, 0, 0) !important;" is_hidden="true"></div> <div id="s3downbar_download_box_data" class="download_data_box_data"> <img src="data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==" id="s3downbar_download_box_img" class="download_data_box_img" style="background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABY0lEQVQ4T5XTzU7CQBAA4GkVKVYKCNJSIYWKvJGP4MWj8ag3ExMvxruP4BOZoCgRKeVPoJW4TcZdQje2JWady6az228nu7MSrMP3F/cSwhkCbIe5cOz3e5BJpx8rVeskPieFiS/fCxBxK76AfTOAhZJJP5imdfp7DQd8b0E3TwZFwXE++IS6p93punEeJv4NSJIEmV31yjDMa4ZwYDGfoSzLm4qA4dCFICB8jiH1RlOmI3LgczrBVCq1EYgnCSGQyxdW/3JgPBqioihCwHK5hP1iKQq4AwdVVRUCPM+Dg7IeBZx+D7NZTQiYz2egG2YU6L13MZ8vCAHT6QTMw1oU6L51sFgsCQHj8QirNWt1ZfwQOy9tLJd1IcB1B2jV7Sjw3H5C2hxCAO1MbNjHSUDXK8Ca5K9YtzbaR60EQDQtR1/i3wAAAr0FQivYiZxB97V9802CC1pB4jnHKiLUuLWbrUuW/wF+eI8RA+oo6gAAAABJRU5ErkJggg==") 50% 50% / contain no-repeat !important;" no_image="false" is_hidden="false"> <img src="" id="s3downbar_download_box_img_queue" class="download_data_box_img" is_hidden="true"> <img src="" id="s3downbar_download_box_picToShrink" pictoshrink="true" is_hidden="true" class="download_data_box_img"> <div id="s3downbar_download_box_filename" class="download_data_box_filename">Working - PHP 8.1.13 - phpinfo().html</div> <div id="s3downbar_download_box_progress_data" class="download_data_box_progress_data" is_hidden="true"> <div id="s3downbar_download_box_progress_percent" class="download_data_box_progress_percent" is_hidden="true">Unk.</div> <div id="s3downbar_download_box_progress_remaintime" class="download_data_box_progress_remaintime" is_hidden="false">Unk.</div> <div id="s3downbar_download_box_progress_bytesReceived" class="download_data_box_progress_bytesReceived" is_hidden="true">6 KB</div> <div id="s3downbar_download_box_progress_speed" class="download_data_box_progress_speed" is_hidden="false">39 KB/s</div> </div> </div> <div style="box-sizing: initial !important; position: fixed !important; z-index: 50 !important;"><div style="box-sizing: initial !important;" class="tooltip_box" is_top="false"><div id="download_data_tooltip" class="download_data_tooltip"> <div class="download_data_tooltip_head"> <img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACi0lEQVRYR+3X247SQBgA4BYoUDpTTnLa5bhZX8BLL7zQ1/AFTDS+jYkm3pj4Dl67b7EBFfYAhXJoaTn0Lx2nRoihuwNsmOyNvSOd+efr/3f6D6LwyJe4vT4hpLqwrS9iWHwmCKHIIb7p1JDkBP6AEHq/77wAYD6fXQiEPKeQ0L5B1uP6WldQFAQKUj8lFOXtPvMDgMV8NvM8T95n8vaYfr8reB4REMKA9kQEMzCzgT79QanfZOAvwP/tI3ACfZYxfsN6mKMCNK1Hq+dt1kOYImQ2givgTyZ2II4KWL8D2ynHWAUkK3eWIwCY2RbQAA96B/ThQHDBnx68MFJBwfhjIqG8+/duAGBNTQiFDtv/64BAFzeMseC67p0IpGCSKxSjoihuBgQAU9OAcDj8oAzs2rqr1cpDWI0xAaYxgUjEBwRsu+LvvO+64GE1xQYYkzEFRCJUuTPgoQMcx/GSqTQbMBkPQZKiXADL5cJLpbNswGg4gFgszgVA+4yXyebYgKHeh3hc5gKwbYs8yRUkWt7VunyBQuuDHsiywgVgWSbJ5UtsAG2pQFsqF4BpGqRQPGEDtN6N30q5AOhHihRLZTage3sNqprkAhiPR+TktMIG3N50IJlMcwGMRjo5LdfYgOurNqTTGS6A4VAn5UrNj705NAR2wVWnBZlMngtA1/ukUm2wAZ12E7LZAhfAYKCRau2MDfjRuoRCocQFoGldUm+c/wewM9BqXkKx+IglaP9q2fQ7kIhGo4e2+3vH0/8ZwtJxBL/VN86e+t2Q3NuMOj+b36S4/EryT0XHOpTQ5ehhdbVwFt/r9fOXzENps9nMS5L41YXVC7r+sdLghEXhwhOl141Go8cEHC3vewb6DWoSSDDaW55qAAAAAElFTkSuQmCC" id="s3downbar_d ownload_tooltip_img" class="download_data_tooltip_img" no_image="false"> <div id="s3downbar_download_tooltip_filename" class="download_data_tooltip_filename">Working - PHP 8.1.13 - phpinfo().html </div> </div> <div class="download_data_tooltip_data_box" id="s3downbar_download_tooltip_data_box" is_hidden_progress="true" is_hidden_finish="false"> <table class="download_data_tooltip_data"> <tbody><tr id="s3downbar_download_tooltip_source_box" is_hidden="true"><td><div>Source:</div></td><td><input type="text" id="s3downbar_download_tooltip_source" class="download_data_tooltip_url" readonly="true"></td></tr> <tr><td><div>From:</div></td><td><input type="text" id="s3downbar_download_tooltip_from" class="download_data_tooltip_url" readonly="true" title="http://pma.local/" value="http://pma.local/"></td></tr> <tr><td><div>To:</div></td><td><div id="s3downbar_download_tooltip_to">/home/reg/scripts/php/Diff/Working - PHP 8.1.13 - phpinfo().html</div></td></tr> <tr class="download_progress"><td><div>Status:</div></td><td><div id="s3downbar_download_tooltip_status">6 KB / Unknown ( 39 KB/s )</div></td></tr> <tr class="download_finish"><td><div>File Size:</div></td><td><div id="s3downbar_download_tooltip_size" filenotfound="false">103 KB</div></td></tr> <tr class="download_finish" id="s3downbar_download_virus_scan_box" is_hidden="true"><td><div id="s3downbar_download_virus_scan_label">Virus scan:</div></td><td><a id="s3downbar_download_virus_scan" target="_blank"></a></td></tr> <tr><td><div>Time Start:</div></td><td><div id="s3downbar_download_tooltip_timeStart">2023.01.07 - 21:54:28</div></td></tr> <tr class="download_finish"><td><div>Time to Complete:</div></td><td><div id="s3downbar_download_tooltip_timeEnd"><00:01</div></td></tr> <tr class="download_progress"><td><div>Time Left:</div></td><td><div id="s3downbar_download_tooltip_timeLeft">Unknown</div></td></tr> <tr class="download_progress"><td><div>Percent Done:</div></td><td><div id="s3downbar_download_tooltip_percent">Unknown</div></td></tr> <tr class="download_finish"><td><div>Average Speed:</div></td><td><div id="s3downbar_download_tooltip_speed">614 KB/s</div></td></tr> </tbody></table> <div class="download_data_tooltip_img_preview_box download_finish"><div class="download_data_tooltip_img_box"> <img src="" id="s3downbar_download_tooltip_img_preview" is_hidden="true" class="download_data_tooltip_img_preview download_finish" width="120" height="120"> <div id="s3downbar_download_tooltip_img_size" class="download_data_tooltip_img_size"></div> </div></div> </div> <div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_progress" is_hidden="true"> <div>mouse double click: download pause/resume</div> <div>mouse middle click: download cancel</div> </div> <div class="download_data_tooltip_hint" id="s3downbar_download_tooltip_hint_finish" is_hidden="false"> <div>mouse double click: open file</div> <div>mouse double click + Ctrl: open dir</div> <div style="padding-top: 4px !important;">mouse middle click: delete from list</div> <div>mouse middle click + Ctrl: delete from system</div> <div style="padding-top: 4px !important;">press mouse button + Ctrl: drag & drop</div> </div> </div></div><div style="box-sizing: initial !important;" class="tooltip_arrow" is_top="false"></div></div></div></div></div></div></body></html> \ No newline at end of file
-- You are receiving this mail because: You are on the CC list for the bug.