Mensagem sobre o tópico
PHP 5.3.0 Released!!!!
Received: by 10.210.138.7 with SMTP id l7mr17482ebd.6.1246366080559;
Tue, 30 Jun 2009 05:48:00 -0700 (PDT)
Return-Path: <otavi...@gmail.com>
Received: from mail-ew0-f214.google.com (mail-ew0-f214.google.com [209.85.219.214])
by gmr-mx.google.com with ESMTP id 16si1837281ewy.3.2009.06.30.05.47.59;
Tue, 30 Jun 2009 05:47:59 -0700 (PDT)
Received-SPF: pass (google.com: domain of otavi...@gmail.com designates 209.85.219.214 as permitted sender) client-ip=209.85.219.214;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of otavi...@gmail.com designates 209.85.219.214 as permitted sender) smtp.mail=otavi...@gmail.com; dkim=pass (test mode) header...@gmail.com
Received: by mail-ew0-f214.google.com with SMTP id 10so154944ewy.31
for <gophp@googlegroups.com>; Tue, 30 Jun 2009 05:47:59 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=gamma;
h=domainkey-signature:mime-version:received:date:message-id:subject
:from:to:content-type;
bh=E0gYuSvRMabUwmFk9LE0Pflv6zJLOncOD+qQ8laDIzo=;
b=I99bI6tPWAu+nIDTR9HmxsCVDSgBg8hFACC0Wev8owYFbRHtQb7IGbVSP1CQmPFF9W
uNTFycxV9fG68HV1i846A4va2VUdCuPrnbk+6b01obNATL6g+tmWSFCbpSuL3lIodQZM
JVYCXoxQC8VY5Vbg38tFXO/0pG/gYiYEOKheU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
d=gmail.com; s=gamma;
h=mime-version:date:message-id:subject:from:to:content-type;
b=K0HFMiAfUBn+OLuNxoeiNfK2uW4Bk5QfhkE2BeIVEPtzf07axU7MMBxRMeVtPsiXhF
d3QfsSNiUL4JnuF9pBBNxoBbxmIHFQwmr0piJqGEaxk4w6Y/KbEiD/rhLH5mhq6UrBB2
PYe3jVJ2uJqBFDO6/qdSga4ly2Xpf7y74yCCY=
MIME-Version: 1.0
Received: by 10.216.2.201 with SMTP id 51mr2466842wef.17.1246366079260; Tue,
30 Jun 2009 05:47:59 -0700 (PDT)
Date: Tue, 30 Jun 2009 09:47:59 -0300
Message-ID: <38869fa60906300547l20edb2davdf005a5588a487c1@mail.gmail.com>
Subject: PHP 5.3.0 Released!!!!
From: =?ISO-8859-1?Q?Ot=E1vio_Cala=E7a_Xavier?= <otavi...@gmail.com>
To: gophp@googlegroups.com
Content-Type: multipart/alternative; boundary=0016364c7cfb6a1a53046d9037ae
--0016364c7cfb6a1a53046d9037ae
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
PHP 5.3.0 Release Announcement
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 include=
s
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 binaries
as well as portability to other supported platforms
* More consistent float rounding
* Deprecation notices are now handled via E_DEPRECATED (part of E_ALL)
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 interna=
l
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
--0016364c7cfb6a1a53046d9037ae
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
<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">poomax.c=
om.br</a><br>
--0016364c7cfb6a1a53046d9037ae--