summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrew Skalski <askalski@php.net>1999-09-23 14:34:00 +0000
committerAndrew Skalski <askalski@php.net>1999-09-23 14:34:00 +0000
commit1e13eb646e0923b5d7678c7e198a7ef9083136a0 (patch)
treeba181a7dba89809a3b1ed0515298f87dfe5fd5da /ChangeLog
parentba8b703ba1e1dd8ac230613937e72e67993022ed (diff)
downloadphp-git-1e13eb646e0923b5d7678c7e198a7ef9083136a0.tar.gz
fixed typo in mcal_list_alarms()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d95e5282d..3398648532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,8 @@ PHP 4.0 CHANGE LOG ChangeLog
- Ora_Fetch_Into now resets the returned array in all cases (Thies)
- Fixed NULL-Column problem in Oracle-Driver (Thies)
- Added extra metadata functions to ODBC, SQLTables etc (nick@easysoft.com)
-- Fixed SEGV in mcal make_event_object() (Andrew Skalski)
+- Fixed SEGV in mcal make_event_object() and
+ typo in mcal_list_alarms() (Andrew Skalski)
- Fixed Ora_PLogon (Thies)
- Resourcified Oracle (Thies)
- Implemented object serialization/deserialization in WDDX (Andrey)