Extensions
Extensions that are gone from the PHP core
One of the first things you're likely to notice when you download PHP 5.1.x is that several of the older extensions have disappeared. Those extensions that are still actively maintained are available in the PHP Extension Community Library (PECL), at » https://pecl.php.net/.
Extension | Alternative/Status |
---|---|
ext/cpdf | pecl/pdflib |
ext/dbx | pecl/dbx |
ext/dio | pecl/dio |
ext/fam | Not actively maintained |
ext/ingres_ii | pecl/ingres |
ext/ircg | Not actively maintained |
ext/mcve | pecl/mcve |
ext/mnogosearch | Not actively maintained |
ext/oracle | ext/oci8 or ext/pdo_oci |
ext/ovrimos | Not actively maintained |
ext/pfpro | Not actively maintained |
ext/w32api | » pecl/ffi |
ext/yp | Not actively maintained |
ext/activescript | » pecl/activescript |
Modules in PECL that are not actively maintained (i.e. have not been supported for some time, have no active maintainer working on them currently, and do not have any PECL package releases), are still available in SVN at » https://svn.php.net/viewvc/pecl. However, unreleased PHP modules are by their nature unsupported, and your mileage may vary when attempting to install or use them.
Class constants in new PHP 5.1.x extensions
The Zend Engine 2.1 API allows extension developers to declare class
constants in object oriented extensions. New extensions written for PHP
5.1.x, including SPL,
PDO,
XMLReader and
date, have their constants in
the format PDO::CLASS_CONSTANT
rather than in the C
format PDO_CLASS_CONSTANT
in order to minimise
pollution of the global namespace in PHP.
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/01/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/php-rf-migration51.extensions.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.