Skip to main content

PHP 7.1 update pushed out automatically?

Comments

2 comments

  • sparek-3
    As is almost always the case, I post a query and then I dive deeper into it to answer my own question. This appears to have been caused by the /usr/local/cpanel/whostmgr/docroot/cgi/cpaddons_report.pl --notify cron. This is the process that runs and updates the wordpress-cpaddon packages. Apparently (?) the updated wordpress-cpaddon-php71 package now requires ea-php71-php-iconv and ea-php71-php-mbstring, (from the best I can tell - the servers affected by this did not have these packages installed prior to the cpaddons_report.pl cron running) so when this update was triggered, the ea-php71-php-iconv and ea-php71-php-mbstring dependencies had to be satisfied, so they were installed. And probably because these packages (which are PHP 7.1.28) had dependencies on other php71 packages, those dependencies then had to be met. And this caused those packages to be updated as well. This is why there is a mix and match of PHP 7.1.27 (I had not gotten around to updated PHP on all server - remember I use manual updates) and PHP 7.1.28 packages. Hope this helps to explain things. I understand why it happened now. I feel better now.
    0
  • cPanelMichael
    Hello @sparek-3, You are correct. The iconv and mbstring PHP extensions were added as dependencies for the WordPress Manager package (these PHP extensions are required for wp-cli functionality). For reference, the case number was CPANEL-24343. Let us know if you have any additional questions about this change. Thank you.
    0

Please sign in to leave a comment.