Hi!
public function limit( $limit, $offset = '' );
public function limit( $limit = 10, $offset = 0 )
No problems at all while development, no warnings, no errors. Now when I
deployed this on a PHP 5.2 machine it bombed out, with the following
*correct* message:
Fatal error: Declarati
Em Qua, 2008-04-09 às 11:27 +0200, Derick Rethans escreveu:
> I don't know who removed this check, but please put it back
> in!
>
Hi Derick,
it looks has been introduced by this patch suggested and discussed in
that thread:
http://marc.info/?l=php-internals&m=120430609612237&w=2
--
Regards,
F
Hello there,
I've been working on some code, while developing on PHP 5.3. The code
resembles the following structure:
limit = $limit;
$this->offset = $offset;
}
}
?>
No problems at all while development, no warnings, no errors. Now when I
deployed this on a PHP 5.2 machine it bombe