Hello!
The PHP Development Team announces the immediate availability of PHP
5.4.6 and PHP 5.3.16. The releases fixes over 20 bugs.
All users are adviced to update to PHP 5.4.6! Alternatively, PHP 5.3.16
is recommended for those wishing to remain on the 5.3 series.
PHP 5.4.6:
Release Announc
Our pull request queue is getting a bit backed up:
https://qa.php.net/pulls/#repo=php-src
We have a few people looking at these. stas, laruence, nikic, reeze and
a couple of others, but it would be good to get more eyeballs to test
the changes and comment on them. And I suspect some people here d
Can you confirm me when the public annoucement for final 5.4.6 will be
published ? (time)
I notice that http://windows.php.net/download/#php-5.4 already provides
5.4.6 when it is not announced...
I'm waiting for official announcement to publish some fresh RPM and push
update to Fedora.
Regards,
Would you like to return home from your Etosha safari with amazing photos ? If
yes, then this ebook is for you .
You may have just one chance to capture the moments that you witness.
You can get a head start with your safari and know important information
up-front.
With this affordable eBook
Sherif Ramadan wrote:
I don't wish to degrade anyone's contributions to this thread, but
this really is the perfect example of making a lot of fuss over
nothing on the mailing list and an example of the kinds of discussion
we should be avoiding when there are so many other important problems
we c
Hi,
after reading this mail: Is it just me or is a userspace implementation
really that trivial?
function ensure($object, $class) {
if ($object instanceof $class) {
return $object;
}
throw new InvalidArgumentException(sprintf('Object is not of type %s',
$class));
}
And then in
2012/8/15 Giedrius Dubinskas
> On Wed, Aug 15, 2012 at 4:54 PM, Sebastian Krebs
> wrote:
> > 2012/8/15 Giedrius Dubinskas
> >
> >> On Wed, Aug 15, 2012 at 2:19 PM, Yahav Gindi Bar
> >> wrote:
> >> > On Wed, Aug 15, 2012 at 2:09 PM, Paul Dragoonis
> >> wrote:
> >> >>
> >> >> Comments inline.
>