itpixelz / phpvideotoolkit

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

Bug on line 1997 in php5 version #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
line 1997 of php5:

strpos($output_name, '%timecode') !== false

should be 

strpos($output_name, '%timecode') == false

Original issue reported on code.google.com by cosmin.c...@gmail.com on 14 Oct 2009 at 6:21

GoogleCodeExporter commented 8 years ago
tmb_directory should be tmp_directory

Original comment by robvanov...@gmail.com on 21 Dec 2010 at 8:16

GoogleCodeExporter commented 8 years ago
should it not be '===' rather than '==', as == will match 0, which is a valid 
location for the position of the string...

Original comment by metalsph...@gmail.com on 25 Aug 2011 at 12:51

GoogleCodeExporter commented 8 years ago
Note: The tmb_directory issue is fixed in SVN. 

0.1.9.zip still has the tmb_directory problem.

Original comment by o...@xstream.dk on 7 Nov 2011 at 2:10

GoogleCodeExporter commented 8 years ago
Unclear what the resolution should be:

0.1.9.zip ships with the === change in it, while the code in SVN has !==.

Original comment by o...@xstream.dk on 7 Nov 2011 at 2:15

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