Search found 1 match

by globway
Mon Feb 22, 2016 2:29 am
Forum: PHP API
Topic: PHP notices
Replies: 1
Views: 33258

PHP notices

We noticed that there is an error in de code of UcwebU3Handler.php on line 86 which causes Notices. It's this piece of code which assumes there is an key "1" in the array, while its not: $significant_version = explode('.', $version); if ($significant_version[0] !== null) { if ($significant_version[1...