itpixelz / phpvideotoolkit

Automatically exported from code.google.com/p/phpvideotoolkit
0 stars 0 forks source link

Error in strict mode #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am getting this error when PHP is configured in strict mode :
Strict Standards: Only variables should be passed by reference in 
/var/www/geddan/phpvideotoolkit/phpvideotoolkit.php5.php on line 1581

Original issue reported on code.google.com by tae...@gmail.com on 13 Aug 2011 at 1:04

GoogleCodeExporter commented 8 years ago
It seems it can be avoided by doing something like that :
$array=explode('.', $img);
$file_ext = array_pop($array);

Original comment by tae...@gmail.com on 13 Aug 2011 at 1:07

GoogleCodeExporter commented 8 years ago
Same problem (and solution) at line 3062.

Original comment by tae...@gmail.com on 13 Aug 2011 at 1:12

GoogleCodeExporter commented 8 years ago
PHPVideoToolkit has been updated to version 2.

Original comment by bugged...@gmail.com on 20 Mar 2013 at 11:37