summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGeorg Richter <georg@php.net>2005-01-07 15:05:09 +0000
committerGeorg Richter <georg@php.net>2005-01-07 15:05:09 +0000
commit500d0e3bd23857c8050dc4ce542d756aff0686cd (patch)
tree12ee1a792cedd432114403dddc23991372c72a29 /NEWS
parent0b4c108bd78fff03e49b0be3934dd3c926fed589 (diff)
downloadphp-git-500d0e3bd23857c8050dc4ce542d756aff0686cd.tar.gz
new mysqli stuff
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 63bd65d1e5..a36bc53d34 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2004, PHP 5.1.0
+- Added new classes in mysqli: mysqli_driver, mysqli_warning, mysqli_exception,
+ and mysqli_sql_exception (Georg)
+- Improved support for embedded server in mysqli (Georg)
- Changed stream_filter_(ap|pre)pend() to return resource. (Sara)
- Removed garbage manager in Zend Engine which results in more aggressive
freeing of data. (Dmitry, Andi)