Автоматическая установка PEAR на windows (go-pear.phar в PHP 5.3.8)
Primary tabs
Чтобы установить PEAR (в частности = 1.9.4) автоматически (а не вручную) делаем следующее =
(будем исходить из того предположения, что PHP установлен в директорию, расположенную по адресу = C:\php)
1)Заходим в C:\php и создаём там папку PEAR
2)Затем качаем файл go-pear.phar, это можно сделать перейдя по адресу http://pear.php.net/go-pear.phar.
3)Сохраняем этот файл в папке PEAR , созданной нами в пунке 1 , и расположенной теперь о адресу C:\php\PEAR.
4)Открываем командную строку Windows переходим в папку ,в которую мы сохранили файл , такой командой =
сd C:\php\PEAR
5)и запускаем ,сохранённый нами файл командой, с использование php-интерпретатора =
php -d phar.require_hash=0 go-pear.phar
6) Теперь установка начинается в режиме командной строки - первое что спросит установщик - "что именно мы хотим становить " , следует ответить что локальную копию (local copy) то есть нажать английскую
l (эль)
нажать "Энтер" ))
7) затем будет предложено указать пути для всевозможных файлов и папок, от которых зависит или - тех, которе будет использваоть здесь вполне можно согласиться c тем, что по умолчанию (cм. копию сообщений командной строки, которые видел при установке автор)
и
просто нажать Enter
УСТАНОВКА ВОЗМОЖНо ЗАВЕРШЕНА теперь наберите в командной строке команду pear , если в ответ будет выведен список возможных подкоманд - то это значит, что УСТАНОВКА ЗАВЕРШЕНА))))
если же нет - переходите к следующему пункту
8) Далее PEAR может предложить изменить php.ini файл - ответьте благосклонно на это предположения предложением нажав клавишу =
Y
а затем
ENTER
установка завершена
введите в командной строке команду pear и нажмите ВВОД , ответ системы должен быть примерно таким =
Microsoft Windows XP [Версия 5.1.2600] (С) Корпорация Майкрософт, 1985-2001. C:\Documents and Settings\rooter>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 .................................................... .................................................... .................................................... .................................................... .................................................... cvstag Set CVS Release Tag download Download Package download-all Downloads each available package from the default channel .................................................... ................................................... ....................................................
если другое сообщение, похожее на это =
PHP_PEAR_INSTALL_DIR is not set correctly. pearcmd.php could not be found there. Please fix it using your environment variable or modify the default value in pear.bat The current value is: C:\php\pear
то переходите к следующему пункту
9) Возможно что для использования команды pear в командной строке , вам придётся внести некоторые изменения в переменную средЫ окружения Path
Для этого (в windows xp , например) следует проследовать следующим путём =
пуск ->панель управления ->система ->дополнительно -> переменные среды -> системные переменные
в разделе Системные переменные найдите Path и кликните по ней два раза, и пропишите после пути к пхп-интерпретатору путь к PEAR =
C:\php\pear;
так что в результате вы получите что-то вроде =
.....;C:\php;C:\php\pear;C:\Program Files\MySQL\MySQL Server 5.1\bin;.............
и ещё =
если вы ранее устанавливали PEAR , то возможно среди переменных среды окружения (не обязательно среди системных может быть в и разделе "переменные среды пользователя для... (имя пользователя) ")
вы найдёте переменную =PHP_PEAR_INSTALL_DIRв нашем случае ей следует присвоить значение =
C:\php\PEAR\pear
ПЕРЕЗАГРУЗИТЕ КОМПЬЮТЕР после изменения переменных средЫ окружения.
10) и снова введите в режиме командной строки команду pear и нажмите ВВОД ,если вы оплучили список подкоманд PEAR .подобный этому , что значит УСТАНОВКА ЗАВЕРШЕНА =
Microsoft Windows XP [Версия 5.1.2600] (С) Корпорация Майкрософт, 1985-2001. C:\Documents and Settings\rooter>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 i n favor of channel-login] logout Logs out from the remote server [Deprecated in favor of c hannel-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 upgr ade 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.
________________________________
ВОТ СООБЩЕНИЯ МОЕЙ КОМАНДНОЙ СТРОКИ (мне пришлось изменять переменную средЫ окружения PATH) =
Microsoft Windows XP [Версия 5.1.2600] (С) Корпорация Майкрософт, 1985-2001. C:\Documents and Settings\rooter>св \ "св" не является внутренней или внешней командой, исполняемой программой или пакетным файлом. C:\Documents and Settings\rooter>cd \ C:\>cd php C:\php>php -d phar.require_hash=0 go-pear.phar Could not open input file: go-pear.phar C:\php>cd pear C:\php\PEAR>php -d phar.require_hash=0 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) : C:\php\PEAR 2. Temporary directory for processing : C:\php\PEAR\tmp 3. Temporary directory for downloads : C:\php\PEAR\tmp 4. Binaries directory : C:\php\PEAR 5. PHP code directory ($php_dir) : C:\php\PEAR\pear 6. Documentation directory : C:\php\PEAR\docs 7. Data directory : C:\php\PEAR\data 8. User-modifiable configuration files directory : C:\php\PEAR\cfg 9. Public Web Files directory : C:\php\PEAR\www 10. Tests directory : C:\php\PEAR\tests 11. Name of configuration file : C:\php\PEAR\pear.ini 12. Path to CLI php.exe : C:\php 1-12, 'all' or Enter to continue: Beginning install... PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone _set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ' Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg istry.php on line 1012 Warning: date(): It is not safe to rely on the system's timezone settings. You a re *required* to use the date.timezone setting or the date_default_timezone_set( ) function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/ Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry .php on line 1012 PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone _set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ' Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg istry.php on line 1012 Warning: date(): It is not safe to rely on the system's timezone settings. You a re *required* to use the date.timezone setting or the date_default_timezone_set( ) function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/ Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry .php on line 1012 PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone _set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ' Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg istry.php on line 1012 Warning: date(): It is not safe to rely on the system's timezone settings. You a re *required* to use the date.timezone setting or the date_default_timezone_set( ) function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/ Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry .php on line 1012 PHP Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone _set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected ' Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg istry.php on line 1012 Warning: date(): It is not safe to rely on the system's timezone settings. You a re *required* to use the date.timezone setting or the date_default_timezone_set( ) function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Asia/ Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry .php on line 1012 Configuration written to C:\php\PEAR\pear.ini... Initialized registry... Preparing to install... installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3 .7.tar... installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt- 1.3.0.tar... installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.9.4.tar. .. installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Structures_Grap h-1.0.4.tar... installing phar://C:/php/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: <C:\php\PEAR\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 <C:\php\php.ini>? [Y/n] : Y php.ini <C:\php\php.ini> include_path updated. Current include path : .;C:\php\PEAR Configured directory : C:\php\PEAR\pear Currently used php.ini (guess) : C:\php\php.ini Press Enter to continue: ** WARNING! Old version found at C:\php\PEAR, please remove it or be sure to use the new c:\php\pear\pear.bat command The 'pear' command is now at your service at c:\php\pear\pear.bat ** The 'pear' command is not currently in your PATH, so you need to ** use 'c:\php\pear\pear.bat' until you have added ** 'C:\php\PEAR' to your PATH environment variable. Run it without parameters to see the available actions, try 'pear list' to see what packages are installed, or 'pear help' for help. For more information about PEAR, see: http://pear.php.net/faq.php http://pear.php.net/manual/ Thanks for using go-pear! C:\php\PEAR>pear PHP_PEAR_INSTALL_DIR is not set correctly. pearcmd.php could not be found there. Please fix it using your environment variable or modify the default value in pear.bat The current value is: C:\php\pear C:\php\PEAR>path PATH=C:\Program Files\AMD APP\bin\x86;C:\Program Files\NVIDIA Corporation\PhysX\ Common;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\watcom-1.3\binnt;C:\w atcom-1.3\binw;C:\WINDOWS.0\system32;C:\WINDOWS.0;C:\WINDOWS.0\System32\Wbem;C:\ Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\php;C:\Program Files\MySQL \MySQL Server 5.1\bin;C:\Program Files\Delphi 10 Lite\bin;C:\Program Files\Quick Time\QTSystem\;C:\Program Files\Pinnacle\Shared Files\;C:\Program Files\GNU\GnuP G\pub;C:\Program Files\SlikSvn\bin;C:\Documents and Settings\rooter\Мои документ ы\Borland Studio Projects\Bpl C:\php\PEAR>pear PHP_PEAR_INSTALL_DIR is not set correctly. pearcmd.php could not be found there. Please fix it using your environment variable or modify the default value in pear.bat The current value is: C:\php\pear C:\php\PEAR>pear PHP_PEAR_INSTALL_DIR is not set correctly. pearcmd.php could not be found there. Please fix it using your environment variable or modify the default value in pear.bat The current value is: C:\php\pear C:\php\PEAR>path PATH=C:\Program Files\AMD APP\bin\x86;C:\Program Files\NVIDIA Corporation\PhysX\ Common;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\watcom-1.3\binnt;C:\w atcom-1.3\binw;C:\WINDOWS.0\system32;C:\WINDOWS.0;C:\WINDOWS.0\System32\Wbem;C:\ Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\php;C:\Program Files\MySQL \MySQL Server 5.1\bin;C:\Program Files\Delphi 10 Lite\bin;C:\Program Files\Quick Time\QTSystem\;C:\Program Files\Pinnacle\Shared Files\;C:\Program Files\GNU\GnuP G\pub;C:\Program Files\SlikSvn\bin;C:\Documents and Settings\rooter\Мои документ ы\Borland Studio Projects\Bpl C:\php\PEAR>^A
+++++++++++++++++++++++++++++
C:\php\PEAR>php -d phar.require_hash=0 go-pear.phar
можно установить ещё быстрее, последовательно выполнив команды , но в этом случае ,вам возможно придётся указывать необходимые директории для установки уже в режиме командной строки ("$" вводить не надо )
1)$ wget http://pear.php.net/go-pear.phar
2)$ php go-pear.phar
_____________________________________________
Источники(читать подробнее)=
http://blog.pear.php.net/2009/07/01/php-...
параметры командной строки пхп
_____________________________________________
Ключевые слова и фразы(для поиска)=
PHP 5.3 Windows and PEAR (go-pear.phar)
(go-pear.phar в PHP 5.3.8)
Microsoft Windows XP [Версия 5.1.2600]
(С) Корпорация Майкрософт, 1985-2001.
C:\Documents and Settings\rooter>pear
"pear" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
C:\Documents and Settings\rooter>go_pear.bat
"go_pear.bat" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
C:\Documents and Settings\rooter>cd c
Системе не удается найти указанный путь.
C:\Documents and Settings\rooter>cd
C:\Documents and Settings\rooter
C:\Documents and Settings\rooter>cd \
C:\>cd php
C:\php>cd pear
C:\php\PEAR>php -d phar.require_hash=0 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) : C:\php\PEAR
2. Temporary directory for processing : C:\php\PEAR\tmp
3. Temporary directory for downloads : C:\php\PEAR\tmp
4. Binaries directory : C:\php\PEAR
5. PHP code directory ($php_dir) : C:\php\PEAR\pear
6. Documentation directory : C:\php\PEAR\docs
7. Data directory : C:\php\PEAR\data
8. User-modifiable configuration files directory : C:\php\PEAR\cfg
9. Public Web Files directory : C:\php\PEAR\www
10. Tests directory : C:\php\PEAR\tests
11. Name of configuration file : C:\php\PEAR\pear.ini
12. Path to CLI php.exe : C:\php
1-12, 'all' or Enter to continue: all
Installation base ($prefix) [C:\php\PEAR] : 009
Temporary directory for processing [$prefix\tmp] :
Temporary directory for downloads [$prefix\tmp] : dow
Binaries directory [$prefix] :
PHP code directory ($php_dir) [$prefix\pear] :
Documentation directory [$prefix\docs] :
Data directory [$prefix\data] :
User-modifiable configuration files directory [$prefix\cfg] :
Public Web Files directory [$prefix\www] :
Tests directory [$prefix\tests] :
Name of configuration file [$prefix\pear.ini] :
Path to CLI php.exe [C:\php] :
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) : 009
2. Temporary directory for processing : 009\tmp
3. Temporary directory for downloads : dow
4. Binaries directory : 009
5. PHP code directory ($php_dir) : 009\pear
6. Documentation directory : 009\docs
7. Data directory : 009\data
8. User-modifiable configuration files directory : 009\cfg
9. Public Web Files directory : 009\www
10. Tests directory : 009\tests
11. Name of configuration file : 009\pear.ini
12. Path to CLI php.exe : C:\php
1-12, 'all' or Enter to continue:
Beginning install...
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg
istry.php on line 1012
Warning: date(): It is not safe to rely on the system's timezone settings. You a
re *required* to use the date.timezone setting or the date_default_timezone_set(
) function. In case you used any of those methods and you are still getting this
warning, you most likely misspelled the timezone identifier. We selected 'Asia/
Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry
.php on line 1012
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg
istry.php on line 1012
Warning: date(): It is not safe to rely on the system's timezone settings. You a
re *required* to use the date.timezone setting or the date_default_timezone_set(
) function. In case you used any of those methods and you are still getting this
warning, you most likely misspelled the timezone identifier. We selected 'Asia/
Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry
.php on line 1012
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg
istry.php on line 1012
Warning: date(): It is not safe to rely on the system's timezone settings. You a
re *required* to use the date.timezone setting or the date_default_timezone_set(
) function. In case you used any of those methods and you are still getting this
warning, you most likely misspelled the timezone identifier. We selected 'Asia/
Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry
.php on line 1012
PHP Warning: date(): It is not safe to rely on the system's timezone settings.
You are *required* to use the date.timezone setting or the date_default_timezone
_set() function. In case you used any of those methods and you are still getting
this warning, you most likely misspelled the timezone identifier. We selected '
Asia/Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Reg
istry.php on line 1012
Warning: date(): It is not safe to rely on the system's timezone settings. You a
re *required* to use the date.timezone setting or the date_default_timezone_set(
) function. In case you used any of those methods and you are still getting this
warning, you most likely misspelled the timezone identifier. We selected 'Asia/
Dubai' for '4.0/no DST' instead in phar://C:/php/PEAR/go-pear.phar/PEAR/Registry
.php on line 1012
Configuration written to 009\pear.ini...
Initialized registry...
Preparing to install...
installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Archive_Tar-1.3
.3.tar...
installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Console_Getopt-
1.2.3.tar...
installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/PEAR-1.9.0.tar.
..
installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/Structures_Grap
h-1.0.2.tar...
installing phar://C:/php/PEAR/go-pear.phar/PEAR/go-pear-tarballs/XML_Util-1.2.1.
tar...
install ok: channel://pear.php.net/Archive_Tar-1.3.3
install ok: channel://pear.php.net/Console_Getopt-1.2.3
install ok: channel://pear.php.net/Structures_Graph-1.0.2
install ok: channel://pear.php.net/XML_Util-1.2.1
install ok: channel://pear.php.net/PEAR-1.9.0
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:
<009\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 <C:\php\php.ini>? [Y/n] : y
php.ini <C:\php\php.ini> include_path updated.
Current include path : .;C:\php\PEAR
Configured directory : 009\pear
Currently used php.ini (guess) : C:\php\php.ini
Press Enter to continue:
** WARNING! Old version found at 009, please remove it or be sure to use the new
009\pear.bat command
The 'pear' command is now at your service at 009\pear.bat
** The 'pear' command is not currently in your PATH, so you need to
** use '009\pear.bat' until you have added
** '009' to your PATH environment variable.
Run it without parameters to see the available actions, try 'pear list'
to see what packages are installed, or 'pear help' for help.
For more information about PEAR, see:
http://pear.php.net/faq.php
http://pear.php.net/manual/
Thanks for using go-pear!
C:\php\PEAR>pear
"pear" не является внутренней или внешней
командой, исполняемой программой или пакетным файлом.
- Log in to post comments
- 25956 reads