RE: [PHP] Upgrading PHP versions

2009-11-20 Thread Bob McConnell
neral@lists.php.net Subject: RE: [PHP] Upgrading PHP versions Bob - I checked the changelog - 99% of it are bug fixes I don't see anything about 5.2.x features not being available as you suggest. But thanks for the reply. -Original Message- From: Bob McConnell [mailto:r...@cbord.

Re: [PHP] Upgrading PHP versions

2009-11-20 Thread Brady Mitchell
> We are currently using PHP version 5.2.6. in production, and I'd like to > upgrade to the latest 5.3.1 Before upgrading production, upgrade your staging server and do QA. Any big changes like this should be tested in staging before being pushed to production. Also take a look at http://php.net/C

RE: [PHP] Upgrading PHP versions

2009-11-20 Thread David Stoltz
toltz; php-general@lists.php.net Subject: RE: [PHP] Upgrading PHP versions Assumption 2 is invalid. You need to take a close look at the change log. Many "features" from 5.2 are no longer available and will break code that depends on them. Bob McConnell -Original Message- Fro

RE: [PHP] Upgrading PHP versions

2009-11-20 Thread Bob McConnell
0:50 AM To: php-general@lists.php.net Subject: [PHP] Upgrading PHP versions Hi, We are currently using PHP version 5.2.6. in production, and I'd like to upgrade to the latest 5.3.1 My Assumptions: - I can simply download the Windows binary file, and install it. - None of the 5.2.6 code will br

[PHP] Upgrading PHP versions

2009-11-20 Thread David Stoltz
Hi, We are currently using PHP version 5.2.6. in production, and I'd like to upgrade to the latest 5.3.1 My Assumptions: - I can simply download the Windows binary file, and install it. - None of the 5.2.6 code will break Will there be a momentary interruption of web services during the install?

[PHP] Upgrading to PHP5.2.x

2009-08-11 Thread Alberto García Gómez
Dear Fellows: I want ot upgrade my PHP from 5.1.x to 5.2.x. I want to do using rpm, but any time that I going to upgrade the rpm request me more dependencies. How can I configure my rpm (or other command) to automaticly satisfy my dependencies. Saludos Fraternales ___

[PHP] Upgrading from PHP 4 to PHP 5

2006-02-15 Thread Gustafson, Tim
Hello everyone! I have a very active Apache/PHP 4 server right now that I would like to upgrade to PHP 5. Can anyone give me any personal experiences as far as upgrading to the new version goes? I looked through the upgrade FAQ, and none of the issues listed there seem to apply to me. What I

Re: [PHP] Upgrading to 4.4.2

2006-01-22 Thread [EMAIL PROTECTED]
Hi Amol, On 1/23/06, Amol Hatwar <[EMAIL PROTECTED]> wrote: Just make sure a phpinfo() before and after the upgrade match :) That _just_ crossed my mind! This will help in making sure I setup all the settings correctly. Thanks Tim -- PHP General Mailing List (http://www.php.net/) To

[PHP] Upgrading to 4.4.2

2006-01-22 Thread [EMAIL PROTECTED]
Hello I've started work for a client who has their own server running PHP 4.1.1. If I upgrade them to PHP 4.4.2, will there be any issues I'd need to look out for? Is there a general process (or checklist) I should follow when upgrading PHP versions to find where potential the may be potential c

RE: [PHP] Upgrading on RH ES3

2005-12-02 Thread Rick Emery
Quoting Jeff McKeon <[EMAIL PROTECTED]>: -Original Message- From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 14:50 To: Jeff McKeon Cc: php Subject: Re: [PHP] Upgrading on RH ES3 Jeff McKeon wrote: >I've got a server with RedHat ES3 ru

Re: [PHP] Upgrading on RH ES3

2005-12-02 Thread John Nichel
Jeff McKeon wrote: -Original Message- From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 14:50 To: Jeff McKeon Cc: php Subject: Re: [PHP] Upgrading on RH ES3 Jeff McKeon wrote: I've got a server with RedHat ES3 running. It has PHP 4.3.2 inst

RE: [PHP] Upgrading on RH ES3 [SOLVED]

2005-12-02 Thread Jeff McKeon
> -Original Message- > From: Jeff McKeon > Sent: Friday, December 02, 2005 15:18 > To: php > Subject: RE: [PHP] Upgrading on RH ES3 > > > > -Original Message- > > From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] > > Sent: Friday, Dece

