PHP

PHP

am 14.08.2002 21:45:30 von jcuz

--=====================_19298079==_.ALT
Content-Type: text/plain; charset="us-ascii"; format=flowed

Hi--

I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to upgrade to PHP
4.2.2....is there anything special I have to do BEFORE or AFTER the
install? Or is it just a straight re-install of PHP on top of the current
Version? THANKS!

Julio Cuz, Jr.
jcuz@rccd.cc.ca.us
Information Services
Riverside Community College
--=====================_19298079==_.ALT
Content-Type: text/html; charset="us-ascii"


Hi--


I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to
upgrade to PHP 4.2.2....is there anything special I have to do BEFORE or
AFTER the install?  Or is it just a straight re-install of PHP on
top of the current Version?  THANKS!


Julio Cuz, Jr.

jcuz@rccd.cc.ca.us

Information Services

Riverside Community College

--=====================_19298079==_.ALT--

Re: PHP

am 15.08.2002 00:50:27 von Roj Niyogi








It depends on whether you are doing a compile from source install or with
rpms.  If you are going to compile from source, you may want to save the
configure parameters that you used with 4.0.4pl1.  To do this, put <?
phpinfo(); ?> in a script and run it through your web browser.  You will
the configuration parameters at the top.  



-Roj

pgHoster.com - PostgreSQL Web Hosting





Julio Cuz, Jr. wrote:

cite="mid5.1.0.14.0.20020814124525.03700560@mail.rccd.cc.ca. us">Hi--



I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to
upgrade to PHP 4.2.2....is there anything special I have to do BEFORE or AFTER
the install?  Or is it just a straight re-install of PHP on top of the current
Version?  THANKS!


Julio Cuz, Jr.



Information Services

Riverside Community College




Re: PHP

am 15.08.2002 00:56:43 von Chris

Hi,

There have been a few changes.. Check the changelogs to make sure -

http://www.php.net/ChangeLog-4.php

:)


>It depends on whether you are doing a compile from source install or with
>rpms. If you are going to compile from source, you may want to save the
>configure parameters that you used with 4.0.4pl1. To do this, put >phpinfo(); ?> in a script and run it through your web browser. You will
>the configuration parameters at the top.
>
>-Roj
>pgHoster.com - PostgreSQL Web Hosting
>http://www.pghoster.com
>
>Julio Cuz, Jr. wrote:
>>Hi--
>>
>>I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to upgrade to PHP
>>4.2.2....is there anything special I have to do BEFORE or AFTER the
>>install? Or is it just a straight re-install of PHP on top of the
>>current Version? THANKS!
>>
>>Julio Cuz, Jr.
>>jcuz@rccd.cc.ca.us
>>Information Services
>>Riverside Community College


---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

Re: PHP

am 15.08.2002 01:04:27 von Scott Marlowe

On Wed, 14 Aug 2002, Julio Cuz, Jr. wrote:

> Hi--
>
> I'm currently running 4.0.4pl1 on RedHat 7.0 and I want to upgrade to PHP
> 4.2.2....is there anything special I have to do BEFORE or AFTER the
> install? Or is it just a straight re-install of PHP on top of the current
> Version? THANKS!

No special things to do. One issue you might notice is that global http
vars are turned off by default (you know, the ones that show up at the end
of a get url like: http://myserver/script.php?var1=hello) and if you have
scripts using them you may need to turn that on in the
/usr/local/lib/php.ini file.

Also, some common function names for postgresql have been deprecated, so
you may need to edit all your pg_* functions in all your scripts. A
global search and replace utility can handle that.


---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly