PHP Release 5.0.1


Source Code
Change Logs
fixed bug #29474 (win32
  • Fixed bug #29490 (.Net object instantiation failed). .
fixed bug #29449 (win32
  • Fixed bug #29437 (Possible crash inside array_walk_recursive()).
  • Fixed bug #29431 (crash when parsing invalid address; invalid address returned by stream_socket_recvfrom(), stream_socket_getname()).
  • Fixed bug #29409 (Segfault in PHP functions called from XSLT).
  • Fixed unloading of dynamically loaded extensions.
  • Fixed bug #29395 (sqlite_escape_string() returns bogus data on empty strings).
  • Fixed bug #29392 (com_dotnet crashes when echo'ing an object).
  • Fixed bug #29368 (The destructor is called when an exception is thrown from the constructor).
  • Fixed bug #29354 (Exception constructor marked as both public and protected).
  • Fixed bug #29342 (strtotime() does not handle empty date string properly).
  • Fixed bug #29340 (win32 build produces invalid php_ifx.dll).
  • Fixed bug #29335 (fetch functions now use MYSQLI_BOTH as default)
  • Fixed bug #29291 (get_class_vars() return names with NULLs).
  • Fixed bug #29264 (gettext extension not working).
  • Fixed bug #29258 (variant_date_from_timestamp() does not honour timezone).
  • Fixed bug #29256 (error when sending large packets on a socket).
  • Fixed bug #29236 (memory error when wsdl-cache is enabled).
  • Fixed bug #29147 (Compile Error in mnoGoSearch functions).
  • Fixed bug #29132 ($_SERVER["PHP_AUTH_USER"] isn't defined).
  • Fixed bug #29119 (html_entity_decode() misbehaves with UTF-8).
fixed bug #29109 (soapfault exception
  • Fixed bug #29061 (soap extension segfaults).
  • Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).
  • Fixed bug #28969 (Wrong data encoding of special characters).
fixed bug #28895 (reflectionclass
  • Fixed bug #28829 (Thread-unsafety in bcmath elementary values).
  • Fixed bug #28464 (catch() does not catch exceptions by interfaces).
  • Fixed bug #27669 (PHP 5 didn't support all possibilities for calling static methods dynamically).
fixed reflectionclass
  • Fixed convert.* filters to consume remaining buckets_in on flush.
  • Fixed bug in mysqli->client_version.
To Top