PHP Release 5.0.3


Source Code
Change Logs
fixed bug #32076 (reflectionmethod
  • Fixed potential problems with unserializing invalid serialize data. (Marcus)
  • Fixed bug #31034 (Problem with non-existing iconv header file).
  • Fixed bug #30995 (snmp extension does not build with net-snmp 5.2).
  • Fixed bug #30994 (SOAP server unable to handle request with references).
  • Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag).
  • Fixed bug #30967 (properties in extended mysqli classes don't work).
  • Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or protected properties).
  • Fixed bug #30922 (reflective functions crash PHP when interfaces extend themselves).
  • Fixed bug #30904 (segfault when recording soapclient into session).
  • Fixed bug #30890
fixed bug #30856 (reflectionclass
  • Fixed bug #30832 ("!" stripped off comments in xml parser).
  • Fixed bug #30799 (SoapServer doesn't handle private or protected properties).
fixed bug #30783 (apache crash when using reflectionfunction
  • Fixed bug #30750 (Meaningful error message when upload directory is not accessible).
  • Fixed bug #30685 (Malformed SOAPClient http header reequest).
  • Fixed bug #30672 (Problem handling exif data in jpeg images at unusual places).
  • Fixed bug #30658 (Ensure that temporary files created by GD are removed).
  • Fixed bug #30645 (def. multi result set support for mysql_connect).
  • Fixed bug #30637 (compile with pear error).
  • Fixed bug #30587 (array_multisort doesn't separate zvals before changing them).
  • Fixed bug #30572 (crash when comparing SimpleXML attribute to a boolean).
  • Fixed bug #30566 (attribute namespace URIs are inconsistent when parsing).
  • Fixed bug #30490 (PEAR installation fails).
  • Fixed bug #30475 (curl_getinfo() may crash in some situations).
  • Fixed bug #30442 (segfault when parsing ?getvariable[][ ).
  • Fixed bug #30388 (rename across filesystems loses ownership and permission info).
  • Fixed bug #30387 (stream_socket_client async connect was broken). .
  • Fixed bug #30381 (Strange results with get_class_vars()).
  • Fixed bug #30375 (cal_info() does not work without a parameter).
  • Fixed bug #30362 (stream_get_line() not handling end string correctly).
  • Fixed bug #30359 (SOAP client requests have no port in "Host" field).
  • Fixed bug #30356 (str_ireplace() does not work on all strings).
fixed bug #30344 (reflection
  • Fixed bug #30329 (Error Fetching http body, No Content-Length, connection closed or chunked data).
  • Fixed bug #30282 (segfault when using unknown/unsupported session.save_handler and/or session.serialize_handler).
  • Fixed bug #30281 (Prevent non-wbmp images from being detected as such).
  • Fixed bug #30276 (Possible crash in ctype_digit on large numbers).
  • Fixed bug #30230 (exception handler not working with objects).
  • Fixed bug #30224 (Sybase date strings are sometimes not null terminated).
  • Fixed bug #30175 (SOAP results aren't parsed correctly).
  • Fixed bug #30147 (OO sqlite_fetch_object did not reset error handler).
  • Fixed bug #30133 (get_current_user() crashes on Windows).
  • Fixed bug #30061 (xml_set_start_namespace_decl_handler not called).
  • Fixed bug #30057 (did not detect IPV6 on FreeBSD 4.1).
  • Fixed bug #30042 (strtotime does not use second param).
  • Fixed bug #30027 (Possible crash inside ftp_get()).
  • Fixed bug #29954 (array_reduce segfaults when initial value is array).
  • Fixed bug #29883 (isset gives invalid values on strings).
  • Fixed bug #29801 (Set limit on the size of mmapable data).
  • Fixed bug #29557 (strtotime error).
  • Fixed bug #29418 (double free when openssl_csr_new fails). .
  • Fixed bug #29385 (Soapserver always uses std class).
  • Fixed bug #29211 (SoapClient doesn't request wsdl through proxy).
  • Fixed bug #28817 (Var problem when extending domDocument).
  • Fixed bug #28599 (strtotime fails with zero base time).
  • Fixed bug #28598 (Lost support for MS Symbol fonts).
  • Fixed bug #28220 (mb_strwidth() returns wrong width values for some hangul characters).
  • Fixed bug #28228 (NULL decimal separator is not being handled correctly).
  • Fixed bug #28209 (strtotime("now")).
  • Fixed bug #27798 (private / protected variables not exposed by get_object_vars() inside class).
  • Fixed bug #27728 (Can't return within a zend_try {} block or the previous bailout state isn't restored.
  • Fixed bug #27183 (Userland stream wrapper segfaults on stream_write).
To Top