Sharad Chandran R
38cb9f2bb6
Add .gitattributes for LF line endings
2026-01-16 14:39:09 +05:30
Sharad Chandran R
d1247edf5f
Update README with PIE installation instructions
...
Added installation instructions for the PIE repository.
2026-01-08 11:09:37 +05:30
Sharad Chandran R
4b1809d1de
Update installation instructions for PHP OCI8 extension
2026-01-03 19:35:08 +05:30
Sharad Chandran R
acf5df911a
Improve test documentations and make test runs easier
2025-12-29 17:39:38 +05:30
Sharad Chandran R
8f19ee9ebd
Correct errors in tests and add a README.md file for the tests
2025-12-24 14:57:23 +05:30
Sharad Chandran R
50d60b011a
Minor test updates
2025-12-24 11:02:13 +05:30
Sharad Chandran R
60869f4fb8
Push updates for version 3.4.1
v3.4.1
2025-12-23 17:26:39 +05:30
Sharad Chandran R
288917ba8a
Remove unnecessary check for SYSDBA in tests/driver_name.phpt
2025-12-22 16:19:28 +05:30
Sharad Chandran R
48878c4336
Improve README file
...
Added installation instructions and useful links for the PHP OCI8 extension.
2025-12-22 11:07:59 +05:30
Sharad Chandran R
e4c20008b0
Rename package from oracle/oci8 to oci8/oci8
2025-12-20 19:23:45 +05:30
Sharad Chandran R
635aefc8ad
Change package name from php/oci8 to oracle/oci8
2025-12-20 19:12:22 +05:30
Sharad Chandran R
2bf235a139
Merge pull request #40 from php/updateforPIE_maintainers
...
Update maintainers for the package and add composer.json for PIE migration
2025-12-19 22:53:27 +05:30
Sharad Chandran R
57f987efc8
Merge branch 'main' into updateforPIE_maintainers
2025-12-19 22:44:49 +05:30
Sharad Chandran R
73ce21e566
Merge pull request #43 from shivammathur/fix-8.6
...
PHP 8.6: WRONG_PARAM_COUNT has been removed in favour of zend_wrong_param_count() + RETURN_THROWS()
2025-12-19 09:08:48 +05:30
Shivam Mathur
f31ac3c46c
PHP 8.6: WRONG_PARAM_COUNT has been removed in favour of zend_wrong_param_count() + RETURN_THROWS()
2025-12-19 01:18:02 +05:30
Sharad Chandran R
fd47fc0813
Merge pull request #42 from shivammathur/fix-ci
...
Fix ci for disk space issue for Linux
2025-12-19 01:16:33 +05:30
Shivam Mathur
59029dc928
Update action versions
2025-12-18 22:23:50 +05:30
Shivam Mathur
d91a197163
Refactor Linux tests to separate runs for each oracle version
...
Update CI inputs: We run PHP 8.6/master only on Linux and not on Windows as releasing DLLs for master branch is not a good idea.
2025-12-18 22:06:42 +05:30
Sharad Chandran R
3c4a61bfaf
Update maintainers and add composer.json for PIE migration
2025-12-18 20:01:39 +05:30
Sharad Chandran R
0196911eac
Fix typos in README.md regarding PHP OCI8
2025-12-18 16:14:07 +05:30
Michael Voříšek
41dfb72698
Fix memory leak with OCI_RETURN_LOBS fetch flag ( #32 )
...
Co-authored-by: SakiTakamachi <saki@sakiot.com >
2025-07-02 18:00:28 +02:00
Michael Voříšek
39ff74bce3
Simplify test from #29 ( #30 )
2025-06-18 12:09:38 +02:00
Michael Voříšek
7aa106119c
Always init descriptors ht as non-packed ( #29 )
2025-06-04 00:27:06 +02:00
Michael Voříšek
358a02d9f5
Unify CI with pdo_oci repo ( #28 )
2025-06-02 20:33:42 +02:00
Shivam Mathur
ed46b32f24
Add CI workflow ( #27 )
...
Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz >
2025-06-02 00:18:47 +02:00
Christopher Jones
35a0e90135
Merge pull request #24 from datadestroyd/test-fixes
...
Fix wrong filenames in expected test outputs
2024-07-30 12:46:09 +10:00
David Gräfrath
6a644e262b
Fix wrong filenames in expected test outputs
2024-07-25 15:02:44 +02:00
Christopher Jones
95e1a2e842
Merge pull request #23 from cjbj/addskip
...
Add missing test file to package.xml
2024-07-25 21:42:35 +10:00
Christopher Jones
3abdaaf56e
Add missing test file to package.xml
2024-07-25 21:41:05 +10:00
Christopher Jones
bb3f566261
Merge pull request #21 from cjbj/pkgtweak
...
Fail earlier with older PHPs
2024-07-25 13:16:22 +10:00
Christopher Jones
30e81c9644
Fail earlier with older PHPs
2024-07-25 13:13:39 +10:00
Christopher Jones
f166394e7a
Merge pull request #20 from cjbj/RelDate
...
Prepare for OCI8 3.4 release
v3.4
2024-07-25 09:19:46 +10:00
Christopher Jones
de217e746b
Prepare for OCI8 3.4 release
2024-07-25 09:18:08 +10:00
Christopher Jones
bc1614e6b7
Merge pull request #17 from cjbj/MentionDtrace
...
Mention DTrace
2024-07-17 17:20:10 +10:00
Christopher Jones
0a658a0bfa
Mention DTrace
2024-07-17 17:18:39 +10:00
Christopher Jones
01db0d0c1d
Merge pull request #16 from cjbj/Fix82
...
Allow compiling with PHP 8.2
2024-07-17 16:43:21 +10:00
Christopher Jones
6c1170ed16
Allow compiling with PHP 8.2
2024-07-17 16:41:48 +10:00
Christopher Jones
942bea0530
Merge pull request #15 from cjbj/oci8ini
...
Add sample oci8.ini file (Issue #14 )
2024-07-09 13:09:10 +10:00
Christopher Jones
581e2c5b4f
Add sample oci8.ini file (Issue #14 )
2024-07-09 13:07:43 +10:00
Christopher Jones
22a78b3b69
Merge pull request #13 from cjbj/oci834
...
Updates for oci8 3.4
2024-07-02 16:27:24 +10:00
Christopher Jones
8f0f2cb8e9
Updates for oci8 3.4
2024-07-02 16:25:52 +10:00
Christopher Jones
34bcd3343d
Merge pull request #12 from cjbj/walletwhitespace
...
Fix some whitespace issues mostly introduced in 94def1f
2024-07-02 15:17:55 +10:00
Christopher Jones
021949e48a
Fix some whitespace issues mostly introduced in 94def1f975
2024-07-02 15:16:35 +10:00
Christopher Jones
7bb8fe2482
Merge pull request #11 from cjbj/test-23ai
...
Update tests for Oracle Database 23ai
2024-07-02 15:08:51 +10:00
Christopher Jones
29b70c4639
Update tests for Oracle Database 23ai
2024-07-02 15:06:31 +10:00
Christopher Jones
00281a4a0f
Merge pull request #8 from datadestroyd/oic-23-compatibility
...
Fix test compatibility with Oracle Instant Client 23
2024-07-02 11:43:57 +10:00
David Gräfrath
e938ff6b09
Fix test compatibility with Oracle Instant Client 23
2024-06-11 13:57:47 +02:00
Peter Kokot
74893c6e3d
Add notice about Apache and PHP_SIGCHILD ( #1 )
...
This notice was previously located in PHP main configure.ac. It can be
displayed like this when oci8 extension is enabled on Linux without
PHP_SIGCHILD.
2024-02-18 10:32:35 +01:00
Sharad Chandran R
94def1f975
Update oci8.c - wallet support for session pool
2024-02-15 12:19:41 +05:30
Derick Rethans
bf46650fc7
Add initial .gitignore file
2024-02-05 11:01:53 +00:00