[PECL-CVS] [pecl-search_engine-solr] master: Merge pull request #82 from bix0r/add-pie-support

[email protected] (Birgir Haraldsson via GitHub)
Newsgroups php.pecl.cvs
Message-ID <[email protected]>
Author: Birgir Haraldsson (bix0r)
Committer: GitHub (web-flow)
Pusher: bix0r
Date: 2025-11-20T10:18:59+01:00

Commit: https://github.com/php/pecl-search_engine-solr/commit/f4ba46cd90fd7030b340ca3f4e031ca365fad6a5
Raw diff: https://github.com/php/pecl-search_engine-solr/commit/f4ba46cd90fd7030b340ca3f4e031ca365fad6a5.diff

Merge pull request #82 from bix0r/add-pie-support

Add a composer.json to enable support for PIE

Changed paths:
  A  composer.json


Diff:

diff --git a/composer.json b/composer.json
new file mode 100644
index 00000000..9f737694
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,27 @@
+{
+	"name": "pecl/solr",
+	"type": "php-ext",
+	"license": "PHP-3.01",
+	"description": "Apache Solr extension",
+	"require": {
+		"php": ">= 7.4,<=8.5",
+		"ext-json": "*"
+	},
+	"php-ext": {
+		"extension-name": "solr",
+		"configure-options": [
+			{
+				"name": "enable-solr",
+				"description": "Enable solr support"
+			},
+			{
+				"name": "enable-solr-debug",
+				"description": "Compile with solr in verbose mode"
+			},
+			{
+				"name": "enable-coverage",
+				"description": "Enable developer code coverage information"
+			}
+		]
+	}
+}
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.