[PHP-DEV] PHP 3.0.5 now available From: Zeev Suraski (bourbon <email protected>)
Date: 10/05/98

There's not much to tell about PHP 3.0.5. There haven't been any stunning
improvements or changes in version 3.0.5, but it does (hopefully) fix all
the reported problems in version 3.0.4. Mainly, it should be a safe
Apache+MySQL development environment again.

All users of earlier versions of PHP, especially users of 3.0.4 who use the
MySQL module, are encouraged to upgrade to this version.

October 5, Version 3.0.5
- mysql_field_flags now reports all MySQL flags and the result is suitable
  for automatic parsing. Compatibility warning: The result format has
  changed. If you have scripts parsing the result of this function, you
  may need to adapt them.
- Made nl2br() binary safe (not that it's of much use).
- Fixed a bug in the API function getThis(). It affected mostly the dir
  functions, if nested within objects.
- Fixed a problem in require() in conjunction with switch(), and in some other
  cases. Also fixed an identical problem with the call_user_function() API
  function.
- Removed -lpthread when compiling with MySQL support. It caused various
  serious problems when compiled into Apache.
- Fix in_addr_t check for systems with in_addr_t in netinet/in.h
- Add atan2() function

Zeev

--
Zeev Suraski   <zeev <email protected>>
For a PGP public key, finger bourbon <email protected>

-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>