Title: patch for php 5.6 compatibility
Last modified: July 18, 2017

---

# patch for php 5.6 compatibility

 *  [zuHause](https://wordpress.org/support/users/zuhause/)
 * (@zuhause)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/patch-for-php-5-6-compatibility/)
 * I like the plugin: does what I need it to do.
 * Nevertheless my website needs an update, PHP 5.3 is more or less an ‘ancient 
   custom’…
 * > @@ -358,7 +358,7 @@
   >  function ayb_posts($ayb_para = ”) { $ayb_parameter = explode(‘&’,
   > $ayb_para); foreach ($ayb_parameter as $ayb_temp) { – $b = preg_split(‘=’, 
   > $ayb_temp); + $b = split(‘=’, $ayb_temp); $instance[$b[0]] = $b[1]; }//$ayb_parameter
   > as $ayb_temp $widget_arr = array();

The topic ‘patch for php 5.6 compatibility’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/a-year-before.svg)
 * [A Year Before](https://wordpress.org/plugins/a-year-before/)
 * [Support Threads](https://wordpress.org/support/plugin/a-year-before/)
 * [Active Topics](https://wordpress.org/support/plugin/a-year-before/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/a-year-before/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/a-year-before/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [zuHause](https://wordpress.org/support/users/zuhause/)
 * Last activity: [8 years, 10 months ago](https://wordpress.org/support/topic/patch-for-php-5-6-compatibility/)