Pffft, I don't know what you all are worried about. Heck, I'm running PHP 6 on all my production servers. ;D
On Fri, Mar 2, 2012 at 11:47 AM, Adam Barrett <[email protected]> wrote: > on production... one of my dev instances is already updating :D > > On Fri, Mar 2, 2012 at 11:46 AM, Adam Barrett <[email protected]> wrote: > > Maybe it is just me, but I am going to wait until it has had a few > > weeks to settle down and really get tested. 5.3.7 was reason enough to > > sit back a few weeks. > > > > On Fri, Mar 2, 2012 at 11:45 AM, Jason Shultz <[email protected]> > wrote: > >> thankfully I run my own web server so I'm not dependent on someone at > >> Dreamhost/Godaddy to roll it out. > >> > >> > >> *Jason Shultz* > >> > >> > >> > >> > >> > >> On Fri, Mar 2, 2012 at 10:03 AM, Joseph Brower <[email protected] > >wrote: > >> > >>> We'll probably have it avail in a week or so. > >>> > >>> On 03/02/2012 09:58 AM, Isaac wrote: > >>> > it seems that migrating your systems from 5.3 to 5.4 should be easy > :) > >>> > let's hope that hosting providers (I mean dreamhost hehehe) upgrade > their > >>> > PHP soon > >>> > > >>> > thanks > >>> > > >>> > > >>> > On Thu, Mar 1, 2012 at 9:42 PM, Justin Carmony< > [email protected] > >>> >wrote: > >>> > > >>> >> When you're using something like MongoDB where you create structured > >>> JSON > >>> >> documents for things, and its all nested, it can be quicker. The > irony > >>> is > >>> >> they didn't add an object version (i.e. { "my" => "test" }). > >>> >> > >>> >> On Thu, Mar 1, 2012 at 9:31 PM, Wade Preston Shearer< > >>> >> [email protected]> wrote: > >>> >> > >>> >>> On 1 Mar 2012, at 21:15, Steve Meyers wrote: > >>> >>> > >>> >>>> http://www.php.net/archive/2012.php#id2012-03-01-1 > >>> >>> What's the value of the short array syntax? It's barely any > shorter. > >>> >>> > >>> >>> <?php > >>> >>> $array = array( > >>> >>> "foo" => "bar", > >>> >>> "bar" => "foo" > >>> >>> ); > >>> >>> > >>> >>> // as of PHP 5.4 > >>> >>> $array = [ > >>> >>> "foo" => "bar", > >>> >>> "bar" => "foo" > >>> >>> ]; > >>> >>> ?> > >>> >>> > >>> >>> > >>> >>> _______________________________________________ > >>> >>> > >>> >>> UPHPU mailing list > >>> >>> [email protected] > >>> >>> http://uphpu.org/mailman/listinfo/uphpu > >>> >>> IRC: #uphpu on irc.freenode.net > >>> >>> > >>> >> _______________________________________________ > >>> >> > >>> >> UPHPU mailing list > >>> >> [email protected] > >>> >> http://uphpu.org/mailman/listinfo/uphpu > >>> >> IRC: #uphpu on irc.freenode.net > >>> >> > >>> > > >>> > > >>> > >>> > >>> _______________________________________________ > >>> > >>> UPHPU mailing list > >>> [email protected] > >>> http://uphpu.org/mailman/listinfo/uphpu > >>> IRC: #uphpu on irc.freenode.net > >>> > >> > >> _______________________________________________ > >> > >> UPHPU mailing list > >> [email protected] > >> http://uphpu.org/mailman/listinfo/uphpu > >> IRC: #uphpu on irc.freenode.net > > _______________________________________________ > > UPHPU mailing list > [email protected] > http://uphpu.org/mailman/listinfo/uphpu > IRC: #uphpu on irc.freenode.net > _______________________________________________ UPHPU mailing list [email protected] http://uphpu.org/mailman/listinfo/uphpu IRC: #uphpu on irc.freenode.net
