buggedcom / phpvideotoolkit-v2

PHP Video Toolkit version 2 helps take the voodoo out of ffmpeg and provides a convenient object oriented wrapper around the ffmpeg programme.
Other
262 stars 86 forks source link

Enforcing float microtime return value #102

Closed ivany4 closed 7 years ago

ivany4 commented 7 years ago

PHP 7.1 would raise an error when trying to add time() int value and string microtime() value. So I changed microtime return value to float by setting first argument to true.

buggedcom commented 7 years ago

Thanks