presslabs / gitium

Keep all your WordPress code on git with a simple plugin and a repo
https://www.presslabs.com/code/gitium/
GNU General Public License v2.0
180 stars 31 forks source link

Deprecated Function create_function() #175

Closed pfauenauge closed 1 year ago

pfauenauge commented 5 years ago

Hi, when fetching my first repository (bitbucket via https) I encountered the following php error:

Deprecated: Function create_function() is deprecated in ../wp-content/plugins/gitium/inc/class-git-wrapper.php on line 433

My development system needs error logging to be on. It's PHP 7.2, WP5, Debian.

Can you help me with this? Thank you!