Is this any help?
How to install PEAR on a WAMP PHP VersionCreate a new folder called PEAR below the folder containing the version of PHP you want to install PEAR extension into. eg c:\wamp\bin\php\php.x.y.z\PEAR ( I like a UPPER case name here but it does not have to be that way )
If the file 'go-pear.phar' does not exist in the php.x.y.z folder, get go-pear.phar from [
pear.php.net], and save it into the php.x.y.z folder, the version you are using and want to download to.
Then you have to make sure you have the php.exe file on the windows PATH
We do not want to do this permanantly as that would mess up WAMPServers ability to switch PHP versions at the click of a buttonSo from the command line either do this :
path=%path%;c:\wamp\bin\php\phpx.y.z
( change x and y and z to the version numbers of your PHP )
Alternatively, I use a batch file which I save into a folder that is already on my windows path, lets call it `phppath.cmd` and I add this to that file
path=%path%;c:\wamp\bin\php\phpx.y.z
php -v
You can then start a command window anytime you like and just keyin `phppath` and it will add your PHP executable to the path for you for only the duration of the command window.
Now from a command window make sure you are in `wamp\bin\php\phpx.y.z` as we want PEAR installed in this folder and do :-
CD \wamp\bin\php\phpx.y.z
php go-pear.phar
Are you installing a system-wide PEAR or a local copy?
(system|local) [system] : l
Please confirm local copy by typing 'yes' : yes
Below is a suggested file layout for your new PEAR installation. To
change individual locations, type the number in front of the
directory. Type 'all' to change all of them or simply press Enter to
accept these locations.
1. Installation base ($prefix) : D:\wamp\bin\php\phpX.Y.Z
2. Temporary directory for processing : D:\wamp\bin\php\phpX.Y.Z\tmp
3. Temporary directory for downloads : D:\wamp\bin\php\phpX.Y.Z\tmp
4. Binaries directory : D:\wamp\bin\php\phpX.Y.Z
5. PHP code directory ($php_dir) : D:\wamp\bin\php\phpX.Y.Z\pear
6. Documentation directory : D:\wamp\bin\php\phpX.Y.Z\docs
7. Data directory : D:\wamp\bin\php\phpX.Y.Z\data
8. User-modifiable configuration files directory : D:\wamp\bin\php\phpX.Y.Z\cfg
9. Public Web Files directory : D:\wamp\bin\php\phpX.Y.Z\www
10. Tests directory : D:\wamp\bin\php\phpX.Y.Z\tests
11. Name of configuration file : D:\wamp\bin\php\phpX.Y.Z\pear.ini
12. Path to CLI php.exe : D:\wamp\bin\php\phpX.Y.Z
1-12, 'all' or Enter to continue:
Beginning install...
Configuration written to C:\wamp\bin\php\phpX.Y.Z\pear.ini...
Initialized registry...
Preparing to install...
installing phar://D:/wamp/bin/php/phpX.Y.Z/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3.7.tar...
installing phar://D:/wamp/bin/php/phpX.Y.Z/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-1.3.0.tar...
installing phar://D:/wamp/bin/php/phpX.Y.Z/PEAR/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.9.4.tar...
installing phar://D:/wamp/bin/php/phpX.Y.Z/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Structures_Graph-1.0.4.tar...
installing phar://D:/wamp/bin/php/phpX.Y.Z/PEAR/go-pear.phar/PEAR/go-pear-tarballs/XML_Util-1.2.1.tar...
install ok: channel://pear.php.net/Archive_Tar-1.3.7
install ok: channel://pear.php.net/Console_Getopt-1.3.0
install ok: channel://pear.php.net/Structures_Graph-1.0.4
install ok: channel://pear.php.net/XML_Util-1.2.1
install ok: channel://pear.php.net/PEAR-1.9.4
PEAR: Optional feature webinstaller available (PEAR's web-based installer)
PEAR: Optional feature gtkinstaller available (PEAR's PHP-GTK-based installer)
PEAR: Optional feature gtk2installer available (PEAR's PHP-GTK2-based installer)
PEAR: To install optional features use "pear install pear/PEAR#featurename"
******************************************************************************
WARNING! The include_path defined in the currently used php.ini does not
contain the PEAR PHP directory you just specified:
<D:\wamp\bin\php\phpX.Y.Z\pear>
If the specified directory is also not in the include_path used by
your scripts, you will have problems getting any PEAR packages working.
Would you like to alter php.ini <D:\wamp\bin\php\phpX.Y.Z\php.ini>? [Y/n] : n
Please look over your php.ini file to make sure
D:\wamp\bin\php\phpX.Y.Z\pear is in your include_path.
Current include path : .;c:\wamp\bin\php\phpX.Y.Z\PEAR
Configured directory : D:\wamp\bin\php\phpX.Y.Z\pear
Currently used php.ini (guess) : D:\wamp\bin\php\phpX.Y.Z\php.ini
Press Enter to continue:
** WARNING! Old version found at D:\wamp\bin\php\phpX.Y.Z, please remove it or be sure to use the new d:\wamp\bin\php\phpX.Y.Z\pear.bat command
The 'pear' command is now at your service at d:\wamp\bin\php\phpX.Y.Z\pear.bat
[/code]
TEST THAT IS WORKS>pear
Should show you something like this
D:\wamp\bin\php\phpX.Y.Z>pear
Commands:
build Build an Extension From C Source
bundle Unpacks a Pecl Package
channel-add Add a Channel
channel-alias Specify an alias to a channel name
channel-delete Remove a Channel From the List
channel-discover Initialize a Channel from its server
channel-info Retrieve Information on a Channel
channel-login Connects and authenticates to remote channel server
channel-logout Logs out from the remote channel server
channel-update Update an Existing Channel
clear-cache Clear Web Services Cache
config-create Create a Default configuration file
config-get Show One Setting
config-help Show Information About Setting
config-set Change Setting
config-show Show All Settings
convert Convert a package.xml 1.0 to package.xml 2.0 format
cvsdiff Run a "cvs diff" for all files in a package
cvstag Set CVS Release Tag
download Download Package
download-all Downloads each available package from the default channel
info Display information about a package
install Install Package
list List Installed Packages In The Default Channel
list-all List All Packages
list-channels List Available Channels
list-files List Files In Installed Package
list-upgrades List Available Upgrades
login Connects and authenticates to remote server [Deprecated in favor of channel-login]
logout Logs out from the remote server [Deprecated in favor of channel-logout]
makerpm Builds an RPM spec file from a PEAR package
package Build Package
package-dependencies Show package dependencies
package-validate Validate Package Consistency
pickle Build PECL Package
remote-info Information About Remote Packages
remote-list List Remote Packages
run-scripts Run Post-Install Scripts bundled with a package
run-tests Run Regression Tests
search Search remote package database
shell-test Shell Script Test
sign Sign a package distribution file
svntag Set SVN Release Tag
uninstall Un-install Package
update-channels Update the Channel List
upgrade Upgrade Package
upgrade-all Upgrade All Packages [Deprecated in favor of calling upgrade with no parameters]
Usage: pear [options] command [command-options] <parameters>
Type "pear help options" to list all options.
Type "pear help shortcuts" to list all command shortcuts.
Type "pear help <command>" to get the help for the specified command.
D:\wamp\bin\php\phpX.Y.Z>pear list-channels
REGISTERED CHANNELS:
====================
CHANNEL ALIAS SUMMARY
doc.php.net phpdocs PHP Documentation Team
pear.php.net pear PHP Extension and Application
Repository
pecl.php.net pecl PHP Extension Community Library
__uri __uri Pseudo-channel for static packages
---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>Read The Manuals Apache --
MySQL --
PHP --
phpMyAdminGet your Apache/MySQL/mariaDB/PHP ADDONs here from the
WAMPServer alternate Repo-X-X-X-
Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-