Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Remove -n option from pecl.bat for shared extensions#126

Merged
ashnazg merged 1 commit intopear:masterfromkevinoid:pecl-remove-n
Nov 25, 2023

Conversation

kevinoid
Copy link
Contributor

As described inf94454a

When PHP is using shared extensions:

./configure --with-openssl=shared --enable-xml=shared

The -n option in PHP command line (in the PECL shell script) removes them from being enabled and PECL script won't work ok anymore. This goes mainly for the xml and openssl PHP extensions which are needed to install PECL extensions via the https protocol and to parse XML files.

Unfortunately, the fix was only applied topecl.sh, so the issue described inhttps://bugs.php.net/bug.php?id=77522 still occurs on Windows when built with shared extensions.

This PR applies the same fix topecl.bat to avoid the issue on Windows.

As described inf94454a> When PHP is using shared extensions:>> ./configure --with-openssl=shared --enable-xml=shared>> The -n option in PHP command line (in the PECL shell script) removes them> from being enabled and PECL script won't work ok anymore. This goes mainly> for the xml and openssl PHP extensions which are needed to install PECL> extensions via the https protocol and to parse XML files.Unfortunately, the fix was only applied to pecl.sh, so the issuedescribed inhttps://bugs.php.net/bug.php?id=77522 still occurs onWindows when built with shared extensions.Apply the same fix to pecl.bat to avoid the issue on Windows.Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!   Quality Gate passed

BugA0 Bugs
VulnerabilityA0 Vulnerabilities
Security HotspotA0 Security Hotspots
Code SmellA0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@ashnazgashnazg self-assigned thisNov 25, 2023
@ashnazgashnazg merged commit8b93da2 intopear:masterNov 25, 2023
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@ashnazgashnazgashnazg approved these changes

Assignees

@ashnazgashnazg

Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@kevinoid@ashnazg

[8]ページ先頭

©2009-2025 Movatter.jp