summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* 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
* name changes for consistency with planned additionsChristopher Jones2010-03-223-0/+0
* Update oci_commit testsChristopher Jones2010-03-162-0/+90
* New OCI8 testChristopher Jones2010-03-131-0/+165
* Mask resource numbersChristopher Jones2010-03-031-3/+3
* Release PECL OCI8 1.4.1Christopher Jones2010-02-111-1/+1
* Bump version in early preparation for releaseChristopher Jones2010-01-122-45/+70
* Bug #47281 ( is limited in size of characters). Also remove redundant code l...Christopher Jones2010-01-072-3/+74
* Fixed bug #49560 (oci8: using LOBs causes slow PHP shutdown)Christopher Jones2010-01-067-34/+199
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-037-7/+7
* Add new 'fetch' test and make several small test fixesChristopher Jones2009-12-103-1/+129
* Remove text recently merged to online docChristopher Jones2009-12-101-451/+9
* New testChristopher Jones2009-11-191-0/+127