RE: [PHP] Upgrading on RH ES3

2005-12-02 Thread Jeff McKeon
> -Original Message- > From: Kristen G. Thorson [mailto:[EMAIL PROTECTED] > Sent: Friday, December 02, 2005 14:50 > To: Jeff McKeon > Cc: php > Subject: Re: [PHP] Upgrading on RH ES3 > > > Jeff McKeon wrote: > > >I've got a server with RedHat E

Re: [PHP] Upgrading on RH ES3

2005-12-02 Thread Kristen G. Thorson
Jeff McKeon wrote: I've got a server with RedHat ES3 running. It has PHP 4.3.2 installed but for an application I want to install I need a min of 4.3.9. This server also runs apache2.0. I can't find RPMs for RH ES3 so I downloaded the source for PHP4.4.1 figuring I would just compile mysel

[PHP] Upgrading on RH ES3

2005-12-02 Thread Jeff McKeon
I've got a server with RedHat ES3 running. It has PHP 4.3.2 installed but for an application I want to install I need a min of 4.3.9. This server also runs apache2.0. I can't find RPMs for RH ES3 so I downloaded the source for PHP4.4.1 figuring I would just compile myself. Problem is, the INS

RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread T.N.Prasad
6:51 PM To: T.N.Prasad Cc: php-general@lists.php.net Subject: Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2 T.N.Prasad wrote: >HI All, > >Our company servers are being upgraded from 4.2.3 to 4.3.2. > >Is there any special care that I should take (as far as my scripts are >concer

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop
T.N.Prasad wrote: HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. Thanks TNP Professional Services ZUSTEK INDIA __

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Evert | Rooftop
Burhan Khalid wrote: Tim Burgan wrote: Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? 99% yes. Especially if you really mean 4.1.0 -- that's quite old. I'd say 90% no :) Evert -- PHP General Mailing List (http://www.php

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Burhan Khalid
Tim Burgan wrote: Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? 99% yes. Especially if you really mean 4.1.0 -- that's quite old. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/uns

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Tim Burgan
Can I extend this.. On a live server I have PHP 4.1. If I upgrade to PHP 5, is something likely to stop working? I've been putting off upgrading for months because of the unknown of something going wrong. Thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Torgny Bjers
T.N.Prasad wrote: >HI All, > >Our company servers are being upgraded from 4.2.3 to 4.3.2. > >Is there any special care that I should take (as far as my scripts are >concerned)? > >Plz help me. I'm new to PHP. > Hello, You don't have to worry at all. Nothing have changed between those version

Re: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread John Nichel
T.N.Prasad wrote: HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. In theory, no. However, theory can get you into trouble. Check the change log, and if p

RE: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread Jim Moseby
> -Original Message- > From: T.N.Prasad [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 16, 2005 9:00 AM > To: php-general@lists.php.net > Subject: [PHP] Upgrading PHP 4.2.3 to PHP 4.3.2 > Importance: High > > > HI All, > > Our company servers are b

[PHP] Upgrading PHP 4.2.3 to PHP 4.3.2

2005-08-16 Thread T.N.Prasad
HI All, Our company servers are being upgraded from 4.2.3 to 4.3.2. Is there any special care that I should take (as far as my scripts are concerned)? Plz help me. I'm new to PHP. Thanks TNP Professional Services ZUSTEK INDIA __

[PHP] upgrading to php 4.3.11 gets me "No input file specified"

2005-04-11 Thread Ray
upgrading from 4.3.10 -> 4.3.11 test script: OS: Win2000 Server: Website 3.5 Server API: isapi php folder C:\php path includes c:\php PHPRC = c:\php C:\WINNT doesn't have any files with php in their name. installed 4.3.11 by renamed c:\php to php-4.3.10 unzipped the 4.3.11 file renamed the 4.3.1

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-21 Thread Jochem Maas
Richard Lynch wrote: James Butler wrote: My main issue is that libdb-4.0.so is needed by existing installations of curl, python, pam, cyrus, webalizer, db4, perl, postfix, sendmail, perl-DB_File and on and on. And that's not even close to the end of the old program dependencies list. Upgrading via

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-21 Thread Richard Lynch
James Butler wrote: > My main issue is that libdb-4.0.so is needed by existing installations > of curl, python, pam, cyrus, webalizer, db4, perl, postfix, sendmail, > perl-DB_File and on and on. And that's not even close to the end of the > old program dependencies list. > > Upgrading via rpm is go

Re: [PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-20 Thread Bret Hughes
On Thu, 2005-01-20 at 18:12, James Butler wrote: > Greetings, > > Has anyone successfully upgraded a PHP 4.2.2 installation on a > Red Hat 9 machine to a more secure version? > > I just want any more-secure version of PHP than 4.2.2, but it's looking > like I'll have to use Fedora or Gentoo or Ma

[PHP] Upgrading PHP 4.2.2 on Red Hat 9

2005-01-20 Thread James Butler
Greetings, Has anyone successfully upgraded a PHP 4.2.2 installation on a Red Hat 9 machine to a more secure version? I just want any more-secure version of PHP than 4.2.2, but it's looking like I'll have to use Fedora or Gentoo or Mandrake or something in order to be successful. Of course, this

[PHP] Upgrading SAPI from 4.2.2 to 4.3.6 on RH9 with Apache 2

2004-05-10 Thread Tom
Hi. I'm trying to upgrade a server (up2date RedHat9) - which is running Apache 2 (default!) and PHP 4.2.2 - to PHP 4.3.6. It is the SAPI version (running as an Apache module). I have downloaded the tar.gz, exploded that and run ./configure --disable-cgi --with-apxs2=/var/share/Apache/apxs.pl Ho

Re: [PHP] Upgrading GD...

2003-10-28 Thread - Edwin -
On Tue, 28 Oct 2003 02:57:08 -0500 Leif K-Brooks <[EMAIL PROTECTED]> wrote: > - Edwin - wrote: > > >That should do it. (Unless, of course, you encounter some > >"configure" or "make" problems.) > > > And of course, I did: > > configure: error: Cannot find rfc822.h. Please check your IMAP > insta

Re: [PHP] Upgrading GD...

2003-10-28 Thread Leif K-Brooks
- Edwin - wrote: That should do it. (Unless, of course, you encounter some "configure" or "make" problems.) And of course, I did: configure: error: Cannot find rfc822.h. Please check your IMAP installation. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt

Re: [PHP] Upgrading GD...

2003-10-28 Thread - Edwin -
On Tue, 28 Oct 2003 01:26:05 -0500 Leif K-Brooks <[EMAIL PROTECTED]> wrote: > Ryan Thompson wrote: > > >Just a thought. Try using phpinfo() to find out the compile > >options. Use that and just add the GD compile options after > >upgrading GD. That's usually how I go about adding a new module. I

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
Off the top of my head I can't think of where to get GD but google should be able to tell you. As for PHP just go to http://www.php.net/manual/en/install.apache2.php assuming your running Apache 2.0 is no just change apache2 for apache in the url. The php documentation has install instructions f

Re: [PHP] Upgrading GD...

2003-10-27 Thread Leif K-Brooks
Ryan Thompson wrote: Just a thought. Try using phpinfo() to find out the compile options. Use that and just add the GD compile options after upgrading GD. That's usually how I go about adding a new module. I can never remember what I've compiled into it. Thing is, I don't know how to get GD,

Re: [PHP] Upgrading GD...

2003-10-27 Thread Ryan Thompson
Just a thought. Try using phpinfo() to find out the compile options. Use that and just add the GD compile options after upgrading GD. That's usually how I go about adding a new module. I can never remember what I've compiled into it. On Monday 27 October 2003 20:44, Leif K-Brooks wrote: > Curt

Re: [PHP] Upgrading GD...

2003-10-27 Thread Leif K-Brooks
Curt Zirzow wrote: The odds aren't that good, unless the current gd is loaded from a shared object instead of linked directly to php. Check your configure command from phpinfo() if it has the option --with-gd then it was linked directly. Otherwise it is loaded from an shared object file located in

Re: [PHP] Upgrading GD...

2003-10-27 Thread Curt Zirzow
* Thus wrote Leif K-Brooks ([EMAIL PROTECTED]): > I need to use imagecreatetruecolor(), but my server is still using GD > 1.6. Is it possible to upgrade GD without having to recompile PHP, etc.? > I'm still fairly new to Linux administration. The odds aren't that good, unless the current gd is l

[PHP] Upgrading GD...

2003-10-27 Thread Leif K-Brooks
I need to use imagecreatetruecolor(), but my server is still using GD 1.6. Is it possible to upgrade GD without having to recompile PHP, etc.? I'm still fairly new to Linux administration. -- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will

RE: [PHP] Upgrading 4.2.2 to 4.3.2

2003-07-14 Thread electroteque
: RE: [PHP] Upgrading 4.2.2 to 4.3.2 any takers on this? >-Original Message- >From: Dave [Hawk-Systems] [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 10, 2003 11:09 AM >To: [EMAIL PROTECTED] >Subject: [PHP] Upgrading 4.2.2 to 4.3.2 > > >Live server was previously a 4.0.4

RE: [PHP] Upgrading 4.2.2 to 4.3.2

2003-07-14 Thread Dave [Hawk-Systems]
any takers on this? >-Original Message- >From: Dave [Hawk-Systems] [mailto:[EMAIL PROTECTED] >Sent: Thursday, July 10, 2003 11:09 AM >To: [EMAIL PROTECTED] >Subject: [PHP] Upgrading 4.2.2 to 4.3.2 > > >Live server was previously a 4.0.4 install that we upgraded to

[PHP] Upgrading 4.2.2 to 4.3.2

2003-07-10 Thread Dave [Hawk-Systems]
Live server was previously a 4.0.4 install that we upgraded to 4.2.2 Am getting ready to upgrade it again to 4.3.2 and wish to verify some things. 1) any caveats to be aware of? 2) it appears from reading INSTALL that a seperate build isn't required if we want to run both dynamic and static, just

[PHP] Upgrading PHP 4.1.2 to Current

2003-06-15 Thread Davy Campano
I am pretty new to Linux and I was wondering if someone can point me in the right direction on upgrading packages. Right now, I am looking to upgrade PHP but actually I would just like to understand how to do any upgrades. Do I have to recompile??? If so, how do I do this? Thanks for any hel

[PHP] upgrading from 4.1.2 to 4.3.0 - can anyone point me to a list ofMUST DO'S

2003-02-13 Thread Brian Tully
I've heard that there are significant changes made between 4.1.2 and 4.3.0 so I need to know what the effects are going to be on our existing sites running old code. Is there a document that explains the effects of upgrading to 4.3.0 from 4.1.2 along with the steps I need to take to make my sites

[PHP] upgrading from 4.0.6 to 4.3.0

2003-01-14 Thread gamin
Hi, I have currently working a Red Hat 7.2 system that installs PHP 4.0.6 from the CD and it works fine. I want to upgrade to ver 4.3.0 what would be the simplest way to do this without breaking any of the old modules etc. I wont mind making changes to my scripts in case of changes between ve

[PHP] Upgrading to 4.3.0

2003-01-07 Thread PHP List
Hi, According to the docs, 4.3.0 comes with gd bundled in. Do I still have to use libpng and jpg and free type seperately? Do I still need --with-png-dir= in the configuration of php or is it part of the built in gd library? Thanks for any help.

Re: [PHP] upgrading WAMP environment

2003-01-04 Thread David T-G
Anders -- ...and then Anders Thoresson said... % % I've been using Apache, MySQL and PHP under Win2k for a while to learn % PHP. At the moment, I'm running PHP 4.2.2, MySQL 3.23.39 and Apache 2.0.40. Good for you! All you have left to do is upgrade to Linux ;-) % % During the holidays, I'

[PHP] upgrading WAMP environment

2003-01-04 Thread Anders Thoresson
I've been using Apache, MySQL and PHP under Win2k for a while to learn PHP. At the moment, I'm running PHP 4.2.2, MySQL 3.23.39 and Apache 2.0.40. During the holidays, I've read about a security hole in MySQL and therefore plans to upgrade to 3.23.54a. At the same time, I want to install PHP

[PHP] Upgrading GD to 2.1

2002-12-13 Thread Monty
I've got GD 1.6 installed with PHP 4.2.2 on a Linux server. Is upgrading to GD 2.1 tricky? I'm very new to Linux and have no clue where to start or how to do it. My server is remote, so, I access it using Webmin. I've look for instructions on how to do this online, but, nothing specific enough for

[PHP] Upgrading PHP windows binaries

2002-11-27 Thread Simon Dedeyne
Hi, I want to see if I can use PHP 4.3.0RC1, and downloaded the windows binaries. Currently I'm using PHP 4.2.3 on a Win NT and XP OS, I've made the installation with the phpdev package from firepages. My question. What files do I have to change so I don't have to reinstall my Apache and Mysql

[PHP] upgrading script from using GLOBALS

2002-10-02 Thread Nicole Lallande
Hi, I am trying to upgrade my script which currently uses globals (and register_globals=on) to turning that flag off. The online documentation on register globas has the following code recommended by users in order to register the variables: $GLOBALS["dbname"] = "dbname"; //register globals

Re: [PHP] Upgrading PHP on Redhat

2002-09-09 Thread ing.Martin Prásek
- Original Message - From: "David Yee" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 10:59 PM Subject: [PHP] Upgrading PHP on Redhat > Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on > a Red Ha

Re: [PHP] Upgrading PHP on Redhat

2002-09-08 Thread Jan Kudrman
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, September 08, 2002 10:59 PM Subject: [PHP] Upgrading PHP on Redhat > Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on > a Red Hat system? Usually I just get the PHP tarball compile it myself but > for

[PHP] Upgrading PHP on Redhat

2002-09-08 Thread David Yee
Hi all. What's the correct procedure to upgrade PHP (in this case 4.0.6) on a Red Hat system? Usually I just get the PHP tarball compile it myself but for this particular machine I just want to upgrade the Redhat PHP that's on the system. As you guys know Redhat puts its PHP (and Apache) files i

Re: [PHP] upgrading

2002-08-15 Thread Analysis & Solutions
On Tue, Aug 13, 2002 at 02:58:02PM -0400, Alex Shi wrote: > > I am currently have PHP 4.0.4p11 and Apache 1.3.19 running > on RH Linux 7.1. Now I am thinking of upgrade my PHP to 4.1.2-7 If you're upgrading, don't waste your time installing very old versions with significant vulnerabilities in

Re: [PHP] upgrading error

2002-08-13 Thread EdwardSPL
If you want to upgrade php by RPM packages, you may try this site : http://rpms.arvin.dk/php/source/ Alex Shi wrote: > I have PHP 4.0.4p11 on RH Linux 7.1. Today I downloaded PHP 4.1.2-7 > rpm packages (10 packages) from RH web site. These packages are > come with RH Linux 7.3. I don't want to

Re: [PHP] upgrading error

2002-08-13 Thread @ Edwin
Just a thought... If you have downloaded 10 packages perhaps you need to upgrade ALL of them AT THE SAME TIME. So, instead of doing: rpm -Uvh php-4.1.2-7.i386.rpm. Try this: 1. Put all packages in the same folder 2. rpm -Fvh *.rpm The "F" (instead of "U") updates all INSTALLED packages o

[PHP] upgrading error

2002-08-13 Thread Alex Shi
I have PHP 4.0.4p11 on RH Linux 7.1. Today I downloaded PHP 4.1.2-7 rpm packages (10 packages) from RH web site. These packages are come with RH Linux 7.3. I don't want to upgrade Linux but just upgrade PHP so I tried rpm -Uvh php-4.1.2-7.i386.rpm. I got following error message: error: failed d

[PHP] upgrading

2002-08-13 Thread Alex Shi
Hi, I am currently have PHP 4.0.4p11 and Apache 1.3.19 running on RH Linux 7.1. Now I am thinking of upgrade my PHP to 4.1.2-7 (the version come with RH 7.3). I have downloaded all 4.1.2-7 rpm packages altogether 10 files. I will stay with RH 7.1 but upgrade PHP to 4.1.2-7. I am going to do up

Re: [PHP] upgrading php...

2002-07-02 Thread Julie Meloni
PS> Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth PS> my time and trouble to upgrade to a newer version of PHP? yes. It should take about 15 minutes, unless your download connection is slow. :) PS> Is this hard to do? No. Download zip file. Extract contents. Move a

RE: [PHP] upgrading php...

2002-07-02 Thread Lazor, Ed
I think there were security updates in the newer version that you'll benefit from, so it's worth your time. Check the README file for the new download. There are notes on upgrading. -Original Message- Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth my time and tr

Re: [PHP] upgrading php...

2002-07-02 Thread Jason Wong
On Wednesday 03 July 2002 02:10, Phil Schwarzmann wrote: > Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth I was going to say php 4.0.5 has a vulnerability, but then you're using Win98 :) > my time and trouble to upgrade to a newer version of PHP? Before you upgrade

Re: [PHP] upgrading php...

2002-07-02 Thread Andrew Brampton
x27;t forget to restart apache for good measures) Andrew - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 02, 2002 7:10 PM Subject: [PHP] upgrading php... > Currently I'm using php 4.0.5 on Win98/apa

[PHP] upgrading php...

2002-07-02 Thread Phil Schwarzmann
Currently I'm using php 4.0.5 on Win98/apachedo you think it's worth my time and trouble to upgrade to a newer version of PHP? Is this hard to do? Any links to info on how to upgrade ?? Thanks!

Re: [PHP] upgrading phpmyadmin...

2002-06-25 Thread Devrim GUNDUZ
Hi, On Tue, 25 Jun 2002, Phil Schwarzmann wrote: > Is it pretty easy to upgrade phpmyadmin from 2.1 to the latest version? > Anyone run in to any difficulty? Just untar the newest version and edit config.php -- Devrim GUNDUZ [EMAIL PROTECTED] [EMAIL PROTECTED] Web : http://devrim.oper.

[PHP] upgrading phpmyadmin...

2002-06-25 Thread Phil Schwarzmann
Is it pretty easy to upgrade phpmyadmin from 2.1 to the latest version? Anyone run in to any difficulty?

Re: [PHP] Upgrading from libmcrypt 2.2.x to 2.4.x

2002-05-02 Thread Cédric Veilleux
Hi, Thanks for the hint. Just a small note to let you know that my code to decrypt a string will return a string with filled with null characters at the end. You should trim() it. Also, anybody knows how to detect if the PHP build is linked with 2.2 or 2.4? I would li

Re: [PHP] Upgrading from libmcrypt 2.2.x to 2.4.x

2002-05-02 Thread Tom Rogers
Hi Thanks for that info, was just what I needed :) You can also create $iv with this: $iv = pack("a".mcrypt_enc_get_iv_size($td),$iv); I use base64_encode() and base64_decode() to store the result and send via the web. Tom At 01:02 PM 3/05/2002, Cédric Veilleux wrote: >Hi, > > I had a

