Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Remove some compilation warnings: | Christopher Jones | 2013-08-20 | 1 | -0/+6 |
| | | | | | 'unused variable' and 'enumeration value not handled in switch' | ||||
* | Fixed bug #57702 (Multi-row BLOB fetches) | Xinchen Hui | 2013-01-15 | 1 | -2/+1 |
| | |||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed bug #63236 (Executable permission on various source files) | Xinchen Hui | 2012-10-09 | 1 | -0/+0 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | - Fixed bug #39199 (Cannot load Lob data with more than 4000 bytes on ORACLE 10) | Felipe Pena | 2010-12-10 | 1 | -5/+13 |
| | | | | | patch by: spatar at mail dot nnov dot ru | ||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | - MFH: Segfault when an exception is thrown on persistent connections | Pierre Joye | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | - SAB: #41996, Problem accessing Oracle ROWID (Martin Jansen) | Pierre Joye | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Add $dbh->getAttribute() support for ATTR_SERVER_VERSION, ATTR_SERVER_INFO, ↵ | Christopher Jones | 2007-08-31 | 1 | -5/+5 |
| | | | | ATTR_CLIENT_VERSION, ATTR_AUTOCOMMIT. Sync WS between PHP 5 & 6 and add a couple of casts. | ||||
* | Fix Bug #11345 Seg fault after NLS environment initialization error | Christopher Jones | 2007-06-30 | 1 | -33/+37 |
| | |||||
* | fix leak | Antony Dovgal | 2007-01-26 | 1 | -1/+18 |
| | | | | | readuce size of the buffer to prevent ORA-01461 | ||||
* | fix PECL bug #7295 (ORA-01405: fetched column value is NULL on LOB fields) | Antony Dovgal | 2007-01-22 | 1 | -1/+2 |
| | |||||
* | Fixed compiler warnings | Ilia Alshanetsky | 2007-01-01 | 1 | -1/+3 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2006-12-27 | 1 | -1/+1 |
| | |||||
* | Added support for BINARY_DOUBLE and BINARY_FLOAT to PDO_OCI and OCI8 (also ↵ | Antony Dovgal | 2006-03-18 | 1 | -0/+4 |
| | | | | fixes bug #36764) | ||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | Fixes PECL Bug #5868; wrong iters count for OCIStmtExecute | Wez Furlong | 2005-11-04 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build | Edin Kadribasic | 2005-11-01 | 1 | -0/+1 |
| | |||||
* | hrmm, typo fix. | Wez Furlong | 2005-11-01 | 1 | -1/+1 |
| | |||||
* | Closes PECL Bug #5722; BLOB support was half-baked. | Wez Furlong | 2005-10-31 | 1 | -27/+254 |
| | |||||
* | MFH: quick fix for #35003 (Warning: PDOStatement::fetch(): column 0 data was ↵ | Antony Dovgal | 2005-10-28 | 1 | -0/+13 |
| | | | | too large for buffer and was) | ||||
* | fix TSRM build | Antony Dovgal | 2005-10-28 | 1 | -1/+1 |
| | |||||
* | refs #34630. | Wez Furlong | 2005-09-25 | 1 | -1/+17 |
| | | | | | Real lob support for oracle will appear after the PHP 5.1 release. | ||||
* | improve handling of bound input parameters when no maximal length value is set; | Wez Furlong | 2005-07-12 | 1 | -16/+23 |
| | | | | | | | | | | default to 4000 as the maximal length, which is the biggest size possible without using a LONG type (if you specify anything larger than this, you'll end up with ORA-1461). Don't assume that all parameters were output parameters after execution, as this would clobber the input values when used in a loop. | ||||
* | free parameter when requested to do so | Antony Dovgal | 2005-07-07 | 1 | -0/+7 |
| | |||||
* | add markers for nice vim foldings | Antony Dovgal | 2005-02-14 | 1 | -20/+16 |
| | |||||
* | free errmsg & prevent leaks | Antony Dovgal | 2005-02-14 | 1 | -0/+5 |
| | |||||
* | update for input/output parameters change | Wez Furlong | 2005-02-07 | 1 | -1/+1 |
| | |||||
* | update for api changes | Wez Furlong | 2005-02-06 | 1 | -1/+1 |
| | |||||
* | Fix segfault on stmt close. | Wez Furlong | 2005-01-20 | 1 | -3/+18 |
| | | | | | Make scrollable cursors actually work | ||||
* | Generate pdo_oci.dll for modern SDKs and pdo_oci8.dll for ye-olde oci805 libs. | Wez Furlong | 2005-01-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | I'm told that oci805 is required for connectivity to oci805 servers, which are no longer supported in more recent SDK releases. Edin: please grab: http://download.oracle.com/otn/nt/instantclient/instantclient-basic-win32-10.1.0.3-20050113.zip http://download.oracle.com/otn/nt/instantclient/instantclient-sdk-win32-10.1.0.3-20050113.zip and extract them under php_build, so that you end up with php_build/instantclient10_1 | ||||
* | Add support for scrollable cursors. | Wez Furlong | 2005-01-12 | 1 | -3/+19 |
| | | | | | Enable PDO_ATTR_PREFETCH and default it to 100Kb of prefetch buffer. | ||||
* | Errr... fix leak | Wez Furlong | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | Fix some misbehaving pecls (my own included ;-) | Wez Furlong | 2004-07-31 | 1 | -0/+1 |
| | |||||
* | fix for empty_string changes. | Wez Furlong | 2004-07-19 | 1 | -4/+12 |
| | | | | | Don't forget to allocate bytes for NUL terminators | ||||
* | fix couple of memory leaks | Antony Dovgal | 2004-05-25 | 1 | -0/+13 |
| | |||||
* | re-jig error handling, and make it co-operate with the PDO error handling ↵ | Wez Furlong | 2004-05-20 | 1 | -8/+5 |
| | | | | | | | system. Implement $dbh->exec() for OCI. | ||||
* | Allow PDO OCI to build under unix. | Wez Furlong | 2004-05-17 | 1 | -2/+2 |
| | | | | | Don't build by default under win32. | ||||
* | OCI driver for PDO, supporting bound input and output parameters. | Wez Furlong | 2004-05-17 | 1 | -0/+410 |
Will not build under unix yet. |