tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
253 stars 84 forks source link

improve php5 compatibility #229

Closed buborh closed 3 years ago

buborh commented 3 years ago

Hello, I know imdbphp doesnt support php5, but it still works. php5 doesnt support "??" operator. After this patch imdbphp runs on php5. best regards.