Info version PHP -
jce76350 - 22/02/2013
PHP 5.5.0 Alpha5 released
NE PAS l'utiliser en production
Added the ability to change the tmp dir PHP will use during runtime, using a new php.ini entry ,
Added mysqli_begin_transaction()/mysqli::begin_transaction(). Implemented all options, per MySQL 5.6, which can be used with START TRANSACTION, COMMIT and ROLLBACK through options to mysqli_commit()/mysqli_rollback() and their respective OO counterparts. These changes are reflected in the mysqlnd API as well ,
Added recvmsg() and sendmsg() wrappers for ext/sockets
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP
Info version PHP -
jce76350 - 08/03/2013
PHP 5.5.0alpha6 released
NE PAS l'utiliser en production
PHP 5.5.0alpha6 is shipped with improvements. Here is an incomplete list:
Fixed a bug where uninitialized ++$foo->bar; does not cause a notice,
Updated bundled PCRE 8.32,
Fixed a bug in ext/sockets where sendmsg/recvmsg shutdown handler causes segfault
NEWS file (les changements)
Info version PHP -
jce76350 - 18/03/2013
PHP 5.4.13 and PHP 5.3.23 released!
These releases fix about 15 bugs, including fixes for CVE-2013-1643 and CVE-2013-1635. All users of PHP are encouraged to upgrade to PHP 5.4.13.
Changelog
Téléchargement pour Windows
Info version PHP -
jce76350 - 21/03/2013
PHP 5.5.0 beta1 available
NE PAS l'utiliser en production
PHP 5.5.0beta1 is shipped with improvements. Here is an incomplete list:
Added Zend Opcache extension (but disabled by ini setting),
Added array_column function which returns a column in a multidimensional array,
Added support for non-scalar Iterator keys in foreach,
Added support for changing the process's title in CLI/CLI-Server SAPIs
This beta marks the beginning of the feature freeze. No new features will be added to PHP 5.5 after this point
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP
Info version PHP -
jce76350 - 29/03/2013
PHP 5.5.0 beta2 available
NE PAS l'utiliser en production
PHP 5.5.0beta2 is shipped with some bug fixes. Here is an incomplete list:
Fixed a memoryleak when using the same variablename 2times in function declaration.
Fixed a compilation fail with error: conflicting types for 'zendparse'
Fixed Debug backtrace changed behavior since 5.4.10 or 5.4.11
NEWS file (les changements)
Prochaine beta vers le 11 avril
PHP 5.5.x n'est plus compatible avec Windows XP
Info version PHP -
jce76350 - 11/04/2013
PHP 5.5.0 beta3 available
NE PAS l'utiliser en production
PHP 5.5.0beta3 is shipped with some bug fixes and improvements. Here is an incomplete list:
Drop support for bison < 2.4 when building PHP from GIT source.
Fixed bug #54567 (DateTimeZone serialize/unserialize)
Fixed bug #64555 (foreach no longer copies keys if they are interned)
Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap)
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins
Vista pour utiliser WAMP
Info version PHP -
jce76350 - 11/04/2013
PHP 5.4.14 and PHP 5.3.24 released
The PHP development team announces the immediate availability of PHP 5.4.14 and PHP 5.3.24. These releases fix about 10 bugs aswell as upgrading the bundled PCRE library. All users of PHP are encouraged to upgrade to PHP 5.4.14.
Changelog
Téléchargement pour Windows
Info version PHP -
jce76350 - 25/04/2013
PHP 5.5.0 beta4 available
NE PAS l'utiliser en production
PHP 5.5.0beta4 is shipped with some bug fixes. Here is the list:
Fixed bug #64677, execution operator `` stealing surrounding arguments.
Fixed bug #64342, ZipArchive::addFile() has to check for file existence.
Fixed Windows x64 version of stream_socket_pair() and improved error handling.
Remove curl stream wrappers
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins
Vista pour utiliser WAMP -> Installation manuelle de PHP 5.5.x
Info version PHP -
jce76350 - 09/05/2013
PHP 5.4.15 and PHP 5.3.25 released!
TThe PHP development team announces the immediate availability of PHP 5.4.15 and PHP 5.3.25. These releases fix about 10 bugs aswell as upgrading the bundled libmagic library. All users of PHP are encouraged to upgrade to PHP 5.4.15.
Changelog
Téléchargement pour Windows
Info version PHP -
jce76350 - 09/05/2013
PHP 5.5.0RC1 is available
NE PAS l'utiliser en production
ou can find an incomplete changelog of PHP 5.5.0RC1 here :
Ignore QUERY_STRING when sent in SCRIPT_FILENAME in FPM SAPI.
Fix build with system libgd >= 2.1 which is now the minimal version required (as build with previous version is broken). No change when bundled libgd is used.
Fixed some bugs in SNMP
Fixed bug where stream_select() fails with pipes returned by proc_open() on Windows x64).
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins
Vista pour utiliser WAMP -> Installation manuelle de PHP 5.5.x
Info version PHP -
jce76350 - 24/05/2013
PHP 5.5.0RC2 est sortie
NE PAS l'utiliser en production
You can find an incomplete changelog of PHP 5.5.0RC2 here :
Fixed a bug related to segfault on memory exhaustion within function definition.
Fixed bug in mbstring PHPTs which would crash on Windows x64.
Fixed a bug where Custom Exceptions could crash when internal properties overridden.
NEWS file (les changements)
EDIT DU 29/05/13
This second RC could be the last one. Depending on bug reports, expect
another RC or a stable release to be announced for June 6th.
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins
Vista pour utiliser WAMP -> Installation manuelle de PHP 5.5.x
Info version PHP -
jce76350 - 07/06/2013
Sortie de PHP 5.5 RC3 le 06/06/2013
http://php.net/index.php#id2013-06-06-1
NE PAS l'utiliser en production
Fixed bug causing segfault in gc_zval_possible_root)
Fixed bug about a heap based buffer overflow in quoted_printable_encode
hash_pbkdf2() truncates data when using default length and hex output
NEWS file (les changements)
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins Vista pour utiliser WAMP -> Installation manuelle de PHP 5.5.x
Info version PHP -
jce76350 - 07/06/2013
PHP 5.4.16 and PHP 5.3.26 released!
The PHP development team announces the immediate availability of PHP 5.4.16 and PHP 5.3.26. These releases fix about 15 bugs, including CVE-2013-2110. All users of PHP are encouraged to upgrade to PHP 5.4.16.
Changelog
Téléchargement pour Windows
Info version PHP -
jce76350 - 23/06/2013
PHP 5.5.0 released http://php.net/archive/2013.php#id2013-06-20-1
Pour information
PHP 5.5 introduit le support des générateurs, du block Finally et de Zend Opcache,La version finale met fin à la prise en charge de Windows XP
Peuch-peuch Cinq Cinq, pour PHP 5.5
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins Vista pour utiliser WAMP -> Installation manuelle de PHP 5.5.x
Info version PHP -
jce76350 - 05/07/2013
PHP 5.4.17 released!
The PHP development team announces the immediate availability of PHP 5.4.17. About 20 bugs were fixed. All users of PHP are encouraged to upgrade to this release.
Changelog
Téléchargement pour Windows
Info version PHP -
bess - 05/07/2013
Annonce un peu en retard mais je l'avais pas vu passer : PHP 5.3 est depuis décembre une branche morte qui n'est plus maintenue (hors critical fix)!
http://php.net/archive/2012.php#id2012-12-20-1
EDit lien corrigé par JCE
Info version PHP -
jissey - 05/07/2013
he ben! ça va trop vite, les hébergeurs ne peuvent pas suivre.
Info version PHP -
bess - 05/07/2013
non, les hébergeurs ne veulent pas suivre, nuance,
J'en vois qui y arrive très bien, c'est qu'il y a une différence de priorisation entre chaque société.
Info version PHP -
jce76350 - 05/07/2013
Maintenant que PHP 5.5 est lancé ... va falloir que ça bouge enfin que ça bougeotte
Par contre les WAMPs avec PHP 5.5 ça court pas les rues à part Easyphp qui est une petite-uzine vu que les compilations PHP sont en VC11 !
Info version PHP -
jce76350 - 11/07/2013
PHP 5.3.27 Released - PHP 5.3 Reaching End of Life
The PHP development team announces the immediate availability of PHP 5.3.27. About 10 bugs were fixed, including a security fix in the XML parser (Bug #65236).
Please Note: This will be the last regular release of the PHP 5.3 series. All users of PHP are encouraged to upgrade to PHP 5.4 or PHP 5.5. The PHP 5.3 series will receive only security fixes for the next year.
Attention : C'est la dernière version de la série PHP 5.3. Tous les utilisateurs (et hébergeurs ) de PHP sont encouragés à passer à PHP 5.4 ou PHP 5.5. PHP 5.3 ne recevra qu'éventuellement des correctifs de sécurité sur les 12 prochains mois.
Changelog
Téléchargement pour Windows
Nota PHP 5.5.0 (Current stable) PHP 5.4.17 (Old stable)
Info version PHP -
jce76350 - 19/07/2013
18-Jul-2013
PHP 5.5.1 released http://php.net/archive/2013.php#id2013-07-18-1
The PHP development team announces the immediate availability of PHP 5.5.1. About 20 bugs were fixed including a security fix in the XML parser (Bug #65236).
ChangeLog
PHP 5.5.x n'est plus compatible avec Windows XP il faut au moins Vista pour utiliser un WAMP
Info version PHP -
jce76350 - 16/08/2013
PHP 5.4.18 Released
The PHP development team announces the immediate availability of PHP 5.4.18. About 30 bugs were fixed, including security issues CVE-2013-4113 and CVE-2013-4073. All users of PHP are encouraged to upgrade to this release.
Changelog
Téléchargement pour Windows
Nota PHP 5.5.2 est sur la route de la sortie
Info version PHP -
jce76350 - 17/08/2013
PHP 5.5.2 released
The PHP development team announces the immediate availability of PHP 5.5.2. About 20 bugs were fixed, including security issue in OpenSSL module (CVE-2013-4248). All users of PHP are encouraged to upgrade to this release.
ChangeLog
Téléchargement pour Windows Attention VC 11 (Vista minimum)
Info version PHP -
jce76350 - 23/08/2013
PHP 5.4.19 and PHP 5.5.3 Released!
22-Aug-2013
The PHP development team announces the immediate availability of PHP 5.4.19 and PHP 5.5.3. These releases fix a bug in the patch for CVE-2013-4248 in OpenSSL module and compile failure with ZTS enabled in PHP 5.4. All PHP users are encouraged to upgrade to either PHP 5.5.3 or PHP 5.4.19.
ChangeLog PHP 5.5.2
ChangeLog PHP 5.4.19
Téléchargement pour Windows
Info version PHP -
jce76350 - 20/09/2013
PHP 5.5.4 released
19-Sep-2013
The PHP development team announces the immediate availability of PHP 5.5.4. This release fixes several bugs against PHP 5.5.3. All PHP users are encouraged to upgrade to this new version.
ChangeLog PHP 5.5.4
Téléchargement pour Windows