PHP errors after update to 2.4.4 RC
-
I just updated to 2.4.4 RC (2.4.4.r.20180917.0758) from 2.4.3. It seems like the update went ok up to the reboot. It also seemed to come back up and respond ok. However, upon logging into the webgui, the system displayed a crash report.
Looks like some version mismatches for PHP.Here is the first little bit. Is this normal-ish, or a temporary situation associated with the pre-reboot situation?
[18-Sep-2018 03:03:14 UTC] PHP Warning: Failed loading Zend extension 'opcache.so' (tried: /usr/local/lib/php/20131226/opcache.so (/usr/local/lib/php/20131226/opcache.so: Undefined symbol "zend_opcode_handlers"), /usr/local/lib/php/20131226/opcache.so.so (Cannot open "/usr/local/lib/php/20131226/opcache.so.so")) in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'session.so' (tried: /usr/local/lib/php/20131226/session.so (/usr/local/lib/php/20131226/session.so: Undefined symbol "zval_used_for_init"), /usr/local/lib/php/20131226/session.so.so (Cannot open "/usr/local/lib/php/20131226/session.so.so")) in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: bcmath: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: bz2: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: ctype: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: curl: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'dom.so' (tried: /usr/local/lib/php/20131226/dom.so (/usr/local/lib/php/20131226/dom.so: Undefined symbol "zval_used_for_init"), /usr/local/lib/php/20131226/dom.so.so (Cannot open "/usr/local/lib/php/20131226/dom.so.so")) in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: filter: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718
These options need to match
in Unknown on line 0
[18-Sep-2018 03:03:14 UTC] PHP Warning: PHP Startup: gettext: Unable to initialize module
Module compiled with module API=20131226
PHP compiled with module API=20170718 -
Looks similar to the issues being discussed in this thread:
https://forum.netgate.com/topic/135619/update-from-2-4-3-p1-on-shuttle-core-tm-2-quad-cpu-q8400-to-rc-2-4-4-r-20180917-0758-crash-report-on-startup-a-lot-of-php-errors
-
oops, thought I had looked for this. my bad