Mensagem sobre o tópico
PHP 5.3.0 Released!!!!
Received: by 10.224.45.131 with SMTP id e3mr797936qaf.18.1246452263161;
Wed, 01 Jul 2009 05:44:23 -0700 (PDT)
Return-Path: <walkeralen...@gmail.com>
Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.25])
by gmr-mx.google.com with ESMTP id 25si123338qyk.12.2009.07.01.05.44.22;
Wed, 01 Jul 2009 05:44:22 -0700 (PDT)
Received-SPF: pass (google.com: domain of walkeralen...@gmail.com designates 74.125.92.25 as permitted sender) client-ip=74.125.92.25;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of walkeralen...@gmail.com designates 74.125.92.25 as permitted sender) smtp.mail=walkeralen...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by qw-out-2122.google.com with SMTP id 5so414550qwi.19
for <gophp@googlegroups.com>; Wed, 01 Jul 2009 05:44:21 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:in-reply-to:references
:date:message-id:subject:from:to:content-type;
bh=QMEZqv9mn4jjj/g4M6Kv0I0GBmbrv6SbgQJwgWXHIWg=;
b=FjjNFUrCyvrteBTrpHoN6qlnr95kgMUWqyXjlvZwkd/jGEM7tIKUGh1Qq76c26Ws6r
Fp4GWQi2XX49SGUT4LPhVi4PDam86SLlBpzKDkv3a5oOLB0HvFNFUN44Z7IfyVQoAKos
t8Ju1Sifx23KD7hwvQwyGN0NoeHD1jAq+Mxek=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
b=NyJ2BPMqQ7hIQ/2XCxG+C/Ks/9DvbBnpNV6arBrEeZHi+MC3OgoDBBCdBuz6Leq/T5
f17fUv/lEL0DXlS/IstzAHvwnVa78YOOCbQiJZ7arECUnlkbCK5d6oIAXeu2T5Sw+Pg7
MDHVhy661hHbhc86vhQ3ETSjlNrGR+LNm4haI=
Mime-Version: 1.0
Content-Type: multipart/alternative;
boundary="0015175cf70a405af0046da448c0"
Received: by 10.224.37.85 with SMTP id w21mr4940473qad.213.1246452261083; Wed,
01 Jul 2009 05:44:21 -0700 (PDT)
In-Reply-To: <ace31dbb0907010541k57a34ba8pebb7e5b103b78838@mail.gmail.com>
References: <38869fa60906300547l20edb2davdf005a5588a487c1@mail.gmail.com>
<ace31dbb0907010541k57a34ba8pebb7e5b103b78...@mail.gmail.com>
Date: Wed, 1 Jul 2009 09:44:21 -0300
Message-ID: <ace31dbb0907010544qa0e387bp107b6a75d9d98...@mail.gmail.com>
Subject: Re: [gophp] PHP 5.3.0 Released!!!!
From: Walker de Alencar <walkeralen...@gmail.com>
To: gophp@googlegroups.com
--0015175cf70a405af0046da448c0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
ops, acabei n=E3o passando o link... segue abaixo:
http://php.net/releases/5_3_0.php
Abra=E7os.
2009/7/1 Walker de Alencar <walkeralen...@gmail.com>
> S=F3 faltou o link de refer=EAncia da p=E1gina... para quem interessar em=
buscar
> mais detalhes de informa=E7=E3o.
>
> Abra=E7os.
>
> 2009/6/30 Ot=E1vio Cala=E7a Xavier <otavi...@gmail.com>
>
> PHP 5.3.0 Release Announcement
>>
>> The PHP development team is proud to announce the immediate release of P=
HP
>> 5.3.0. This release is a major improvement in the 5.X series, which incl=
udes
>> a large number of new features and bug fixes.
>>
>> The key features of PHP 5.3.0 include:
>>
>> * Support for namespaces
>> * Late static binding
>> * Lambda Functions and Closures
>> * Syntax additions: NOWDOC, ternary short cut "?:" and jump label
>> (limited goto), __callStatic()
>> * Under the hood performance improvements
>> * Optional garbage collection for cyclic references
>> * Optional mysqlnd PHP native replacement for libmysql
>> * Improved Windows support including VC9 and experimental X64 binari=
es
>> as well as portability to other supported platforms
>> * More consistent float rounding
>> * Deprecation notices are now handled via E_DEPRECATED (part of E_AL=
L)
>> instead of the E_STRICT error level
>> * Several enhancements to enable more flexiblity in php.ini (and ini
>> parsing in general)
>> * New bundled extensions: ext/phar, ext/intl, ext/fileinfo,
>> ext/sqlite3, ext/enchant
>> * Over 140 bug fixes and improvements to PHP, in particular to:
>> ext/openssl, ext/spl and ext/date
>>
>> This release also drops several extensions and unifies the usage of
>> internal APIs. Users should be aware of the following known backwards
>> compatibility breaks:
>>
>> * Parameter parsing API unification will cause some functions to
>> behave more or less strict when it comes to type juggling
>> * Removed the following extensions: ext/mhash (see ext/hash),
>> ext/msql, ext/pspell (see ext/enchant), ext/sybase (see ext/sybase_ct)
>> * Moved the following extensions to PECL: ext/ming, ext/fbsql,
>> ext/ncurses, ext/fdf
>> * Removed zend.ze1_compatibility_mode
>>
>> For users upgrading from PHP 5.2 there is a migration guide available
>> here, detailing the changes between those releases and PHP 5.3.0.
>>
>> For a full list of changes in PHP 5.3.0, see the ChangeLog.
>> --
>> Ot=E1vio Cala=E7a Xavier
>> Desenvolvedor Web
>> Tecg=BA. Redes de Comunica=E7=E3o
>> poomax.com.br
>>
>> >>
>>
>
>
> --
> Walker de Alencar
> Arquiteto Web/PHP
> http://www.walkeralencar.com
> (62) 8172-5487
> (61) 9317-0543
>
--=20
Walker de Alencar
Arquiteto Web/PHP
http://www.walkeralencar.com
(62) 8172-5487
(61) 9317-0543
--0015175cf70a405af0046da448c0
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
ops, acabei n=E3o passando o link... segue abaixo:<br><br><a href=3D"http:/=
/php.net/releases/5_3_0.php">http://php.net/releases/5_3_0.php</a><br><br>A=
bra=E7os.<br><br><div class=3D"gmail_quote">2009/7/1 Walker de Alencar <spa=
n dir=3D"ltr"><<a href=3D"mailto:walkeralen...@gmail.com">walkeralencar@=
gmail.com</a>></span><br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">S=F3 faltou o lin=
k de refer=EAncia da p=E1gina... para quem interessar em buscar mais detalh=
es de informa=E7=E3o.<br>
<br>Abra=E7os. <br><br><div class=3D"gmail_quote">2009/6/30 Ot=E1vio Cala=
=E7a Xavier <span dir=3D"ltr"><<a href=3D"mailto:otavi...@gmail.com" tar=
get=3D"_blank">otavi...@gmail.com</a>></span><div><div></div><div class=
=3D"h5"><br>
<blockquote class=3D"gmail_quote" style=3D"border-left: 1px solid rgb(204, =
204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><font size=3D"-1"=
><font face=3D"FreeSans">PHP 5.3.0 Release Announcement<br>
<br>
The PHP development team is proud to announce the immediate release of
PHP 5.3.0. This release is a major improvement in the 5.X series, which
includes a large number of new features and bug fixes.<br>
<br>
The key features of PHP 5.3.0 include:<br>
<br>
=A0=A0=A0 * Support for namespaces<br>
=A0=A0=A0 * Late static binding<br>
=A0=A0=A0 * Lambda Functions and Closures<br>
=A0=A0=A0 * Syntax additions: NOWDOC, ternary short cut "?:" and =
jump label
(limited goto), __callStatic()<br>
=A0=A0=A0 * Under the hood performance improvements<br>
=A0=A0=A0 * Optional garbage collection for cyclic references<br>
=A0=A0=A0 * Optional mysqlnd PHP native replacement for libmysql<br>
=A0=A0=A0 * Improved Windows support including VC9 and experimental X64
binaries as well as portability to other supported platforms<br>
=A0=A0=A0 * More consistent float rounding<br>
=A0=A0=A0 * Deprecation notices are now handled via E_DEPRECATED (part of
E_ALL) instead of the E_STRICT error level<br>
=A0=A0=A0 * Several enhancements to enable more flexiblity in php.ini (and
ini parsing in general)<br>
=A0=A0=A0 * New bundled extensions: ext/phar, ext/intl, ext/fileinfo,
ext/sqlite3, ext/enchant<br>
=A0=A0=A0 * Over 140 bug fixes and improvements to PHP, in particular to:
ext/openssl, ext/spl and ext/date<br>
<br>
This release also drops several extensions and unifies the usage of
internal APIs. Users should be aware of the following known backwards
compatibility breaks:<br>
<br>
=A0=A0=A0 * Parameter parsing API unification will cause some functions to
behave more or less strict when it comes to type juggling<br>
=A0=A0=A0 * Removed the following extensions: ext/mhash (see ext/hash),
ext/msql, ext/pspell (see ext/enchant), ext/sybase (see ext/sybase_ct)<br>
=A0=A0=A0 * Moved the following extensions to PECL: ext/ming, ext/fbsql,
ext/ncurses, ext/fdf<br>
=A0=A0=A0 * Removed zend.ze1_compatibility_mode<br>
<br>
For users upgrading from PHP 5.2 there is a migration guide available
here, detailing the changes between those releases and PHP 5.3.0.<br>
<br>
For a full list of changes in PHP 5.3.0, see the ChangeLog. <br>--<br clear=
=3D"all"></font></font>Ot=E1vio Cala=E7a Xavier<br>Desenvolvedor Web<br>Tec=
g=BA. Redes de Comunica=E7=E3o<br><a href=3D"http://poomax.com.br" target=
=3D"_blank">poomax.com.br</a><br>
<br>
<br>
</blockquote></div></div></div><font color=3D"#888888"><br><br clear=3D"all=
"><br>-- <br>Walker de Alencar<br>Arquiteto Web/PHP<br><a href=3D"http://ww=
w.walkeralencar.com" target=3D"_blank">http://www.walkeralencar.com</a><br>=
(62) 8172-5487<br>
(61) 9317-0543<br>
</font></blockquote></div><br><br clear=3D"all"><br>-- <br>Walker de Alenca=
r<br>Arquiteto Web/PHP<br><a href=3D"http://www.walkeralencar.com">http://w=
ww.walkeralencar.com</a><br>(62) 8172-5487<br>(61) 9317-0543<br>
--0015175cf70a405af0046da448c0--