summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* trailing whitespace removalStanislav Malyshev2015-01-101-14/+14
* Use "float" and "integer" in typehint and zpp errorsAndrea Faulds2014-12-213-4/+4
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-136-669/+663
* Restored zip/oci8 PHP 4 code, add PHP 7 checksAndrea Faulds2014-12-051-0/+113
* Removed ZEND_ENGINE_2 checks (and ZE1 code, it's been a decade!)Andrea Faulds2014-12-051-113/+0
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-192-2/+2
* removed *.dsw and *.dsp filesAnatol Belski2014-09-281-133/+0
* Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* Merge branch 'master' into issue-67910Florian MARGAINE2014-09-207-421/+414
|\
| * Use inline functions for most of smart_strNikita Popov2014-09-191-6/+6
| * s/PHP 5/PHP 7/Johannes Schlüter2014-09-197-7/+7
| * replace zend_hash_find with zend_hash_str_find which fixes leaking the keyAnatol Belski2014-09-102-39/+39
| * second big shot on porting ext/oci8Anatol Belski2014-09-106-199/+206
| * first shot on fixing ext/oci8Anatol Belski2014-09-106-110/+96
| * basic datatype fixes for ext/oci8Anatol Belski2014-09-106-117/+117
* | Replaces php5 with php7, without whitespace changes.Florian MARGAINE2014-09-201-2/+2
|/
* master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-3/+3
* master renames phase 1Anatol Belski2014-08-253-109/+109
* basic macro replacements, all at onceAnatol Belski2014-08-193-108/+108
* Merge branch 'master' into phpngDmitry Stogov2014-06-181-1/+1
|\
| * Update copyright year to 2014Lior Kaplan2014-06-181-1/+1
* | Make a start on phpng compatChristopher Jones2014-05-212-72/+82
* | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-2635-153/+459
|\ \ | |/
| * OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-195-28/+43
| * Change test package name ARRAYBINDPKG1 to a per-file unique name to aid paral...Christopher Jones2014-03-1924-113/+113
| * Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-106-6/+28
| * a few typofixesVeres Lajos2014-02-141-1/+1
| * Fix mergeChristopher Jones2014-02-101-0/+1
| * Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-107-14/+282
* | Cleanup (1-st round)Dmitry Stogov2014-04-152-4/+6
|/
* Bump yearXinchen Hui2014-01-037-7/+7
* OCI8 build change: Fix source variable definition for C89 compatibilityChristopher Jones2013-12-123-6/+23
* Added a LICENSE file to make it easier for PECL binary distributions to confo...Christopher Jones2013-10-223-10/+94
* Add missing test to package.xmlChristopher Jones2013-10-171-0/+1
* Prepare for OCI8 2.0.5 releaseChristopher Jones2013-10-172-8/+6
* OCI8: More test updatesChristopher Jones2013-10-162-1/+17
* OCI8: Mostly SKIPIF version updates to simplify version checks at the expense...Christopher Jones2013-10-1647-557/+168
* OCI8: sync README and package.xml descriptionsChristopher Jones2013-10-102-16/+25
* Re-enable OCI8 DLL builds with Oracle 10g & 11g client libraries onChristopher Jones2013-10-092-0/+94
* Add new tests to package.xmlChristopher Jones2013-10-071-0/+2
* Add new testsChristopher Jones2013-10-072-0/+130
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-078-136/+22
* OCI8 2.0: Added a new oci_set_db_operation() user space function for the "DB ...Christopher Jones2013-09-302-0/+48
* Prepare for next releaseChristopher Jones2013-09-272-5/+20
* OCI8: Fix alloc function and DLL generationChristopher Jones2013-09-273-7/+23
* More OCI8 DTrace probe updates.Christopher Jones2013-09-268-35/+93
* Build OCI8 2.0 on Windows with Oracle Database 12c libraries onlyChristopher Jones2013-09-181-61/+17
* Remove obsolete flagChristopher Jones2013-09-064-11/+1
* Update DTrace probesChristopher Jones2013-09-065-7/+16
* Add test for oci_set_* error changesChristopher Jones2013-09-061-0/+72