Title: Provjera kompatibilnosti PHP-a
Author: WP Engine
Published: <strong>29. Juna 2016.</strong>
Last modified: 14. Decembra 2023.

---

Pretražite dodatke

![](https://ps.w.org/php-compatibility-checker/assets/banner-772x250.png?rev=1446087)

Ovaj dodatak **nije testiran s najnovija 3 glavna izdanja WordPress-a**. Možda se
više ne održava ili se ne podržava i može imati problema sa kompatibilnošću kada
se koristi sa novijim verzijama WordPress-a.

![](https://ps.w.org/php-compatibility-checker/assets/icon-256x256.png?rev=1446087)

# Provjera kompatibilnosti PHP-a

 Od [WP Engine](https://profiles.wordpress.org/wpengine/)

[Skini](https://downloads.wordpress.org/plugin/php-compatibility-checker.1.6.3.zip)

 * [Detalji](https://bs.wordpress.org/plugins/php-compatibility-checker/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/php-compatibility-checker/#reviews)
 *  [Instalacija](https://bs.wordpress.org/plugins/php-compatibility-checker/#installation)
 * [Razvoj](https://bs.wordpress.org/plugins/php-compatibility-checker/#developers)

 [Podrška](https://wordpress.org/support/plugin/php-compatibility-checker/)

## Opis

The WP Engine PHP Compatibility Checker can be used by any WordPress website on 
any web host to check PHP version compatibility.

This plugin will lint theme and plugin code installed on your WordPress site and
give you back a report of compatibility issues as reported by [Tide](https://wptide.org)
for you to fix. Compatibility issues are categorized into errors and warnings and
will list the file and line number of the offending code, as well as the info about
why that line of code is incompatible with the chosen version of PHP. The plugin
will also suggest updates to themes and plugins, as a new version may offer compatible
code.

**This plugin does not execute your theme and plugin code, as such this plugin cannot
detect runtime compatibility issues.**

**Imajte na umu da vezivanje koda nije savršeno. Ovaj dodatak ne može otkriti neiskorištene
kodne putove koji bi se mogli upotrijebiti za povratnu kompatibilnost i na taj način
mogu pokazati lažne pozitivne rezultate. Mi održavamo[bijelu listu dodataka](https://github.com/wpengine/phpcompat/wiki/Results)
što može izazvati lažne pozitivne rezultate. Neprekidno radimo na tome da štriher
pruži najtočnije moguće rezultate.**

**This plugin relies on [Tide](https://wptide.org) that constantly scans updated
versions of plugins and themes in the background. Your scan results should be near
real-time, but if not that just means Tide has not yet scanned your specific plugin
or theme version. Please be patient as this may take up to 10 minutes for results
to be returned from Tide. Please see the [FAQ](https://wordpress.org/plugins/php-compatibility-checker/faq/)
for more information.**

#### Update to PHP 7.4

 * Use this plugin to check your site for compatibility up to PHP 8.0!
 * As of [July 2022](https://wordpress.org/about/stats/), 8.52% of WordPress websites
   run a PHP version older than PHP 7.0.
 * Ove verzije PHP-a su [zastarijele i ne podržane](https://secure.php.net/supported-versions.php)
   preko 2 godine.
 * Only 7.1% of WordPress websites run PHP 8, the current main version of PHP.

#### Disclaimer

_While this plugin is written to detect as many problems as accurately as possible,
100% reliable detection is very difficult to ensure. It is best practice to run 
comprehensive tests before you migrate to a new PHP version._

The plugin was created by WP Engine to help the WordPress community increase adoption
of modern PHP versions. We [welcome contributors](https://github.com/wpengine/phpcompat)
to this plugin, and are excited to see how developers and other WordPress hosts 
use this plugin.

To disclose security issues for this plugin please email WordPress@wpengine.com.

## Slike ekrana

[⌊Glavni ekran: mogućnosti provjere kompatibilnosti⌉⌊Glavni ekran: mogućnosti provjere
kompatibilnosti⌉[

Glavni ekran: mogućnosti provjere kompatibilnosti

[⌊Ekran rezultata kompatibilnosti⌉⌊Ekran rezultata kompatibilnosti⌉[

Ekran rezultata kompatibilnosti

## Instalacija

_Note: Go to ‘Plugins’ > ‘Add New’ in the WordPress admin and search for “PHP Compatibility
Checker” and install it from there._

To manually install: 1. Upload `phpcompat` to the `/wpengine-wp-content/plugins/`
directory 2. Activate the plugin through the ‘Plugins’ menu in WordPress

You will find the plugin options in the WP Admin `Tools => PHP Compatibility` menu.
Once you click `run` it will take a few minutes to conduct the test. Feel free to
navigate away from the page and check back later.

## ČPP

### 1. Will this work outside of the WP Engine hosting account?

Yes, this plugin can be used any ANY WordPress website on ANY host.

### 2. Are there WP-CLI commands available?

As of the 1.6.0 release this plugin no longer includes the `phpcompat` WP-CLI command.
If you still require use of that command, then please run version 1.5.2 or older
of this plugin as those versions extend WP-CLI and provide commands.

### 3. A plugin I created is listed as not compatible, what should I do?

Mi održavamo [bijelu listu dodataka](https://github.com/wpengine/phpcompat/wiki/Results)
koje uzrokuju lažne pozitivne rezultate. Ako se vaš dodatak pokaže kao nekompatibilan,
ali mislite da nije u redu, otvorite a[GitHub pitanje](https://github.com/wpengine/phpcompat/issues/new)
na projektu ili pošaljite e-pismo na wordpress@wpengine.com s informacijama o vašem
dodatku i zašto znate da je kompatibilan (imate automatizirane testove, neuspjeh
je na povratnim putovima koda kompatibilnosti itd.).

### 4. Can I use this to test non-WordPress PHP Projects?

Yes! While you cannot use this WordPress plugin to test your non-WordPress projects,
you can use the [Open Source PHPCompatibility Library](https://github.com/wimg/PHPCompatibility)
that this plugin is built on.

### 5. Why was my plugin/theme skipped?

If your plugin or theme is not available on WordPress.org, then [Tide](https://wptide.org)
will not be able to scan or return results of that plugin or theme.

    ```
    If your plugin or theme is available on WordPress.org, but Tide is not immediately returning results than it likely means Tide has not yet audited that plugin or theme and within a few minutes results should be available once Tide completes its audit.
    ```

### 6. The scan is stuck, what can I do?

As of version 1.6.0 of this plugin, there should no longer be issues of the scan
getting stuck as it no longer runs on your WordPress host server. If you are seeing
significantly slow or unresponsive results from a plugin or theme that is available
on WordPress.org, then please [open an issue](https://github.com/wptide/wptide.org/issues/new/choose)
with those details for the Tide team to investigate why that specific plugin or 
theme version is not appearing in the Tide results.

### 7. I found a bug, or have a suggestion, can I contribute back?

Yes! WP Engine has a public GitHub repo where you can contribute back to this plugin.
Please open an issue on the [Plugin GitHub](https://github.com/wpengine/phpcompat).
We actively develop this plugin, and are always happy to receive pull requests.

    ```
    The plugin was created by WP Engine to help the WordPress community increase adoption of modern PHP versions. We welcome contributors to this plugin, and are excited to see how developers and other WordPress hosts use this plugin.

    To disclose security issues for this plugin please email WordPress@wpengine.com.
    ```

## Recenzije

![](https://secure.gravatar.com/avatar/53b08e46728f7698e9fa9b7fe62b3df53c2ab9855d99af82b9ef2bb949f1a28f?
s=60&d=retro&r=g)

### 󠀁[Con WP5.1 y PHP7.4, falla](https://wordpress.org/support/topic/con-wp5-1-y-php7-4-falla/)󠁿

 [manare](https://profiles.wordpress.org/manare/) 21. Januara 2026.

Ell plugin no muestra versiones ni escanea

![](https://secure.gravatar.com/avatar/12228e1a85602993e2ec76bca84d0407198ee8f320e25d271f1bbe614dfaf72b?
s=60&d=retro&r=g)

### 󠀁[Why is this recommended by WordPress?](https://wordpress.org/support/topic/why-is-this-recommended-by-wordpress/)󠁿

 [cweb](https://profiles.wordpress.org/calebweb/) 29. Septembra 2025.

Over the years, I have tried to be careful to not install programs that are not 
kept up to date. Yet, Wordpress suggest that we install this outdated app that has
not been updated for over 2 years. Many have reported errors. All just to test for
the push that WP has for us to upgrade the version of PHP we are using. This doesn't
make sense!I had tried to put a link to where WP suggest this, but strangely the
forums won't even let me put a link to their own website.

![](https://secure.gravatar.com/avatar/a7d849ee7a8ee04533904069509295deaf656ed8e9763d145acb970c5d1883b4?
s=60&d=retro&r=g)

### 󠀁[Ironically not compatible with the latest PHP](https://wordpress.org/support/topic/ironically-not-compatible-with-the-latest-php/)󠁿

 [aodigitalau](https://profiles.wordpress.org/aodigitalau/) 6. Februara 2025.

Either update the plugin or take it down.

![](https://secure.gravatar.com/avatar/1e5ca569a7679f526f9a15e429da017c66711ce81d9c10da62fec860b42840d8?
s=60&d=retro&r=g)

### 󠀁[Rubish, get it offline](https://wordpress.org/support/topic/rubish-get-it-offline/)󠁿

 [Okoth1](https://profiles.wordpress.org/okoth1/) 27. Oktobra 2023.

It hangs like many others say. No replies on the forum. You're giving people false
hope.Just get it offline and focus on your other plugins (which are working very
well, btw); you'll do yourself and many others a favor.

![](https://secure.gravatar.com/avatar/39ed6b59a08d2283b9bfc4d611bdd2a6e5d0e2479fab63a6834b39247feefd26?
s=60&d=retro&r=g)

### 󠀁[very buggy and hangs](https://wordpress.org/support/topic/very-buggy-and-hangs/)󠁿

 [theozsnowman](https://profiles.wordpress.org/theozsnowman/) 19. Maja 2023.

ran the plugin on quite a few sites and most timeout after a couple of plugins are
tested. Lots of false positives and errors. surely there is a better plugin out 
there?

![](https://secure.gravatar.com/avatar/ea257bb7048ea247773df9108a1f94c2fbd213dbfe45e597defa3bb9ea74ce75?
s=60&d=retro&r=g)

### 󠀁[audit requested does not exist](https://wordpress.org/support/topic/gives-404-error-and-hangs/)󠁿

 [elffuts](https://profiles.wordpress.org/elffuts/) 9. Maja 2023.

Useless! Gives a 404 error on plugins that ARE PHP 8 compatible. and then hangs.
I've been waiting 30 minutes for it to unhang, and I finally gave up. It sure would
be nice if this thing worked as advertised. Here's what I got: MaxButtons Pro 9.5.5
Response status: 404 Message: The audit requested does not exist. Am I supposed 
to know what that means? How do I fix it? Right now it's completely useless, and
it hangs the software — never goes any farther to get to the rest of my plugins.
Not a bit of help as is.

 [ Read all 131 reviews ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/)

## Saradnici i programeri

“Provjera kompatibilnosti PHP-a” is open source software. The following people have
contributed to this plugin.

Doprinositelji

 *   [ WP Engine ](https://profiles.wordpress.org/wpengine/)
 *   [ Jason Stallings ](https://profiles.wordpress.org/octalmage/)
 *   [ Steven Word ](https://profiles.wordpress.org/stevenkword/)
 *   [ Taylor McCaslin ](https://profiles.wordpress.org/taylor4484/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)
 *   [ Jason ](https://profiles.wordpress.org/jcross/)
 *   [ rfmeier ](https://profiles.wordpress.org/rfmeier/)
 *   [ Max Lyuchin ](https://profiles.wordpress.org/cadic/)
 *   [ Darin Kotter ](https://profiles.wordpress.org/dkotter/)
 *   [ Ankit K Gupta ](https://profiles.wordpress.org/ankit-k-gupta/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

“Provjera kompatibilnosti PHP-a” je prijeveden na 25 dijalekata. Zahvala [prevodiocima](https://translate.wordpress.org/projects/wp-plugins/php-compatibility-checker/contributors)
za njihov doprinos.

[Prevedi “Provjera kompatibilnosti PHP-a” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/php-compatibility-checker)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/php-compatibility-checker/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/php-compatibility-checker/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/php-compatibility-checker/)
od [RSS](https://plugins.trac.wordpress.org/log/php-compatibility-checker/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 1.6.3

Fix issue where Buffer was not available to the scans.

#### 1.6.2

 * Update packages.

#### 1.6.1

 * Fix issue on update where old files were included.

#### 1.6.0

 * Changed from running PHP Compatibility scans on your WordPress server to using
   scan data from [Tide](https://wptide.org).
 * Removed `phpcompat` WP-CLI command.
 * Ažurirajte zavisnosti.

#### 1.5.2

 * Removed PHP 5.2 checks
 * Fixed PHP 8 issue where plugin cannot cannot be uninstalled.

#### 1.5.1

 * Added Smart Plugin Manager to whitelisted plugins.

#### 1.5.0

 * Added support for PHP 7.3 compatibility checks.

#### 1.4.8

 * Ažurirajte zavisnosti.

#### 1.4.7

 * Bolja podrška za prevod.

#### 1.4.6

 * Prebačeno na novu PHPCompatibilityWP biblioteku da biste spriječili lažne pozitivne
   rezultate.

#### 1.4.5

 * Upotrijebite broj verzije dodatka za postavljanje skripti i stilova.

#### 1.4.4

 * PHP 5.2 Podrška & PHP 7.1 i 7.2. djelići
 * Ažurirani bočni panel za poziv na djelo, ovisno o platformi.

#### 1.4.3

 * Popravili probleme sa Kompozitorom.

#### 1.4.1

 * Ažuriran PHP_CodeSniffer da popravi sigurnosno savijetovanje.
 * Na bijeloj listi je dodatan određeni broj dodataka.

#### 1.4.0

 * Ažurirano UX za gledanje PHP grešaka je intuitivnije i zahtijeva manje prelistavanje.
 * Dodani su linkovi za ne-tehničke korisnike kojima je potrebna pomoć programera
   da isprave PHP greške ili da testiraju svoju web lokaciju u okruženjima koja 
   omogućavaju PHP 7.

#### 1.3.2

 * Dodano je dugme „Počisti“ i deinstall.php.
 * Dodan je phpcompat_phpversions filter.

#### 1.3.1

 * Na bijeloj listi je dodatan određeni broj dodataka.

#### 1.3.0

 * Ažurirali biblioteku PHPCompatibility na najnoviju verziju. Treba popraviti mnoge
   lažne pozitivne rezultate.
 * Promijenjen je jezik i dodan tekst za pomoć na korisničkom interfejsu upravitelja
   stranice.

#### 1.2.4

 * Popravili probleme sa Kompozitorom.

#### 1.2.3

 * Ažurirali biblioteku PHPCompatibility na najnoviju verziju.
 * Dodali TablePress bijeloj listi.

#### 1.2.2

 * Dopunjena bijela lista sa UpdraftPlus i Max Mega Menu.

#### 1.2.1

 * Ažurirali biblioteku PHPCompatibility na najnoviju verziju.

#### 1.2.0

 * Ažurirali biblioteku PHPCompatibility na najnoviju verziju.
 * Dodana podrška za PHP 5.6

#### 1.1.2

 * Riješen je problem s napomenama WordPress-a koji pravi prekid u zaglavlju dodatka.
 * Promenjen način na koji šaljemo i raščlanjujemo JSON.
 * Sada možete ponovo pokrenuti skeniranje u toku.
 * Ažurirano download.js na v4.2 za bolju kompatibilnost sa Safarijem.

#### 1.1.1

 * Ispravljena greška s aktivnim prikazom posla.
 * Ažurirano izračunavanje trake napretka.

#### 1.1.0

 * Rezultati testa sada su istrajni usprkos ponovnom čitanju stranice.
 * Neuspjeli testovi prikazat će pregled rezultata.
 * Istek vremena skeniranja sada je podesivo pomoću filtera. Pogledajte FAQ za više
   detalja.

#### 1.0.3

 * Fixed a bug in the WP-CLI command.
 * Added a handful of PHP 7 compatible plugins to the whitelist.

#### 1.0.2

 * Added additional role protections.
 * Changed the UI colors to better understand output at a glance.
 * Exclude checking node_modules and tmp directories.
 * Added support for child theme's parent theme.

#### 1.0.1

 * Updated compatibility library with a few bugfixes.
 * Added skip logic to prevent checker from hanging.

#### 1.0.0

 * Major update to add PHP 7 checking support.
 * Improved the UX of the progress bar.
 * Fixed bug with the way the plugin menu was registered.

#### 0.1.0

 * Initial version.
 * PHP 5.5, 5.4, and 5.3 Support.
 * Basic WP-CLI Commands.

## Meta

 *  Version **1.6.3**
 *  Last updated **prije 3 godine**
 *  Active installations **200.000+**
 *  WordPress version ** 5.6 ili viša **
 *  Tested up to **6.4.8**
 *  PHP version ** 5.6 ili viša **
 *  Languages
 * [Arabic](https://ar.wordpress.org/plugins/php-compatibility-checker/), [Bosnian](https://bs.wordpress.org/plugins/php-compatibility-checker/),
   [Chinese (China)](https://cn.wordpress.org/plugins/php-compatibility-checker/),
   [Chinese (Taiwan)](https://tw.wordpress.org/plugins/php-compatibility-checker/),
   [Czech](https://cs.wordpress.org/plugins/php-compatibility-checker/), [Dutch](https://nl.wordpress.org/plugins/php-compatibility-checker/),
   [Dutch (Belgium)](https://nl-be.wordpress.org/plugins/php-compatibility-checker/),
   [English (Australia)](https://en-au.wordpress.org/plugins/php-compatibility-checker/),
   [English (Canada)](https://en-ca.wordpress.org/plugins/php-compatibility-checker/),
   [English (New Zealand)](https://en-nz.wordpress.org/plugins/php-compatibility-checker/),
   [English (South Africa)](https://en-za.wordpress.org/plugins/php-compatibility-checker/),
   [English (UK)](https://en-gb.wordpress.org/plugins/php-compatibility-checker/),
   [English (US)](https://wordpress.org/plugins/php-compatibility-checker/), [French (France)](https://fr.wordpress.org/plugins/php-compatibility-checker/),
   [Galician](https://gl.wordpress.org/plugins/php-compatibility-checker/), [German](https://de.wordpress.org/plugins/php-compatibility-checker/),
   [Japanese](https://ja.wordpress.org/plugins/php-compatibility-checker/), [Norwegian (Bokmål)](https://nb.wordpress.org/plugins/php-compatibility-checker/),
   [Portuguese (Brazil)](https://br.wordpress.org/plugins/php-compatibility-checker/),
   [Portuguese (Portugal)](https://pt.wordpress.org/plugins/php-compatibility-checker/),
   [Romanian](https://ro.wordpress.org/plugins/php-compatibility-checker/), [Russian](https://ru.wordpress.org/plugins/php-compatibility-checker/),
   [Spanish (Argentina)](https://es-ar.wordpress.org/plugins/php-compatibility-checker/),
   [Spanish (Chile)](https://cl.wordpress.org/plugins/php-compatibility-checker/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/php-compatibility-checker/)
   i [Spanish (Venezuela)](https://ve.wordpress.org/plugins/php-compatibility-checker/).
 *  [Prevedite na vaš jezik](https://translate.wordpress.org/projects/wp-plugins/php-compatibility-checker)
 * Tags
 * [compat](https://bs.wordpress.org/plugins/tags/compat/)[php](https://bs.wordpress.org/plugins/tags/php/)
   [version](https://bs.wordpress.org/plugins/tags/version/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/php-compatibility-checker/advanced/)

## Ocjene

 2.7 out of 5 stars.

 *  [  46 5-star reviews     ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/?filter=5)
 *  [  6 4-star reviews     ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/?filter=4)
 *  [  2 3-star reviews     ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/?filter=3)
 *  [  11 2-star reviews     ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/?filter=2)
 *  [  66 1-star reviews     ](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/php-compatibility-checker/reviews/)

## Doprinositelji

 *   [ WP Engine ](https://profiles.wordpress.org/wpengine/)
 *   [ Jason Stallings ](https://profiles.wordpress.org/octalmage/)
 *   [ Steven Word ](https://profiles.wordpress.org/stevenkword/)
 *   [ Taylor McCaslin ](https://profiles.wordpress.org/taylor4484/)
 *   [ Simon Prosser ](https://profiles.wordpress.org/pross/)
 *   [ Jason ](https://profiles.wordpress.org/jcross/)
 *   [ rfmeier ](https://profiles.wordpress.org/rfmeier/)
 *   [ Max Lyuchin ](https://profiles.wordpress.org/cadic/)
 *   [ Darin Kotter ](https://profiles.wordpress.org/dkotter/)
 *   [ Ankit K Gupta ](https://profiles.wordpress.org/ankit-k-gupta/)
 *   [ Jeffrey Paul ](https://profiles.wordpress.org/jeffpaul/)

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/php-compatibility-checker/)