[PHP] Upgrading from libmcrypt 2.2.x to 2.4.x

2002-05-02 Thread Cédric Veilleux
Hi, I had an hard time converting my code from mcrypt 2.2.x to 2.4.x. There is a big lack of info about the difference between the two and I could not find anything to help me make the move. My problem was not getting things to work with either version of mcrypt, there are ple

Re: [PHP] Upgrading PHP

2002-02-28 Thread Jeff Bearer
One issue I've come across is if you have a site up and running, make php and install php and make and install apache, php won't be upgraded. You need to stop apache before you install the new apache so. after you make apache, stop the running apache, install apache, and then start apache up aga

Re: [PHP] Upgrading PHP

2002-02-28 Thread PHP List
>php it will register the 4.1.2 module. > > > >Mike > >- Original Message - > >From: "Frank Miller" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTECTED]> > >Sent: Thursday, February 28, 2002 4:32 PM > >Subject: [PHP] Upgrading

Re: [PHP] Upgrading PHP

2002-02-28 Thread Michael Kimsal
Frank Miller wrote: > Thanks for the reply. I have another question. If I have to recompile > Apache can I take this opportunity to upgrade it as well. I'm using > 1.3.14 but would like to upgrade to a more recent version. Also, I > remember when I compiled PHP the first time I had to have t

