Hello to all PHP builder community members.
This is my first post, and I am new to PHP , although Ive configured php 5.1 / apache / mysqli to run correctly. Ive been having problems getting PEAR to install.
My first attempt was to run go-pear.bat from the php directory.
this resulted in the comand window opening and creating an infinite loop with these error messages being displayed.
[INDENT]Warning: unpack(): Type V: not enough input, need 4, have 0 in C:\php\PEAR\go-pe
ar.phar on line 325
Warning: unpack(): Type V: not enough input, need 4, have 0 in C:\php\PEAR\go-pe
ar.phar on line 334
Warning: array_values(): The argument should be an array in C:\php\PEAR\go-pear.
phar on line 334[/INDENT]
Does anybody know why this is happening.
So next I tried to go the route of getting the php script from:
http://go-pear.org/
and then going through the installation process. for installing the pear::package manager.
On the go-pear configuration window it asks for the host name and port number. Which if I enter my details as kye : 80 the installation process returns an error :
[INDENT]Not Found
The requested URL /viewcvs.cgi/checkout/pear-core/PEAR.php was not found on this server.[/INDENT]
and below it
[INDENT]Fatal error: Class 'PEAR' not found in C:\apache\Apache2\htdocs\go-pear.php on line 686[/INDENT]
My apache server host name is configured to the name 'kye' so what is creating the above error message.
If anyone has advice or can point me in a useful direction, I will be very grateful.
ANY help will be welcome. I hope some of this makes some sense to someone. Im completely lost by this, and Im now prevented from learning about PEAR:😃B and PEAR::VALIDATE the two mpackages I wish to use.
Kind regards and thanks in advance.
kyetech