summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-04 00:37:31 +0000
committerZeev Suraski <zeev@php.net>1999-09-04 00:37:31 +0000
commit43523e98547b7286e8d7d9984dfa734978dd9d3f (patch)
treeaf7708558bb531476bbb84f5592beb4ca476ac35 /ChangeLog
parent63b272998cd089907fd606c29d5ea9676355d97e (diff)
downloadphp-git-43523e98547b7286e8d7d9984dfa734978dd9d3f.tar.gz
Update the mSQL module with the latest tech
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index e7550563fe..6e08da2044 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,8 +2,9 @@ PHP 4.0 CHANGE LOG ChangeLog
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ?? 1999, Version 4.0 Beta 3
-- Return false from mysql_query() and mysql_db_query() in case saving the
- result set data fails (Zeev)
+- Improved the mSQL module to make use of resources (Zeev)
+- Changed mysql_query() and mysql_db_query() to return false in case of saving
+ the result set data fails (Zeev)
- Improved the resource mechanism - resources were not getting freed as soon
as they could (Zeev)
- Added shared memory module for session data storage (Sascha)