Re: [PHP] Upgrading PHP

2002-02-28 Thread Frank Miller
ou recompile apache as a whole. >It's still using the php4.0.3 module, and when you recompile with the new >php it will register the 4.1.2 module. > >Mike >- Original Message - >From: "Frank Miller" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> &

[PHP] Upgrading PHP

2002-02-28 Thread Frank Miller
All, I have a question about upgrading php. With the CERT advisory coming yesterday and the quick response from the PHP website I thought today would be a good day to upgrade my PHP. I initially installed the php 4.03 src in /usr/src and built it as an apache module DSO. To

[PHP] Upgrading to Windows XP "Whistler"

2001-08-22 Thread Thomas Edison Jr.
I'm gonna be using windows XP "whistler" home edition. Can someone tell me if i'll be needing a different version of PHP4 to download & install and the installation instructions to go along. So far that i've heard is that it's the same as Windows 2000, but i'm muchly new at this thing so it'd be r

[PHP] Upgrading to Windows 2000

2001-07-31 Thread Amarjit Jutley
We are presently running PHP on a Windows NT 4.0 platform and all is working correctly, we however want to upgeade to Windows 2000 server platform My question is the application compatible with Windows 2000. I cannot find the version but listed the size and date of the files installed. PHP.exe

[PHP] upgrading to gd2.0.1

