summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump OCI8 version to 1.4.7 stable in preparation for PHP 5.3.9Christopher Jones2011-11-032-3/+3
| * Replace custom "stress_test" setting with generic SKIP_SLOW_TESTSChristopher Jones2011-11-0315-27/+14
| * Update for new Oracle patchset variationChristopher Jones2011-11-0116-65/+110
| * OCI8: improve initialization error message (See bug 60154)Christopher Jones2011-10-311-1/+4
| * oci8 - Increase Oracle error message length for 11.2.0.3+Christopher Jones2011-10-255-14/+81
| * Test portability fixChristopher Jones2011-09-161-0/+3
| * Use unique object names to reduce potential clashes when testing in parallelChristopher Jones2011-09-072-14/+14
| * Sync date with actual PECL release date for correctnessChristopher Jones2011-08-221-1/+1
| * More test portability fixes mostly for gcov.php.netChristopher Jones2011-08-1311-3/+21
| * Improve test portabiltyChristopher Jones2011-08-052-12/+12
| * Add explicit casts to remove some of Pierre's snapshot build warningsChristopher Jones2011-07-273-5/+5
| * Fix cast warning seen on some platformsChristopher Jones2011-07-251-2/+17
| * Patch r313663 and r313665 to allow PECL builds to work with earlier releasesChristopher Jones2011-07-251-0/+12
| * Update skipifChristopher Jones2011-07-251-0/+1
| * - Make usage of new PHP_FE_END macroFelipe Pena2011-07-251-3/+3
| * missed version sync with 5.4Christopher Jones2011-06-272-11/+54
| * Fix TSRMLS for Windows buildChristopher Jones2011-06-111-1/+1
| * Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branchesChristopher Jones2011-06-10266-2177/+5576
| * Add oci_client_version() returning the runtime Oracle client library version ...Christopher Jones2011-06-105-0/+88
| * Missed trivial comment sync with PHP_5_4 and trunkChristopher Jones2011-06-101-1/+1
| * Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4Christopher Jones2011-06-074-11/+67
| * Refactor OCI8 config.m4: improve messages and merge similar conditionalsChristopher Jones2011-03-291-47/+24
| * - Year++Felipe Pena2011-01-017-7/+7
| * Update for PECL upload that is synced with PHP 5.3.4Christopher Jones2010-12-101-3/+3
| * Remove OCI8 devel status in preparation for PHP 5.3.4 releaseChristopher Jones2010-12-011-1/+1
| * Remove unreverted duplicate fix for nullsChristopher Jones2010-11-201-4/+0
| * - revert part of the null fix, was already applied by ChrisPierre Joye2010-11-181-4/+0
| * - fix #39863, do not accept paths with NULL in them. See http://news.php.net/...Pierre Joye2010-11-181-1/+9
| * Improve test cross- DB version portabilityChristopher Jones2010-11-165-0/+92
| * Protect against null bytes in LOB filenames (rasmus)Christopher Jones2010-11-165-11/+145
| * Prepare for PECL OCI8 1.4.4Christopher Jones2010-11-102-5/+21
| * Improve startup failure error messagesChristopher Jones2010-11-101-0/+6
| * Fixed bug #53284 (Valgrind warnings in oci_set_* functions)Christopher Jones2010-11-101-5/+5
| * Improve test portabilityChristopher Jones2010-11-109-73/+62
| * Changed deprecated ini options on startup from E_WARNING to E_DEPRECATED (Fix...Kalle Sommer Nielsen2010-08-111-1/+1
| * Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). ...Christopher Jones2010-08-073-23/+24
| * 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-253-28/+8
| * Fix bug #52186 (phpinfo shows 10.1 or 11.1 when installed with ORACLE_HOME 10...Christopher Jones2010-06-251-8/+15
| * - fix build (declaration must be first)Pierre Joye2010-05-031-2/+2
| * Bug #51691 (Unnecessary realloc causes crashes in PHP trunk tests with intern...Christopher Jones2010-04-293-24/+88
| * Mask schemaname in error messagesChristopher Jones2010-04-282-5/+5
| * Initialize vars to prevent valgrind warnings in some casesChristopher Jones2010-04-241-0/+3
| * Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)Christopher Jones2010-04-161-2/+9
| * Merge Kalle's tidy-up from trunk to keep files in syncChristopher Jones2010-04-161-3/+1
| * Fix #51220 by adding . Also improve reliability for tests using undefined beh...Christopher Jones2010-03-2624-340/+2275
| * Fixed bug #51291 (oci_error doesn't report last error when called two times)Christopher Jones2010-03-245-24/+469
* | Test portability and coverage changesChristopher Jones2012-03-125-4/+55
* | - Year++Felipe Pena2012-01-017-7/+7
* | r319456 also fixed the OCI8 part of #55301 (multiple null pointer)Christopher Jones2011-11-181-2/+3