Closed GoogleCodeExporter closed 9 years ago
line 575 in i_functions.php
foreach ($arrExtensions as &$strExtension) {
was broken for me till changed to
foreach ($arrExtensions as $strExtension) {
same error into the same file some lines below
Original comment by adriavi...@gmail.com
on 10 Jul 2008 at 11:35
also line 628
Thanks @adriavidal
Original comment by 808blog...@gmail.com
on 23 Jul 2008 at 6:16
Turns out that PHP5 doesnt need those & signs so I removed them in v0.12
Now the application will be happy with both PHP4 and PHP5
Original comment by chris.ca...@gmail.com
on 23 Sep 2008 at 3:44
Original issue reported on code.google.com by
adriavi...@gmail.com
on 9 Jul 2008 at 5:00