2001-07-05 Thread Mark Maggelet
Hi, I just upgraded gd to 2.0.1 and recompiled apache1.3.20/php4.06. when I do phpinfo() it says: GD Support enabled GD Version 1.6.2 or higher WBMP Support enabled and when i call imagepng() it says: Warning: ImagePng: No PNG support in this PHP build any ideas what's going on here? I removed c

[PHP] Upgrading PHP

2001-05-14 Thread Joseph Bannon
Does anyone know of instructions on upgrading PHP? J -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Upgrading to 4.04 question, but won't stick

2001-01-21 Thread Rasmus Lerdorf
> We've had 4.01 running since July so I thought I'd upgrade to 4.04 from the > tarball last night. Everything went fine w/ the compile, no errors. Install > said all OK, Then i went and HUP'd apache but when I run phpinfo() the old > module is still loaded. > > What am I doing wrong? Where shoul

Re: [PHP] Upgrading to 4.04 question, but won't stick

2001-01-21 Thread webbie
Quoting Team JUMP Lists <[EMAIL PROTECTED]>: > We've had 4.01 running since July so I thought I'd upgrade to 4.04 from > the > tarball last night. Everything went fine w/ the compile, no errors. > Install > said all OK, Then i went and HUP'd apache but when I run phpinfo() the > old > module is s

[PHP] Upgrading to 4.04 question, but won't stick

2001-01-21 Thread Team JUMP Lists
We've had 4.01 running since July so I thought I'd upgrade to 4.04 from the tarball last night. Everything went fine w/ the compile, no errors. Install said all OK, Then i went and HUP'd apache but when I run phpinfo() the old module is still loaded. What am I doing wrong? Where should I look to