From: kurtb149 at yahoo dot com Operating system: Linux PHP version: 6CVS-2005-08-22 (CVS) PHP Bug Type: OCI8 related Bug description: Allow for data type "TIMESTAMP(0) WITH LOCAL TIME ZONE"
Description: ------------ In the file: ext/pdo_oci/oci_statement.c the function oci_stmt_describe() does not allow for the data type "TIMESTAMP(0) WITH LOCAL TIME ZONE". Here is the diff of an updated oci_statement.c that would allow for the data type: $ cvs diff oci_statement.c Index: oci_statement.c =================================================================== RCS file: /repository/php-src/ext/pdo_oci/oci_statement.c,v retrieving revision 1.16 diff -r1.16 oci_statement.c 407a408,410 > #ifdef SQLT_TIMESTAMP_LTZ > || dtype == SQLT_TIMESTAMP_LTZ > #endif -- Edit bug report at http://bugs.php.net/?id=34211&edit=1 -- Try a CVS snapshot (php4): http://bugs.php.net/fix.php?id=34211&r=trysnapshot4 Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=34211&r=trysnapshot50 Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=34211&r=trysnapshot51 Fixed in CVS: http://bugs.php.net/fix.php?id=34211&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=34211&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=34211&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=34211&r=needscript Try newer version: http://bugs.php.net/fix.php?id=34211&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=34211&r=support Expected behavior: http://bugs.php.net/fix.php?id=34211&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=34211&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=34211&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=34211&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=34211&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=34211&r=dst IIS Stability: http://bugs.php.net/fix.php?id=34211&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=34211&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=34211&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=34211&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=34211&r=mysqlcfg
