Title: What&#8217;s the minimum/maximum PHP version supported?
Last modified: October 15, 2024

---

# What’s the minimum/maximum PHP version supported?

 *  Resolved [YaronE](https://wordpress.org/support/users/yaron_elh/)
 * (@yaron_elh)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/whats-the-minimum-maximum-php-version-supported/)
 * What’s the minimum/maximum PHP version supported?
   – It’s not listed in the details
   of the plugin

Viewing 1 replies (of 1 total)

 *  Plugin Support [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * (@qtwrk)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/whats-the-minimum-maximum-php-version-supported/#post-18079677)
 *     ```wp-block-code
       		if (version_compare(PHP_VERSION, '5.3.0', '<')) {			return;		}		//Check minimum WP requirements, which is 4.9 at the moment.		if (version_compare($GLOBALS['wp_version'], '4.9', '<')) {			return;		}
       ```
   
 * as of today with v.6.5.1 , this is the minimal php , I don’t think there is a
   max php limit though …

Viewing 1 replies (of 1 total)

The topic ‘What’s the minimum/maximum PHP version supported?’ is closed to new replies.

 * ![](https://ps.w.org/litespeed-cache/assets/icon-256x256.png?rev=2554181)
 * [LiteSpeed Cache](https://wordpress.org/plugins/litespeed-cache/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/litespeed-cache/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/litespeed-cache/)
 * [Active Topics](https://wordpress.org/support/plugin/litespeed-cache/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/litespeed-cache/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/litespeed-cache/reviews/)

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 1 reply
 * 2 participants
 * Last reply from: [qtwrk](https://wordpress.org/support/users/qtwrk/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/whats-the-minimum-maximum-php-version-supported/#post-18079677)
 * Status: resolved