PHP Release 5.0.2


Source Code
Change Logs
fixed bug #30209 (reflectionclass
  • Fixed a file-descriptor leak with phpinfo() and other 'special' URLs (Zeev)
  • Fixed bug #30182 (SOAP module processing WSDL file dumps core).
  • Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests).
  • Fixed bug #29985 (unserialize()/ __PHP_Incomplete_class does not report correctly class name).
  • Fixed bug #29945 (simplexml_load_file URL limitation 255 char).
  • Fixed bug #29873 (No defines around pcntl_*priority definitions).
  • Fixed bug #29844 (SOAP doesn't return the result of a valid SOAP request).
  • Fixed bug #29842 (soapclient return null value).
fixed bug #29830 (soapserver
  • Fixed bug #29828 (Interfaces no longer work).
  • Fixed bug #29821 (Fixed possible crashes in convert_uudecode() on invalid data).
  • Fixed bug #29808 (array_count_values() breaks with numeric strings).
  • Fixed bug #29805 (HTTP Authentication Issues).
  • Fixed bug #29795 (SegFault with Soap and Amazon's Web Services).
  • Fixed bug #29737 (ip2long should return -1 if IP is 255.255.255.255 and FALSE on error).
  • Fixed bug #29711 (Changed ext/xml to default to UTF-8 output).
fixed bug #29678 (opendir() with ftp
  • Fixed bug #29657 (xml_* functions throw non descriptive error).
  • Fixed bug #29656 (segfault on result and statement properties).
  • Fixed bug #29566 (foreach/string handling strangeness (crash)).
  • Fixed bug #29447 (Reflection API issues).
  • Fixed bug #29296 (Added sslv2 and sslv3 transports).
  • Fixed bug #29283 (Invalid statement handle in mysqli on execute).
  • Fixed bug #29913 (parse_url() is now binary safe).
  • Fixed bug #27994 (segfault with Soapserver when WSDL-Cache is enabled).
  • Fixed bug #27791 (Apache 2.0 SAPI build against Apache 2 HEAD).
  • 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.
To Top