summaryrefslogtreecommitdiff
path: root/ext/oci8/package.xml
Commit message (Expand)AuthorAgeFilesLines
* OCI8: fix prototypes for oci_field_*(). They can take a column index or name.Christopher Jones2014-03-191-4/+19
* Fixed Bug #66875 (Improve performance of multi-row OCI_RETURN_LOB queries)Christopher Jones2014-03-101-5/+20
* Fix mergeChristopher Jones2014-02-101-0/+1
* Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()Christopher Jones2014-02-101-2/+6
* OCI8 build change: Fix source variable definition for C89 compatibilityChristopher Jones2013-12-121-4/+19
* Added a LICENSE file to make it easier for PECL binary distributions to confo...Christopher Jones2013-10-221-9/+25
* Add missing test to package.xmlChristopher Jones2013-10-171-0/+1
* Prepare for OCI8 2.0.5 releaseChristopher Jones2013-10-171-5/+4
* OCI8: Mostly SKIPIF version updates to simplify version checks at the expense...Christopher Jones2013-10-161-5/+3
* OCI8: sync README and package.xml descriptionsChristopher Jones2013-10-101-9/+11
* Re-enable OCI8 DLL builds with Oracle 10g & 11g client libraries onChristopher Jones2013-10-091-0/+3
* Add new tests to package.xmlChristopher Jones2013-10-071-0/+2
* Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and OracleChristopher Jones2013-10-071-10/+15
* Prepare for next releaseChristopher Jones2013-09-271-4/+19
* OCI8: Fix alloc function and DLL generationChristopher Jones2013-09-271-5/+21
* More OCI8 DTrace probe updates.Christopher Jones2013-09-261-7/+24
* Update DTrace probesChristopher Jones2013-09-061-1/+3
* Make oci_set_*($connection,...) errors retrievable via oci_error($connection).Christopher Jones2013-09-051-70/+85
* Cast time_t since some "dtrace -G" invocations fail on time_t argumentsChristopher Jones2013-09-031-1/+1
* Allow OCI8 to be DTrace-enabled independently of core PHP's DTraceChristopher Jones2013-08-301-12/+14
* OCI8 extension: Allow Implicit Result Set statement resources to inherit the ...Christopher Jones2013-07-261-1/+2
* Fix --enable-maintainer-zts mode in OCI8 2.0Christopher Jones2013-07-251-66/+82
* Update UPGRADING and make typo fixes to OCI8 package.xmlChristopher Jones2013-07-251-9/+9
* Initial PHP OCI8 2.0.0-dev commit.Christopher Jones2013-07-241-19/+138
* Bump PECL package info version check to allow PECL installs with PHP 5.5+Christopher Jones2013-07-081-6/+21
* Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-1/+1
* Re-fixed bug #60901 (Improve "tail" syntax for AIX installation)Christopher Jones2012-10-211-5/+20
* Fixed bug #63307 (Unused variable in oci8.c)Christopher Jones2012-10-181-1/+2
* Fixed bug #63265 (Add ORA-00028 to the PHP_OCI_HANDLE_ERROR macro)Christopher Jones2012-10-181-1/+2
* Change package.xml fix descriptionChristopher Jones2012-09-131-1/+1
* Fixed bug #60901 (Improve "tail" syntax for AIX installation)Christopher Jones2012-09-131-7/+22
* r319456 also fixed the OCI8 part of #55301 (multiple null pointer)Christopher Jones2011-11-181-2/+3
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-181-0/+1
* OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.Christopher Jones2011-11-101-1/+2
* Add tests for unsupported typesChristopher Jones2011-11-091-1/+4
* Improve OCI8 NLS env creation error messages (#58925)Christopher Jones2011-11-071-0/+1
* Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9Christopher Jones2011-11-031-2/+2
* oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-251-7/+22
* Sync date with actual PECL release date for correctnessChristopher Jones2011-08-221-1/+1
* missed version sync with 5.4Christopher Jones2011-06-271-10/+53
* Update for PECL upload that is synced with PHP 5.3.4Christopher Jones2010-12-101-3/+3
* Improve test cross- DB version portabilityChristopher Jones2010-11-161-0/+2
* Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-161-6/+23
* Prepare for PECL OCI8 1.4.4Christopher Jones2010-11-101-4/+20
* Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). ...Christopher Jones2010-08-071-8/+23
* Release PECL OCI8 1.4.2Christopher Jones2010-08-061-3/+5
* Remove hard coded lib extension. Prepare for OCI8 1.4.2 releaseChristopher Jones2010-06-251-26/+6
* Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern...Christopher Jones2010-04-291-9/+42
* Fixed bug #51291 (oci_error doesn't report last error when called two times)Christopher Jones2010-03-241-7/+22
* Release PECL OCI8 1.4.1Christopher Jones2010-02-111-1/+1