I want to ask, Is there a problems with using vb 4.2.5 on PHP 7.2 server?
Yes, or at least you will get errors. You may be able to suppress them or you may actually break stuff, especially addons. vBulletin 4.2.5 is only "certified" compatible with PHP 5.6.x and up to PHP 7.1.x.
Quote:
Originally Posted by SilverBoy;n4396478
I need to upgrade my server softwares to can run WordPress and I don't want to upgrade my vb to version 5!!!
The good news is that WordPress doesn't require PHP 7.2. It will run just fine on PHP 7.1.x or even PHP 5.6.x.
PHP version 7.2 or greater.
MySQL version 5.6 or greater OR MariaDB version 10.0 or greater.
HTTPS support
But just below that, they also say:
Quote:
Note: If you are in a legacy environment where you only have older PHP or MySQL versions, WordPress also works with PHP 5.2.4+ and MySQL 5.0+, but these versions have reached official End Of Life and as such may expose your site to security vulnerabilities.
The reality is that I run several WordPress sites on my server using PHP 7.1.x and I also maintain WordPress sites for other people on servers using PHP5.6.x. There are no issues with those PHP versions.