How to Install and Uninstall php70-zephir.noarch Package on Fedora 35

Last updated: November 27,2024

1. Install "php70-zephir.noarch" package

Here is a brief guide to show you how to install php70-zephir.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install php70-zephir.noarch

2. Uninstall "php70-zephir.noarch" package

Please follow the instructions below to uninstall php70-zephir.noarch on Fedora 35:

$ sudo dnf remove php70-zephir.noarch $ sudo dnf autoremove

3. Information about the php70-zephir.noarch package on Fedora 35

Last metadata expiration check: 0:40:10 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : php70-zephir
Version : 0.10.16
Release : 1.fc35.remi
Architecture : noarch
Size : 374 k
Source : php70-zephir-0.10.16-1.fc35.remi.src.rpm
Repository : remi
Summary : Zephir language for creation of extensions for PHP.
URL : https://zephir-lang.com/
License : MIT
Description : Zephir - Ze(nd Engine) Ph(p) I(nt)r(mediate) - is a high level language
: that eases the creation and maintainability of extensions for PHP.
: Zephir extensions are exported to C code that can be compiled and
: optimized by major C compilers such as gcc/clang/vc++. Functionality
: is exposed to the PHP language.
:
: Main features:
: * Both dynamic/static typing
: * Reduced execution overhead compared with full interpretation
: * Restricted procedural programming, promoting OOP
: * Memory safety
: * Ahead-of-time (AOT) compiler to provide predictable performance
:
: Compiler design goals:
: * Multi-pass compilation
: * Type speculation/inference
: * Allow runtime profile-guided optimizations, pseudo-constant propagation
: and indirect/virtual function inlining