Download PHP 5.0.2

Spread the love

One day after the release of PHP 4.3.9, the PHP Development Team released a new version of the 5.x family of the hypertext preprocessor. This time it concerns a maintenance release in the form of 5.0.2. The new version is out this page available in different flavors. What exactly has changed in PHP 5.0.2 can be read below:

  • Added new boolean (fourth) parameter to array_slice() that turns on the preservation of keys in the returned array. (Derick)
  • Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes them sort based on the current locale. (Derick)
  • Added interface_exists() and make class_exists() only return true for real classes. (Andrey)
  • Added PHP_EOL constant that contains the OS way of representing newlines. (Paul Hudson, Derick)
  • Implemented periodic PCRE compiled regexp cache cleanup, to avoid memory exhaustion. (Andrey)
  • Renamed SoapClient->__call() to SoapClinet->__soapCall(). (Dmitry)
  • Fixed bug with raw_post_data not getting set (Brian)
  • Fixed a file-descriptor leak with phpinfo() and other ‘special’ URLs (Zeev)
  • Fixed bug #30209 (ReflectionClass::getMethod() lowercases attribute). (Mark)
  • Fixed bug #30182 (SOAP module processing WSDL file dumps core). (Dmitry)
  • Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests). (Dmitry)
  • Fixed bug #29985 (unserialize()/ __PHP_Incomplete_class does not report correctly class name). (Mark, Tony)
  • Fixed bug #29945 (simplexml_load_file URL limitation 255 char). (Rob)
  • Fixed bug #29873 (No defines around pcntl_*priority definitions). (Derick)
  • Fixed bug #29844 (SOAP doesn’t return the result of a valid SOAP request). (Dmitry)
  • Fixed bug #29842 (soapclient return null value). (Dmitry)
  • Fixed bug #29839 (incorrect convert (xml:lang to lang)). (Dmitry)
  • Fixed bug #29830 (SoapServer::setClass() should not export non-public methods). (Dmitry)
  • Fixed bug #29828 (Interfaces no longer work). (Mark)
  • Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid data). (Ilia)
  • Fixed bug #29808 (array_count_values() breaks with numeric strings). (Ilia)
  • Fixed bug #29805 (HTTP Authentication Issues). (Your Schindler)
  • Fixed bug #29795 (SegFault with Soap and Amazon’s Web Services). (Dmitry)
  • Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error). (Tony)
  • Fixed bug #29711 (Changed ext/xml to default to UTF-8 output). (Rob)
  • Fixed bug #29678 (opendir() with ftp:// wrapper segfaults if path does not have trailing slash). (Ilia)
  • Fixed bug #29657 (xml_* functions throw non descriptive error). (Christian, Rob)
  • Fixed bug #29656 (segfault on result and statement properties). (George)
  • Fixed bug #29566 (foreach/string handling strangeness (crash)). (Dmitry)
  • Fixed bug #29447 (Reflection API issues). (Mark)
  • Fixed bug #29296 (Added sslv2 and sslv3 transports). (wez)
  • Fixed bug #29283 (Invalid statement handle in mysqli on execute). (George)
  • Fixed bug #29913 (parse_url() is now binary safe). (Ilia)
  • Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled). (Dmitry)
  • Fixed bug #27791 (Apache 2.0 SAPI build against Apache 2 HEAD). (Joe Orton, Derick)
  • Fixed bug #26737 (private/protected properties not serialized when user declared method __sleep() exists). E_NOTICE thrown when __sleep() returns name of non-existing member. (Andrey, Curt)
  • Version number 5.0.2
    Operating systems Windows 9x, Windows 2000, Linux, BSD, Windows XP, macOS, Solaris, Windows Server 2003
    Website PHP
    Download
    License type Conditions (GNU/BSD/etc.)
    Facebook Notice for EU! You need to login to view and post FB Comments!
    You might also like