[PECL-CVS] [pecl-database-pdo_ibm] master: Attempt at PIE
[email protected] (Calvin Buckley)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Calvin Buckley (NattyNarwhal)
Date: 2025-11-26T15:47:03-04:00
Commit: https://github.com/php/pecl-database-pdo_ibm/commit/114bf21c66e9563435d1912998b79022c8693630
Raw diff: https://github.com/php/pecl-database-pdo_ibm/commit/114bf21c66e9563435d1912998b79022c8693630.diff
Attempt at PIE
Changed paths:
A composer.json
Diff:
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..9703ff9
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,21 @@
+{
+ "name": "pecl/pdo_ibm",
+ "type": "php-ext",
+ "license": "Apache-2.0",
+ "description": "PDO driver for IBM databases",
+ "require": {
+ "php": ">= 7.3.0",
+ "ext-pdo": "*"
+ },
+ "php-ext": {
+ "extension-name": "PDO_IBM",
+ "configure-options": [
+ {
+ "name": "with-pdo-ibm",
+ "description": "Enable PDO_IBM support. DIR is the path to the DB2 install prefix.",
+ "needs-value": true
+ }
+ ]
+ }
+}
+