[Bug 1205162] New: PHP mysqli not load from web after upgrade
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 Bug ID: 1205162 Summary: PHP mysqli not load from web after upgrade Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: Other OS: openSUSE Leap 15.4 Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: novell@regproctor.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Everything is described here: https://forums.opensuse.org/showthread.php/576937-mysqli-doesnt-work?highlig... however in short: Once having done a distribution upgrade from leap 15.3 to 15.4 the PHP MySQLi module won't load when running from the web unless you add the line: extension=mysqlnd somewhere in a used php.ini. However, when running PHP from the command line (CLI mode) the module loads correctly which also means that when you add the line then from then on in CLI mode you will get the warning: PHP Warning: Module 'mysqlnd' already loaded in Unknown on line 0 I guess you could avoid the warning by adding the line in: /etc/php7/apache/php.ini which I should add the fact into the above referenced forum post. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c1 Eric Schirra <ecsos@schirra.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ecsos@schirra.net --- Comment #1 from Eric Schirra <ecsos@schirra.net> --- Same problem here. For me is apache and mysql is broken! Please fix the problem immediately. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 Eric Schirra <ecsos@schirra.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Normal |Major -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c8 --- Comment #8 from Reg Proctor <novell@regproctor.com> --- @pgajdos, I'm happy to tarball my enter /etc/php7 directory (and /etc/apache2 if you want) and upload it here (that said, how do you upload files for bugzilla?) and you can compare it to your own setup but I suspect that is not going to show you anything that the previous comments haven't already done. On the other hand maybe if we all did that you could do a tree directory compare ("meld dir1 dir2 [dir3] &" on the command line is good for that) and see something common among our setups and different to you own but I suspect what you will find out is that there's nothing obvious because looking at the comments it looks like there might be a build issue where it just gets it wrong when upgrading for some of us which might have more do with a build of a .so file or other executable. Perhaps it's time to look beyond the php.ini files. The only other thing I can think of is that PHP, if I remember correctly looks for php.ini files in more than one place so perhaps that's got something to do with it but I'm in my case there are no php.ini files anywhere except in /etc/php7 for it to pick up. I think my old /etc/php5 directory is still there so perhaps it's getting confused and looking in there as well when it shouldn't? Just a thought. I personally don't see this being a big deal in the sense that there is a solution (adding that line in .../apache2/php.ini) however I do see it being an issue as php8 is now out and you don't want this propagating to that version as well or something getting worse because it compounds in the update. -- You are receiving this mail because: You are on the CC list for the bug.
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.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c12 --- Comment #12 from Reg Proctor <novell@regproctor.com> --- Hi @Petr, Ah, it's at the top, a weird place for the "Add an Attachment" feature. I was always looking under this box we write comments in as that's where such a thing is in just about everything else. I guess that's a bugzilla peculiarity. I'll attach some files shortly that will hopefully help.
I will try to summarize for me: 1. 2. 5. reporter's workaround: add extension=mysqlnd into /etc/php7/apache2/php.ini; > this is however not acceptable in general (will issue warning about duplicite > > extension loading, fx. on the php+apache+phpinfo() setup)
Not quite. This works because it produces no error because you are adding it in only for Apache which is where it's getting left out. What should be the case is that it should not need to be added into the Apache specific php.ini file because it's already included from the files in the .../conf.d/ directory which covers all forms of use which just means CLI and Apache for the most part.
6.
-- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c13 --- Comment #13 from Reg Proctor <novell@regproctor.com> --- Created attachment 863999 --> http://bugzilla.opensuse.org/attachment.cgi?id=863999&action=edit phpinfo output both with and without the fix -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c14 --- Comment #14 from Reg Proctor <novell@regproctor.com> --- Created attachment 864000 --> http://bugzilla.opensuse.org/attachment.cgi?id=864000&action=edit etc/apache2 directory -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c15 --- Comment #15 from Reg Proctor <novell@regproctor.com> --- Created attachment 864001 --> http://bugzilla.opensuse.org/attachment.cgi?id=864001&action=edit etc/php8 directory -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c19 --- Comment #19 from OBSbugzilla Bot <bwiedemann+obsbugzillabot@suse.com> --- This is an autogenerated message for OBS integration: This bug (1205162) was mentioned in https://build.opensuse.org/request/show/1069569 Factory / php8 -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c20 --- Comment #20 from Eric Schirra <ecsos@schirra.net> --- (In reply to OBSbugzilla Bot from comment #19)
This is an autogenerated message for OBS integration: This bug (1205162) was mentioned in https://build.opensuse.org/request/show/1069569 Factory / php8
Will this only be fixed in php8? What is about php7 in Leap? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1205162 http://bugzilla.opensuse.org/show_bug.cgi?id=1205162#c23 Eric Schirra <ecsos@schirra.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #23 from Eric Schirra <ecsos@schirra.net> --- Sorry this is not fixed. Under Leap the error is with php7 and also with php8. Only solution: Insert Extension=mysqlnd in etc/php7/apache2/php.ini or in etc/php8/apache2/php.ini -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com