[PHP-INSTALL] pear for fedora 11

2010-03-07 Thread Edward. S. P. Leong
Dear All, Which can we download pear ann install into fc 11 system ? Thank for your help ! Edward.

[PHP-INSTALL] pear usage with xampp

2008-08-12 Thread magdaline mugo
helo. am hoping that you can help me. i installed xampp version 1.5.5 The pear package is automatically installed but when i write php scripts with pear i the pear part of the script is not recognized. what do i do if i want to use pear with xampp. thanx.

Re: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-19 Thread Tamer Higazi
Hi Peter! This is what I did before and the error-message does still appear on my screen. Do you have any idea what it could else be? Tamer Am Montag, den 19.06.2006, 09:23 +1000 schrieb Peter Hodge: > Hi Tamer, > > You need to edit your php.ini, which is usually located in > /etc/php.ini >

Re: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Peter Hodge
Hi Tamer, You need to edit your php.ini, which is usually located in /etc/php.ini or /usr/local/php/etc/php.ini or something like that (there are ways to find it easily). Inside php.ini you will find a line which says: register_argc_argv = Off And you need to change it to register_arg

[Fwd: [PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!]

2006-06-18 Thread Tamer Higazi
I forgot to wrote My php configuration is: './configure' '--enable-memory-limit' '--enable-force-cgi-redirect' '--enable-track-vars' '--with-pcre-regex' '--with-mysql=/usr/local/mysql' '--without-mm' '--enable-fastcgi' '--enable-zend-multibyte' Tamer --- Begin Message --- Hi! I have PHP 5.1.

[PHP-INSTALL] PEAR doesn't run with "fast-cgi" installation!

2006-06-18 Thread Tamer Higazi
Hi! I have PHP 5.1.4 as a fast-cgi installation on my linux machine. However, I can't run PEAR, even after I have followed the installation instructions in detail. The errormessage: ERROR: either use the CLI php executable, or set register_argc_argv=On in php.ini For any help, solving my problem

Re: [PHP-INSTALL] pear install fine, but pecl install not, on SuSE 10.0

2006-02-14 Thread Paul Gardiner
Did I ask this in the wrong list? - Original Message - From: "Paul Gardiner" <[EMAIL PROTECTED]> To: Sent: Monday, February 13, 2006 2:46 PM Subject: [PHP-INSTALL] pear install fine, but pecl install not, on SuSE 10.0 Hi, I want to install Fileinfo for use with h

[PHP-INSTALL] pear install fine, but pecl install not, on SuSE 10.0

2006-02-13 Thread Paul Gardiner
Hi, I want to install Fileinfo for use with horde, but pecl install Fileinfo gives downloading Fileinfo-1.0.3.tar ... Starting to download Fileinfo-1.0.3.tar (-1 bytes) done: 23,552 bytes 3 source files, building running: phpize Configuring for: PHP

[PHP-INSTALL] pear executable is not installed with php-4.4.0

2005-10-01 Thread Reuben D. Budiardja
Hello, I am trying to install php-4.4.0 on a Redhat Enterprise Linux 4. I use the following configure line: ./configure --prefix=/usr/local/php-4.4.0 --with-config-file-path=/etc --with-config-file-scan-dir=/etc/php.d --enable-force-cgi-redirect --disable-debug --enable-pic --disable-rpath --en

[PHP-INSTALL] Pear: command not found?

2005-07-08 Thread Adam Douglas
Hi. I've installed PHP 4.3.11 from source on to an OpenBSD i386 server however I've found out that pear script doesn't appear to be present. I discovered this when trying to install some pear packages doing "pear install packagename". I get a returned error of "-bash: pear: command not found". I'v

[PHP-INSTALL] pear

2005-06-13 Thread nizar abed
Hi, Just compiled php 4.3.11 and I'm having problems with pear. When I try to Install any pear module I get the following error: Trying to install DB for example: downloading DB-1.7.6 ... Starting to download DB-1.7.6 (-1 bytes) done: 125,340 bytes Could not get contents of package "/root/tmp

[PHP-INSTALL] pear

2005-06-01 Thread nizar
Hi, I have problem installing/updating any pear module I have php-4.3.11 installed and when I try pear install DB(for example) I get the following: downloading DB-1.7.6 ... Starting to download DB-1.7.6 (-1 bytes) done: 0 bytes could not extract the package.xml file I have the same problem

[PHP-INSTALL] pear installation fails on cygwin

2004-10-22 Thread Marek Lewczuk
Hello. Latest 5-CVS version compiles fine on wingows/cygwin, but there is some problem with pear installation - fails on make install. I post this message to bugs.php.net, but there is no answer. Anyone can help with this ? Below results of "make install". $ php --version PHP 5.0.3-dev (cli) (bu

Re: [PHP-INSTALL] pear db : can't connect to postgresql

2004-04-27 Thread Gabriel de Rezende e Lamounier
Em Seg 26 Abr 2004 16:03, Gabriel de Rezende e Lamounier escreveu: > i have pear set up on my include_path. > postgresql is running and i'm able to connect and query it using > pg_connect() and pg_query(). > i can't conect to pgsql using pear db. here's the script: > > > >require_once("DB.ph

[PHP-INSTALL] pear db : can't connect to postgresql

2004-04-26 Thread Gabriel de Rezende e Lamounier
i have pear set up on my include_path. postgresql is running and i'm able to connect and query it using pg_connect() and pg_query(). i can't conect to pgsql using pear db. here's the script: getMessage()); } $db->disconect(); ?> error message on the browser: DB Error: connect failed

[PHP-INSTALL] pear installation

2004-03-14 Thread klp-designer
I'm running apache 2.0 on windows 2000. Where is the best place to install the go-pear? do I have to edit my php.ini file after installing it to a specific location? Thanks ;)