|
På PHPportalen försöker vi i så hög grad som möjligt engagera våra medlemmar. Därför har du som medlem chansen att vara med och hjälpa till.
Nedan finner du en länk till en sida där du kan lägga till nyheter till vårt nyhetsarkiv. Våra trivsel- och förhållningsregler gäller givetvis även här. Posta inte heller någonting som inte är av allmänt intresse, reklam i alla dess former kommer redigeras bort.
Lägg till nyhet
PHP 5.3.2 släppt - 2010-03-05 08:43:08
Mycket fokus har legat på att fixa buggar, för att läsa vad som har fixas läs mera på php´s hemsida.
| Citat: |
Security Enhancements and Fixes in PHP 5.3.2:
Improved LCG entropy. (Rasmus, Samy Kamkar)
Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
Key Bug Fixes in PHP 5.3.2 include:
Added support for SHA-256 and SHA-512 to php's crypt.
Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check.
Fixed bug #51059 (crypt crashes when invalid salt are given).
Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.
Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).
Fixed bug #50723 (Bug in garbage collector causes crash).
Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16).
Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).
Fixed bug #50540 (Crash while running ldap_next_reference test cases).
Fixed bug #49851 (http wrapper breaks on 1024 char long headers).
Over 60 other bug fixes. | http://www.php.net/archive/2010.php#id2010-03-04-1 Nyheten inskickad av Azreal
PHP 5.2.13 - 2010-02-28 13:04:22
Nu finns PHP version 5.2.13 tillgänglig.
Fokus med den här versionen har varit på stabilitet med över 40 buggfixar, varav några är säkerhetsrelaterade. Alla som kör PHP 5.2.xx rekommenderas att uppdatera.
| php.net skrev: |
PHP 5.2.13 Release Announcement
The PHP development team would like to announce the immediate availability of PHP 5.2.13. This release focuses on improving the stability of the PHP 5.2.x branch with over 40 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release.
Security Enhancements and Fixes in PHP 5.2.13:
* Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)
* Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)
* Improved LCG entropy. (Rasmus, Samy Kamkar)
Key enhancements in PHP 5.2.13 include:
* Fixed bug #50940 Custom content-length set incorrectly in Apache sapis. (Brian France, Rasmus)
* Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long). (Ilia)
* Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16). (Rob)
* Fixed bug #50632 (filter_input() does not return default value if the variable does not exist). (Ilia)
* Fixed bug #50540 (Crash while running ldap_next_reference test cases). (Sriram)
* Fixed bug #49851 (http wrapper breaks on 1024 char long headers). (Ilia)
* Over 30 other bug fixes. |
Finns att hämta hem här: http://www.php.net/downloads.php Nyheten inskickad av redalert
|