On 7/13/07, William Sang Lee <[EMAIL PROTECTED]> wrote:
Hi,
I am trying to install a package using SSH because my Web-based PEAR is not
working. So, I type in "pear install Date." But, it only says
Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed:
Non-recoverable failure in na
[snip]
When I do a 'view source' in the web browser I can see the source code of my
PHP script. I presume that this means that the web server did not send the
script to PHP for interpretation. Something is wrong with the server
configuration .
[/snip]
Did you read http://us3.php.net/manual/en/inst
[snip]
> http://newbieclub.com/?hands_on
[/snip]
Great site that, never need that php list ever again!
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 9/25/05, Tony Prodger <[EMAIL PROTECTED]> wrote:
>
> Dear Sir,
>
> I wonder if you can help me with the following probem??
>
> I am using:
>
> Windows XP Professional
Yes. Upgrade to Unix.
> Apache HTTP Server 2.054
> PHP 5.0.4
> MySQL 4.1
>
>
> Apache and MySQL are running
>
> I have install
On Tuesday 12 April 2005 00:28, Richard Lynch wrote:
> If your httpd.conf has a line loading PHP4 in it, comment that out.
>
Actually it might be inside a conf file in the conf.d subdirectory
cd /etc/httpd/conf.d
for a in *.conf; do echo "File $a"; grep "php" $a; done
Will point you in the right
On Mon, April 11, 2005 3:41 pm, Teng Wang said:
> Hi,Richard Lynch£º
>
> Thanks for your reply. But I can't find any line for PHP4.
>
> How to load both 4 and 5?
If you want to use both PHP 4 and 5, see the thread "php 4 & php 5" from
March 1st through March 5th.
Pay particular attention to Rasmu
Hi,Richard Lynch:
Thanks for your reply. But I can't find any line for PHP4.
How to load both 4 and 5?
Thanks again!
Teng Wang
2005/04/11
18:36:36
>At Mon, 11 Apr 2005 15:28:38 -0700
On Apr 10, 2005 10:59 PM, Teng Wang <[EMAIL PROTECTED]> wrote:
> If true, how can I uninstall php4.3.8 first and install php5.0.4 correctly?
You can remove your PHP4 rpms with:
rpm -qa | grep php | xargs rpm -e
--
Greg Donald
Zend Certified Engineer
http://destiney.com/
--
PHP General Mailin
Call it a hunch ...
./configure --with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/local/mysql
--
Jason k Larson
Ron Dyck wrote:
I'm currently attempting to upgrade to the latest version of php.
When I run:
./configure --with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql=/usr/loca
Maybe have this:
LoadModule php4_module modules/libphp4.so
AddType application/x-httpd-php .php
I would load the module first and then add the type...might not make a
bit of difference.
--
Ray
On Wed, 2003-03-26 at 03:24, bob pilly wrote:
> Hi
>
> Im trying to install php-4.3.1 as a dynamic
Because PHP needs to be able to find both the lib and the header files.
Since the header files are nowhere to be found under /usr/lib, that isn't
going to work. --with-gd=/usr is what you want here.
-Rasmus
On Sat, 24 Mar 2001, Paulo Vinícius Vitto Ruthes wrote:
> can somebody explain me WHY I
On Tue, Feb 27, 2001 at 10:34:53AM +1030, David Robley wrote:
> On Mon, 26 Feb 2001 20:52, [EMAIL PROTECTED] wrote:
> > I'm a beginner but...I can't install php-4.o.4pl1 on my linux
> > mandrake..why?
> > When I run configure ,the program checks all the files...
> > there are some missing..but it
On Mon, 26 Feb 2001 20:52, [EMAIL PROTECTED] wrote:
> I'm a beginner but...I can't install php-4.o.4pl1 on my linux
> mandrake..why?
> When I run configure ,the program checks all the files...
> there are some missing..but it never return an error
> it return a warning 'you will need bison if you
13 matches
Mail list logo