diff options
author | Maxim Maletsky <maxim@php.net> | 2002-11-15 02:06:11 +0000 |
---|---|---|
committer | Maxim Maletsky <maxim@php.net> | 2002-11-15 02:06:11 +0000 |
commit | cd9b49566329a48a4d835a6010e02252e4880a6a (patch) | |
tree | f0b4922c54d1f87c7cc4ca71cae61cd089497280 /ext/oci8 | |
parent | 05f07d2ebaf9452a6c143906d8e9c06fc740e975 (diff) | |
download | php-git-cd9b49566329a48a4d835a6010e02252e4880a6a.tar.gz |
I mean - todo typo :)
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 898878cd32..ce94ae2918 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -47,7 +47,7 @@ * - delay OCIInitialize() as far as we can. * - add PHP Array <-> OCICollection conversion * - add Collection iterator object for INDEX BY tables - * - make auto-rollaback only happen if we have an outstanding transaction + * - make auto-rollback only happen if we have an outstanding transaction * - implement ocidisconnect */ |