Re: [PHP-INST] Upgrading PHP

2003-02-20 Thread Justin Williams
GD is part of PHP 4.3.x. If you can snag an RPM for RedHat (Check RPMFind.net), that will most likely be the simplest way to upgrade your PHP. You can do this all via command line, as well, though I am not terribly knowledgeable about command-line RPMing, to guide you through which options you sho

Re: [PHP-INST] Upgrading PHP

2003-02-20 Thread Nick Gianakas
Are you using the 'default' setup from Red Hat (ie. RPMS)? If so, I (also using RH 7.2 ... completely modified at this point) found it easier to rip everything out (PHP, apache, SSL, mysql, etc) and install everything by hand (via source). Although it took me a while (hacking at it now and again)

[PHP-INST] Upgrading PHP

2003-02-20 Thread Horacio Casatti
Hi !!! I have a server working with Apache 1.3.19 and PHP 4.0.6 in Linux RedHat 7.2 I can access the server by Telnet only, coz I'm in Argentina and the server is in USA... I don't know too much about installing, or upgrading software under linux, but I need to upgrade my PHP and cannot make any mi

[PHP-INST] upgrading mandrake..

2002-12-18 Thread Dave
hello all, I am by no means a linux guru, so I thought I would ask here for help on upgrading my mandrake linux 8.0, php version 4.0.6 to the latest version. The box is a production box running several sites. If anyone has done this before and can offer solid advice it would be appreciated. than

[PHP-INST] upgrading mandrake 8, php 4.0.6 to newest php version

2002-12-18 Thread Dave
hello all, I am by no means a linux guru, so I thought I would ask here for help on upgrading my mandrake linux 8.0, php version 4.0.6 to the latest version. The box is a production box running several sites. If anyone has done this before and can offer solid advice it would be appreciated. than

[PHP-INST] Upgrading

2002-08-14 Thread Julio Cuz, Jr.
Hi-- I currently have PHP 4.0.4 on RedHat 7, and would like to upgrade to PHP 4.2.2, is there anything special I need to do? Or can I just install it on top of it? Any step by step instructions or links? THANKS! Julio Cuz, Jr. [EMAIL PROTECTED] Information Services Riverside Community Colle

[PHP-INST] Upgrading from PHP 4,0,4pl1 to newer version.

2002-06-04 Thread Isaac Choeff
I am currently running PHP 4.0.4pl1 on Windows 98se with PWS as the web server. This was installed as a CGI module using the Windows Installer and the Zip archive of the Object module. I would like to upgrade to the latest version 4.2.1. Will Installing the Latest version properly overwrite my pr

RE: [PHP-INST] Upgrading to PHP 4.2.0 on Mandrake 8.1

2002-05-03 Thread Susan Schiff
] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 03, 2002 2:31 AM To: [EMAIL PROTECTED] Subject: [PHP-INST] Upgrading to PHP 4.2.0 on Mandrake 8.1 Hi, I've just installed Mandrake 8.1 and wanted to upgrade the PHP version from 4.06 to 4.2.0. I unzipped and then untarred the file to my home dire

[PHP-INST] Upgrading to PHP 4.2.0 on Mandrake 8.1

2002-05-02 Thread paul
Hi, I've just installed Mandrake 8.1 and wanted to upgrade the PHP version from 4.06 to 4.2.0. I unzipped and then untarred the file to my home directory. Following that I ran a ./configure followed by make and then make install. All seemed to go well. However, after I performed an apachectl sto

[PHP-INST] Upgrading RH 7.2 RPMS

2002-04-30 Thread Brian Speck
I was wondering if Anyone has experience upgraded from 4.0.6 ( RH 7.2 RPMS) To the New 4.2.. If so Can someone Advised me what to do.. Do I have to remove the RPMS and then do a standard Install like I would from scratch.. or is thre an Upgrade? Brian Speck -- PHP Install Mailing List (

[PHP-INST] Upgrading to newer PHP versions

2002-04-02 Thread Panos Katergiathis
In the past I used PHP + Apache in two ways: - Compiling Apache and PHP from source (no problems) - By pre-installing distros like Suse 7.3 In all cases I am constantly faced with the problem on what can I do when I want to update to a newer PHP version whenever it becomes av

[PHP-INST] Upgrading to php4

2002-02-21 Thread Ando
I decided to upgrade from php 3 to 4, following the the installdoc ./configure --with-mysql --with-apxs gave an error Sorry, I was not able to successfully run APXS. Possible reasons: 1. Perl is not installed; 2. Apache was not compiled with DSO support (--enable-module=so); 3. 'apxs' is not

[PHP-INST] Upgrading PHP and cURL

2002-01-21 Thread Jonathan Hilgeman
I would like to upgrade to the newest version of PHP and cURL, however I cannot have the server down for very long. I would like to know what files I should back up to preserve 4.0.3 and my current version of cURL in case of an emergency and I have to restore them quickly. If possible, I'd like to

Re: [PHP-INST] Upgrading debian stable

2001-10-08 Thread B. PERRINE
If you are using an apache already installed, you may try to compile php as a module for apache : ./configure --with-apxs=/[Where is apache is installed]/bin/apxs make make install Do not forget to configure httpd.conf. You can discover where is the apache directory with the find command or whi

[PHP-INST] Upgrading debian stable

2001-10-05 Thread Ariejan de Vroom
I have a server running Debian/stable. This runs Apache 1.3.9, with PHP 4.03 I needed PHP 4.06, so I downloaded the source, untarred it, ./configure, make, make install, just as the install doc tells us. After that I swapped my old php.ini file in /etc/php4/php.ini with the php.ini-dist file. The

[PHP-INST] Upgrading PHP Doesn't Work

2001-09-16 Thread Brodie
I am running RH7.1 My httpd works great with php but it doesn't have mysql support. The system is running PHP Version 4.0.4pl1 I d/l Version 4.0.6 ran ./configure with apache and mysql and worked great. Then ran make and then make install. No problems to this point. After all is said and done a

Re: [PHP-INST] Upgrading & fixing PHP/mysql...

2001-05-23 Thread John Morine
A great step-by-step tutorial is at: http://www.phpdeveloper.org/install1.php On Wednesday 23 May 2001 21:53, Andrew Rowe wrote: > Hi all, this is my first post to this group... > > I'm working on an intranet, (rewriting an old unusable one) and I'm > having > problems with PHP using mysql. I g

[PHP-INST] Upgrading & fixing PHP/mysql...

2001-05-23 Thread Andrew Rowe
Hi all, this is my first post to this group... I'm working on an intranet, (rewriting an old unusable one) and I'm having problems with PHP using mysql. I get an "undefined function mysql_connect()" error when trying to use phpmyadmin. PHP's configure option says: "--with-mysql=shared", "--with-

[PHP-INST] upgrading to new version?

2001-01-24 Thread Steven Deaton
upgrading to a new version of php breaks some scripts does anyone know of some reasons why something that wont work in php4 works perfectly fine in php3?? -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT