Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment. You signed in with another tab or window.
Reload to refresh your session. You signed out in another tab or window. PHP Api Version: Zend Module Api No: Zend Extension Api No: Improve this answer. William Desportes 8 8 bronze badges. Serty Oan Serty Oan 1 1 gold badge 6 6 silver badges 14 14 bronze badges. If anyobody have come here, wondering, like me, about how to install pecl on AWS linux and PHP 7, package is php7-pear and executable is pecl7 — baldrs.
I recommend symbolic linking these to their normal directories etc. I am using php7. E: Unable to locate package php7. If i try it wothout version it installs for php 8. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name.
Email Required, but never shown. To compile a standalone extension aka a DLL file , please refer to building from source documentation. PHP ships with the extensions most useful to the majority of developers. They are called "core" extensions. However, if you need functionality not provided by any core extension, you may still be able to find one in » PECL.
If you have developed an extension for your own uses, you might want to think about hosting it on PECL so that others with the same needs can benefit from your time. Many times, you will find several versions of each DLL: Different version numbers at least the first two numbers should match Different thread safety settings Different processor architecture x86, x64, Different debugging settings etc.
You should keep in mind that your extension settings should match all the settings of the PHP executable you are using. Example 1 phpinfo call. The most common way to load a PHP extension is to include it in your php. Please note that many extensions are already present in your php.
0コメント