<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Patching PHP in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905064#M45684</link>
    <description>I didn't realize Suse used rpm.&lt;BR /&gt;&lt;BR /&gt;Get all the rpm's and save them in say /tmp/phpupdate.&lt;BR /&gt;&lt;BR /&gt;cd&lt;BR /&gt;&lt;BR /&gt;Then execute this script code.&lt;BR /&gt;&lt;BR /&gt;installline=" "&lt;BR /&gt;echo "install line $installline"&lt;BR /&gt;for i in *.rpm&lt;BR /&gt;do&lt;BR /&gt;  installline="$installline $i"&lt;BR /&gt;#  echo "install line ... $installline $i"&lt;BR /&gt;done&lt;BR /&gt;commandline="rpm -Fvh $installline"&lt;BR /&gt;echo $commandline&lt;BR /&gt;$commandline&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It will update all the pakages involved or tell you which dependencies are missing.&lt;BR /&gt;&lt;BR /&gt;Alternatively, try yum.&lt;BR /&gt;&lt;BR /&gt;yum update *php*&lt;BR /&gt;After setting up yum of course.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 01 Jun 2005 16:01:22 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-06-01T16:01:22Z</dc:date>
    <item>
      <title>Patching PHP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905063#M45683</link>
      <description>Hello,&lt;BR /&gt;I'm on the current version of Php on one of my suse linux boxes:&lt;BR /&gt;# rpm -qa | grep php&lt;BR /&gt;mod_php4-core-4.2.2-124&lt;BR /&gt;mod_php4-servlet-4.2.2-124&lt;BR /&gt;mod_php4-4.2.2-124&lt;BR /&gt;mod_php4-devel-4.2.2-124&lt;BR /&gt;&lt;BR /&gt;I realize I need to update the version level to a later version. Does anyone have advice on the best way to do this?&lt;BR /&gt;We're running Suse 8.1.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Jeff</description>
      <pubDate>Wed, 01 Jun 2005 14:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905063#M45683</guid>
      <dc:creator>Jeff Ohlhausen</dc:creator>
      <dc:date>2005-06-01T14:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: Patching PHP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905064#M45684</link>
      <description>I didn't realize Suse used rpm.&lt;BR /&gt;&lt;BR /&gt;Get all the rpm's and save them in say /tmp/phpupdate.&lt;BR /&gt;&lt;BR /&gt;cd&lt;BR /&gt;&lt;BR /&gt;Then execute this script code.&lt;BR /&gt;&lt;BR /&gt;installline=" "&lt;BR /&gt;echo "install line $installline"&lt;BR /&gt;for i in *.rpm&lt;BR /&gt;do&lt;BR /&gt;  installline="$installline $i"&lt;BR /&gt;#  echo "install line ... $installline $i"&lt;BR /&gt;done&lt;BR /&gt;commandline="rpm -Fvh $installline"&lt;BR /&gt;echo $commandline&lt;BR /&gt;$commandline&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It will update all the pakages involved or tell you which dependencies are missing.&lt;BR /&gt;&lt;BR /&gt;Alternatively, try yum.&lt;BR /&gt;&lt;BR /&gt;yum update *php*&lt;BR /&gt;After setting up yum of course.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2005 16:01:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905064#M45684</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-01T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Patching PHP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905065#M45685</link>
      <description>Whilst SuSE uses RPM's, they aren't (unforunately) the same as RH's RPM's.&lt;BR /&gt;&lt;BR /&gt;As for updating the PHP version on an 8.1 box, well that's a little tricky.  SuSE don't offer support for 8.1 any more (only 8.2 onwards), so you either have to find 3rd party RPMS (unfortuantely a quick search couldn't find any 3rd party legacy repositories).&lt;BR /&gt;&lt;BR /&gt;Probably the best suggestion would be for you to grab a more recent distribution's PHP4 source RPM and recompile it for your platform, i.e. &lt;A href="ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/src/mod_php4-4.3.1-178.src.rpm" target="_blank"&gt;ftp://ftp.suse.com/pub/suse/i386/update/8.2/rpm/src/mod_php4-4.3.1-178.src.rpm&lt;/A&gt; (or from a mirror).&lt;BR /&gt;&lt;BR /&gt;Then use 'rpmbuild --rebuild mod_php4-4.3.1-178.src.rpm' to make new RPM's.</description>
      <pubDate>Wed, 01 Jun 2005 16:34:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905065#M45685</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2005-06-01T16:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Patching PHP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905066#M45686</link>
      <description>&lt;BR /&gt;try using yast2 and download the latest updates for php from official suse website. but as stuart mentions if SuSE has dropped support for SUSE 8.1 then you may have to do what stuart has mentioned. &lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;download latest php from &lt;A href="http://www.php.net" target="_blank"&gt;http://www.php.net&lt;/A&gt; remove existing rpm's (keep a safe copy of rpm to rollback anytime). compile the downloaded php to suite your need and use that. in that way you dont have to depend on SUSE any more for any updates. after all you are in open source world&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gopi</description>
      <pubDate>Thu, 02 Jun 2005 01:13:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905066#M45686</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-02T01:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Patching PHP</title>
      <link>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905067#M45687</link>
      <description>Thanks everyone.</description>
      <pubDate>Mon, 15 Aug 2005 12:01:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/patching-php/m-p/4905067#M45687</guid>
      <dc:creator>Jeff Ohlhausen</dc:creator>
      <dc:date>2005-08-15T12:01:53Z</dc:date>
    </item>
  </channel>
</rss>

