summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Expand)AuthorAgeFilesLines
* Improve cross version compatChristopher Jones2011-06-141-1/+6
* Fix TSRMLS for Windows buildChristopher Jones2011-06-111-1/+1
* Bump OCI8 version to stable in preparation for 5.3.7 RCChristopher Jones2011-06-102-11/+54
* Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branchesChristopher Jones2011-06-10266-2107/+5940
* Add oci_client_version() returning the runtime Oracle client library version ...Christopher Jones2011-06-105-0/+88
* s/valid path/a valid path/Felipe Pena2011-06-081-2/+2
* Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4Christopher Jones2011-06-074-7/+90
* Update tests to match Felipe's null byte arg parsing changeChristopher Jones2011-06-071-5/+8
* - Added new parameter parsing option (p - for valid path (string without null...Felipe Pena2011-06-061-14/+4
* 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
* 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-108-72/+61
* - use TSRMLS_*C instead of TSRMLS_FETCH in zend_list_insertPierre Joye2010-09-161-5/+5
* Fixed bug #51610 (Using oci_connect causes PHP to take a long time to exit). ...Christopher Jones2010-08-073-22/+26
* Remove hard coded lib extension. Prepare for OCI8 1.4.2 releaseChristopher Jones2010-06-253-12/+24
* 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-292-15/+46
* Remove obsolete testChristopher Jones2010-04-291-22/+0
* Mask schemaname in error messagesChristopher Jones2010-04-282-4/+4
* - Fix testFelipe Pena2010-04-281-1/+0
* revert change #298288: Remove old dsp/dsw/makefile filesRob Richards2010-04-281-0/+133
* Removed safe_modeKalle Sommer Nielsen2010-04-264-20/+3
* Initialize vars to prevent valgrind warnings in some casesChristopher Jones2010-04-241-0/+3
* Remove old dsp/dsw/makefile files, these arent used by the build system anymo...Kalle Sommer Nielsen2010-04-211-133/+0
* Fixed Bug #51577 (Uninitialized memory reference with oci_bind_array_by_name)Christopher Jones2010-04-161-2/+9
* Remove a couple TSRMLS_FETCH() calls around ext/main/sapiKalle Sommer Nielsen2010-04-131-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
* Refactor testChristopher Jones2009-11-191-50/+105
* New testChristopher Jones2009-11-141-0/+82