diff options
author | Sascha Schumann <sas@php.net> | 2003-06-25 00:56:29 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2003-06-25 00:56:29 +0000 |
commit | 34f0fe27cde516c2b16cf538cf13d7300d6a31d3 (patch) | |
tree | 4ce6366b86d1575030e2e513e0da3add1e4d91c6 | |
parent | 0383939500623dfbdd8507aa0b044b063c899fca (diff) | |
download | php-git-34f0fe27cde516c2b16cf538cf13d7300d6a31d3.tar.gz |
fix entry
-rw-r--r-- | NEWS | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,9 +18,7 @@ PHP NEWS . ext/xml can now use both libxml2 and expat to parse XML (Sterling) . Removed bundled expat (Jani) -- Due to a license change, we are longer bundling the MySQL client library. - If you previously relied on this library in your own product, make sure to - check with MySQL AB for the new licensing terms. (Sterling) +- Removed the bundled MySQL client library. (Sterling) - New php.ini options: . "session.hash_function" and "session.hash_bits_per_character". (Sascha) |