summaryrefslogtreecommitdiff
path: root/ext/oci8
Commit message (Collapse)AuthorAgeFilesLines
* fix #2316 - fetching empty LOBs via OCI8Thies C. Arntzen1999-09-171-7/+11
|
* you can now position when doing lob-writes.Thies C. Arntzen1999-09-141-17/+42
|
* Added PHP_WITH_SHARED for checking "shared,*" prefix when configuringStig Bakken1999-09-131-1/+1
| | | | | extensions.
* got rid of the define-callback stuff there's a bug in oracle-oci8!Thies C. Arntzen1999-09-132-118/+50
|
* Per Stig's suggestion.Andrey Hristov1999-09-131-1/+3
|
* ported $lob->savefile($filename) method from PHP3Thies C. Arntzen1999-09-131-5/+103
|
* cleanupsThies C. Arntzen1999-09-131-89/+30
|
* ported oci8 to use new class APIThies C. Arntzen1999-09-131-86/+54
| | | | | var_dump no longer tries to traverse avr->value.ht for objects but uses var->value.obj.properties instead
* Workaround for m4 weirdness.Andrey Hristov1999-09-101-1/+1
|
* Added detection of Oracle 8.1 (aka 8i) from PHP3.Stefan Roehrich1999-09-031-1/+10
|
* - Fixed typo in oci8 error messageAndi Gutmans1999-08-191-1/+1
|
* ZTSThies C. Arntzen1999-08-181-9/+16
|
* ocifetchinto fixThies C. Arntzen1999-08-181-0/+2
|
* cleanups & ZTS stuff (ZTS untested!)Thies C. Arntzen1999-08-172-653/+550
|
* starting to clean upThies C. Arntzen1999-08-101-107/+107
|
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-022-84/+84
| | | | | php3_compat.h)
* More symbol work.Andrey Hristov1999-08-021-15/+15
|
* License updateZeev Suraski1999-07-161-20/+9
|
* fixed mem-problemThies C. Arntzen1999-07-121-18/+10
|
* small php4 fixesThies C. Arntzen1999-07-121-8/+15
|
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-10/+5
|
* Step 2:Zeev Suraski1999-07-091-5/+5
| | | | | Rename is_ref to EA
* on par with latest php3Thies C. Arntzen1999-07-082-179/+215
|
* upsThies C. Arntzen1999-07-051-4/+4
|
* fixed mem-leakThies C. Arntzen1999-07-051-2/+4
|
* up to php3 versionThies C. Arntzen1999-07-051-21/+15
| | | | | returns resources now!
* oci8 to 3.0.9Thies C. Arntzen1999-06-091-1/+7
| | | | | implode works!
* up to 3.0.9Thies C. Arntzen1999-06-092-133/+226
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-62/+62
| | | | | - add necessary phpext_*_ptr
* compilesThies C. Arntzen1999-05-121-0/+1
|
* up-to-date with 3.0.8Thies C. Arntzen1999-05-122-650/+693
|
* move oci8 from oracle to it's own ext-directory - configure stuff needs more ↵Thies C. Arntzen1999-05-126-0/+3977
work - but it configures and compiles