Title: PHP 7.2 ready?
Last modified: January 4, 2019

---

# PHP 7.2 ready?

 *  Resolved [dfarin](https://wordpress.org/support/users/dfarin/)
 * (@dfarin)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/)
 * Hey guys, is your plugin ready for php 7.2 ?
    Till now i use another premium 
   plus plugin but this only works with php 7.0 or 7.1.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fphp-7-2-ready-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Support [Andreas W.](https://wordpress.org/support/users/aweissinpsyde/)
 * (@aweissinpsyde)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11059110)
 * Hallo [@dfarin](https://wordpress.org/support/users/dfarin/),
 * ja, unser Plugin kann mit PHP 7.2. betrieben werden. Es kann abe rauch zu Warnmeldungen
   kommen. Wir arbeiten bereits hier an einer Lösung und sollte noch diesem Monat
   als Update veröffentlicht werden. Wir empfehlen zum jetzigen Zeitpunkt PHP 7.1
   zu verwenden.
 *  Thread Starter [dfarin](https://wordpress.org/support/users/dfarin/)
 * (@dfarin)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11059161)
 * Klasse, freut mich zu lesen. Aktuell nutze ich noch ein kostenpflichtiges Konkurrenzprodukt.
   Gefällt mir einfach noch ein kleinwenig besser.
    Aber das wäre definitiv ein 
   Grund umzusteigen. 🙂
 *  [sovok](https://wordpress.org/support/users/sovok/)
 * (@sovok)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11065266)
 * Ahoi,
 * eventuell ein Problem bzgl. PHP 7.2: Bei manchen Produkten leitete der Checkout
   nicht zu Paypal weiter, sondern warf nur den “Fehler im Bestellvorgang. Versuche
   es bitte erneut”. Davor kurz PHP-Warning “sizeof(): Parameter must be an array
   or an object that implements Countable in …/wp-content/plugins/woo-paypalplus/
   lib/PayPal/Common/PayPalModel.php on line 179”
 * Hab es nun nicht mit PHP 7.1 probiert, aber Lösung:
    /wp-content/plugins/woo-
   paypalplus/lib/PayPal/Common/PayPalModel.php Zeile 179 von } elseif (sizeof($
   v) <= 0 && is_array($v)) { zu } elseif (is_array($v) && sizeof($v) <= 0) { ändern.
 * -rob
 *  Plugin Support [Andreas W.](https://wordpress.org/support/users/aweissinpsyde/)
 * (@aweissinpsyde)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11067365)
 * Hallo [@sovok](https://wordpress.org/support/users/sovok/),
 * vielen Dank. Ich habe dies einmal so an unsere Entwickler weitergegeben.
 *  [Yeah GbR](https://wordpress.org/support/users/yeah8000/)
 * (@yeah8000)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11148960)
 * +1
 * Irgendwelche Neuigkeiten dazu?
    -  This reply was modified 7 years, 4 months ago by [Yeah GbR](https://wordpress.org/support/users/yeah8000/).
 *  [fairmarketing](https://wordpress.org/support/users/fairmarketing/)
 * (@fairmarketing)
 * [7 years, 3 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11227798)
 * Hallo, ich teste das Plugin seit gestern und erhalte – sowohl bei der Sandbox,
   als auch der Live-Lösung immer diese Fehlermeldung
 * Warning: sizeof(): Parameter must be an array or an object that implements Countable
   in /www/htdocs/w017197a/clone-md/wp-content/plugins/woo-paypalplus/lib/PayPal/
   Common/PayPalModel.php on line 179
 * Sie erscheint auf der Zahlungen-Seite in den Woocommerce-Einstlelungen gleich
   7mal, jedes Mal wenn ich eine Änderung speichere.
    Da ich das PayPal plus gerade
   auf einem Staging-Server teste und der echte Shop auf demselben Server (mit PHP
   7.2) läuft, kann/will ich die PHP-Version nicht ändern.
 * Wann wird es denn soweit sein, dass Ihr das Plugin auf die aktuelle PHP-Version
   angepasst habt? Bis dahin werde ich nicht auf PayPal Plus umstellen.
 * Danke und liebe Grüße

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘PHP 7.2 ready?’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/woo-paypalplus_a2c4dd.svg)
 * [PayPal Plus for WooCommerce](https://wordpress.org/plugins/woo-paypalplus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-paypalplus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-paypalplus/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-paypalplus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-paypalplus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-paypalplus/reviews/)

## Tags

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

 * 6 replies
 * 5 participants
 * Last reply from: [fairmarketing](https://wordpress.org/support/users/fairmarketing/)
 * Last activity: [7 years, 3 months ago](https://wordpress.org/support/topic/php-7-2-ready-3/#post-11227798)
 * Status: resolved