diff options
author | Andreas Karajannis <kara@php.net> | 1999-08-09 16:35:47 +0000 |
---|---|---|
committer | Andreas Karajannis <kara@php.net> | 1999-08-09 16:35:47 +0000 |
commit | da536e8a32c73dc6ef48c18a60818a02dc935e00 (patch) | |
tree | 4eb7e0926e88c4b91bc5748ef3bc14c2d822e2c5 /MODULES_STATUS | |
parent | 5d2206d3af9e2ef8acf8712bc296f5e0c65609d2 (diff) | |
download | php-git-da536e8a32c73dc6ef48c18a60818a02dc935e00.tar.gz |
Fixed odbc_fetch_into, added prototype return values.
Pconnects are not working
Diffstat (limited to 'MODULES_STATUS')
-rw-r--r-- | MODULES_STATUS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MODULES_STATUS b/MODULES_STATUS index 3e5cf85d88..8c49b2116f 100644 --- a/MODULES_STATUS +++ b/MODULES_STATUS @@ -17,3 +17,4 @@ iptc Working informix Working zlib Working sysvshm Working +odbc Working (except for persistent connections) |