Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ____ _ _ ____ _ _ _
- | _ \ | | | || _ \ _ | | | | _ __ __ _ _ __ __ _ __| | ___
- | |_) || |_| || |_) |(_) | | | || '_ \ / _` || '__|/ _` | / _` | / _ \
- | __/ | _ || __/ _ | |_| || |_) || (_| || | | (_| || (_| || __/
- |_| |_| |_||_| (_) \___/ | .__/ \__, ||_| \__,_| \__,_| \___|
- |_| |___/
- PHP Upgrade/Downgrade - Would you like to continue? [y/n] y
- ----------------------------------------------------------------
- Install which version of PHP? (i.e. 7.3.33, 7.4.33, 8.0.30, 8.1.27, 8.2.15, 8.3.2, NGDEBUG)
- PHP 7.x/7.1.x/7.2.x/7.3.x is GA Stable but still may have broken PHP extensions.
- NGDEBUG is PHP 8.4 dev builds minus incompatible PHP extensions
- ----------------------------------------------------------------
- Current PHP Version: 8.1.27
- Latest PHP Version Installable: 8.3.2, 8.2.15, 8.1.27, 8.0.30
- Enter PHP Version number you want to upgrade/downgrade to: 8.2.15
- Do you still want to continue? [y/n] y
- ----------------------------------------------------------------
- existing php.ini will be backed up at /usr/local/lib/php.ini-oldversion_020224-182032
- ----------------------------------------------------------------
- -----------------------------------------------------------------------------------------
- [1;33;40mDetected PHP 8.2 branch.
- (B[mYou can compile Zend OPcache (Zend Optimizer Plus+) support
- as an alternative to using APC Cache or Xcache cache.
- But Zend OPcache only provides PHP opcode cache and
- DOESN'T do data caching, so if your web apps such as Wordpress,
- Drupal or vBulletin require data caching to APC or Xcache,
- it won't work with Zend OPcache.
- -----------------------------------------------------------------------------------------
- Do you want to use Zend OPcache [y/n] ? y
- grep: /etc/centminmod/php.d/zendopcache.ini: No such file or directory
- Copying zendopcache.ini > /etc/centminmod/php.d/zendopcache.ini
- *************************************************
- [1;32;40m* Zend Optimizer Plus OPcache configured
- (B[m*************************************************
- *************************************************
- [1;32;40m* Upgrading PHP
- (B[m*************************************************
- DE server detected
- ____ _ _ ____ ____ _ _
- | _ \ | | | || _ \ _ | _ \ ___ __ __ _ __ | | ___ __ _ __| |
- | |_) || |_| || |_) |(_) | | | | / _ \\ \ /\ / /| '_ \ | | / _ \ / _` | / _` |
- | __/ | _ || __/ _ | |_| || (_) |\ V V / | | | || || (_) || (_| || (_| |
- |_| |_| |_||_| (_) |____/ \___/ \_/\_/ |_| |_||_| \___/ \__,_| \__,_|
- HTTP/1.1 200 OK
- 1
- 0
- % Total % Received % Xferd Average Speed Time Time Time Current
- Dload Upload Total Spent Left Speed
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
- 100 18.2M 100 18.2M 0 0 69.4M 0 --:--:-- --:--:-- --:--:-- 69.3M
- [1;33;40mDownload done.
- (B[m
- [1;33;40mphp-8.2.15.tar.gz valid file.
- (B[m
- PHP VERSION ID: 80215
- *************************************************
- [1;32;40m* Updating php.ini...
- (B[m*************************************************
- old php.ini will be saved at /usr/local/lib/php.ini-oldversion_020224-182032
- if you have modified your old php.ini i.e. installed and loaded
- APC, Xcache, Memcache or Suhosin - please re-install them after php upgrade
- ...
- checking updated php.ini compared to old /usr/local/lib/php.ini-oldversion_020224-182032
- please note the following differences:
- if APC, Xcache, Memcache, Suhosin or FFMPEG Extensions are listed please re-install them
- --------------------------------------------------------------------------------------------
- 12,13c12,13
- < ; 2. The PHPRC environment variable.
- < ; 3. A number of predefined registry keys on Windows
- ---
- > ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
- > ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
- 457c457
- < ; E_ALL - All errors and warnings
- ---
- > ; E_ALL - All errors and warnings (includes E_STRICT as of PHP 5.4.0)
- 918,919c918,919
- < ; - Many DLL files are located in the ext/
- < ; extension folders as well as the separate PECL DLL download.
- ---
- > ; - Many DLL files are located in the extensions/ (PHP 4) or ext/ (PHP 5+)
- > ; extension folders as well as the separate PECL DLL download (PHP 5+).
- 964d963
- < ;extension=zip
- 1105,1108d1103
- < ; Use mixed LF and CRLF line separators to keep compatibility with some
- < ; RFC 2822 non conformant MTA.
- < mail.mixed_lf_and_crlf = Off
- <
- 1205a1201,1203
- > ; Allow or prevent reconnect
- > mysqli.reconnect = Off
- >
- 1271c1269
- < ; for all pooled server requests with Oracle Database Resident
- ---
- > ; for all pooled server requests with Oracle 11g Database Resident
- 1288c1286
- < ; Tuning: Enables row prefetching and sets the default number of
- ---
- > ; Tuning: Enables statement prefetching and sets the default number of
- 1292,1298d1289
- <
- < ; Tuning: Sets the amount of LOB data that is internally returned from
- < ; Oracle Database when an Oracle LOB locator is initially retrieved as
- < ; part of a query. Setting this can improve performance by reducing
- < ; round-trips.
- < ; https://php.net/oci8.prefetch-lob-size
- < ; oci8.prefetch_lob_size = 0
- --------------------------------------------------------------------------------------------
- *************************************************
- Automatically continuing upgrade in 4 seconds...
- *************************************************
- make: *** No rule to make target `clean'. Stop.
- buildconf: Checking installation
- buildconf: autoconf version 2.69 (ok)
- buildconf: Forcing buildconf. The configure files will be regenerated.
- buildconf: Cleaning cache and configure files
- buildconf: Rebuilding configure
- buildconf: Rebuilding main/php_config.h.in
- buildconf: Run ./configure to proceed with customizing the PHP build.
- make: *** No rule to make target `clean'. Stop.
- ____ _ _ ____ ____ __ _
- | _ \ | | | || _ \ _ / ___| ___ _ __ / _|(_) __ _ _ _ _ __ ___
- | |_) || |_| || |_) |(_) | | / _ \ | '_ \ | |_ | | / _` || | | || '__|/ _ \
- | __/ | _ || __/ _ | |___| (_) || | | || _|| || (_| || |_| || | | __/
- |_| |_| |_||_| (_) \____|\___/ |_| |_||_| |_| \__, | \__,_||_| \___|
- |___/
- PHP configure stage
- export ONIG_CFLAGS='-I/usr/include'
- export ONIG_LIBS='-L/usr/lib64 -lonig'
- ls -lAh /usr/include | grep onig
- -rw-r--r-- 1 root root 3.3K Aug 13 2019 oniggnu.h
- -rw-r--r-- 1 root root 6.7K Nov 10 2021 onigposix.h
- -rw-r--r-- 1 root root 48K Oct 7 07:41 oniguruma.h
- ls -lAh /usr/lib64 | grep onig
- lrwxrwxrwx 1 root root 18 Oct 24 23:28 libonig.so -> libonig.so.105.4.0
- lrwxrwxrwx 1 root root 18 Oct 24 23:28 libonig.so.105 -> libonig.so.105.4.0
- -rwxr-xr-x 1 root root 610K Oct 17 07:32 libonig.so.105.4.0
- lrwxrwxrwx. 1 root root 16 Jun 27 2023 libonig.so.5 -> libonig.so.5.0.0
- -rwxr-xr-x. 1 root root 527K Jun 13 2022 libonig.so.5.0.0
- NEWLIBICU=y
- NEWLIBICU=y
- NEWLIBICU=y
- Importing GPG key 0x442DF0F8:
- Userid : "PostgreSQL RPM Building Project <[email protected]>"
- Fingerprint: 68c9 e2b9 1a37 d136 fe74 d176 1f16 d2e1 442d f0f8
- Package : pgdg-redhat-repo-42.0-35PGDG.noarch (@pgdg-common)
- From : /etc/pki/rpm-gpg/RPM-GPG-KEY-PGDG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement