summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Fix skipifsChristopher Jones2012-08-143-3/+3
* Small test tidy upChristopher Jones2012-08-142-25/+29
* Skip tests reply on Zend MM turned onReeze Xia2012-08-111-0/+3
* Skip test while zend mm is disabledXinchen Hui2012-07-292-0/+6
* Add php.ini parameter checks for OCI8Christopher Jones2012-03-301-0/+82
* Update READMEChristopher Jones2012-03-271-7/+8
* Add initialization tests for SQLT_INT bindsChristopher Jones2012-03-221-0/+109
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* Minor text changes (to try new git repo)Christopher Jones2012-03-191-4/+4
* 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
* Sync to 5.3 and check additional cases for #55748Christopher Jones2011-11-182-1/+17
* OCI8: Fixed bug #59985 (show normal warning text for OCI_NO_DATA). Sync NEWS.Christopher Jones2011-11-105-5/+11
* Add tests for unsupported typesChristopher Jones2011-11-094-1/+67
* Improve OCI8 NLS env creation error messages (#58925)Christopher Jones2011-11-072-0/+10
* 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