<?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 php help in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020195#M28773</link>
    <description>Not sure how to proceed but here it is..&lt;BR /&gt;&lt;BR /&gt;I have redhat default php installed in /usr/bin...&lt;BR /&gt;&lt;BR /&gt;[root@dtccdr bin]# which php&lt;BR /&gt;/usr/bin/php&lt;BR /&gt;[root@dtccdr bin]# /usr/bin/php -v&lt;BR /&gt;PHP 4.3.9 (cgi) (built: May  4 2007 11:04:51)&lt;BR /&gt;Copyright (c) 1997-2004 The PHP Group&lt;BR /&gt;Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies&lt;BR /&gt;[root@dtccdr bin]#&lt;BR /&gt;&lt;BR /&gt;I have another version installed in /usr/local/bin/php..&lt;BR /&gt;&lt;BR /&gt;[root@dtccdr bin]# /usr/local/bin/php -v&lt;BR /&gt;PHP 5.2.2 (cgi) (built: May 27 2007 15:52:45)&lt;BR /&gt;Copyright (c) 1997-2007 The PHP Group&lt;BR /&gt;Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies&lt;BR /&gt;[root@dtccdr bin]#&lt;BR /&gt;&lt;BR /&gt;Now we would like to use the 5.2.2 and I need to know where to specify the path stement so it will always look at this one versus the one in /usr/local. &lt;BR /&gt;&lt;BR /&gt;The customer doesn't want us removing the older version. &lt;BR /&gt;&lt;BR /&gt;Thakns and points will be assigned.</description>
    <pubDate>Thu, 14 Jun 2007 09:22:46 GMT</pubDate>
    <dc:creator>Ragni Singh</dc:creator>
    <dc:date>2007-06-14T09:22:46Z</dc:date>
    <item>
      <title>php help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020195#M28773</link>
      <description>Not sure how to proceed but here it is..&lt;BR /&gt;&lt;BR /&gt;I have redhat default php installed in /usr/bin...&lt;BR /&gt;&lt;BR /&gt;[root@dtccdr bin]# which php&lt;BR /&gt;/usr/bin/php&lt;BR /&gt;[root@dtccdr bin]# /usr/bin/php -v&lt;BR /&gt;PHP 4.3.9 (cgi) (built: May  4 2007 11:04:51)&lt;BR /&gt;Copyright (c) 1997-2004 The PHP Group&lt;BR /&gt;Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies&lt;BR /&gt;[root@dtccdr bin]#&lt;BR /&gt;&lt;BR /&gt;I have another version installed in /usr/local/bin/php..&lt;BR /&gt;&lt;BR /&gt;[root@dtccdr bin]# /usr/local/bin/php -v&lt;BR /&gt;PHP 5.2.2 (cgi) (built: May 27 2007 15:52:45)&lt;BR /&gt;Copyright (c) 1997-2007 The PHP Group&lt;BR /&gt;Zend Engine v2.2.0, Copyright (c) 1998-2007 Zend Technologies&lt;BR /&gt;[root@dtccdr bin]#&lt;BR /&gt;&lt;BR /&gt;Now we would like to use the 5.2.2 and I need to know where to specify the path stement so it will always look at this one versus the one in /usr/local. &lt;BR /&gt;&lt;BR /&gt;The customer doesn't want us removing the older version. &lt;BR /&gt;&lt;BR /&gt;Thakns and points will be assigned.</description>
      <pubDate>Thu, 14 Jun 2007 09:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020195#M28773</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2007-06-14T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: php help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020196#M28774</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Specify '/usr/local/bin' ahead of '/usr/bin' in your PATH variable to get the 5.2.2 version by default, first.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 14 Jun 2007 11:05:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020196#M28774</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-06-14T11:05:43Z</dc:date>
    </item>
    <item>
      <title>Re: php help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020197#M28775</link>
      <description>You have to modify your PATH environment variable to list first the /usr/local/bin/ directory, for example:&lt;BR /&gt;&lt;BR /&gt;export PATH=/usr/local/bin/:$PATH&lt;BR /&gt;&lt;BR /&gt;Then you have to ensure that the apache configuration to use the right php_module, normally the file is /etc/httpd/conf.d/php.conf.</description>
      <pubDate>Thu, 14 Jun 2007 11:06:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020197#M28775</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-06-14T11:06:48Z</dc:date>
    </item>
    <item>
      <title>Re: php help</title>
      <link>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020198#M28776</link>
      <description>Ivan was almost somewhat correct. &lt;BR /&gt;&lt;BR /&gt;Here are my findings..&lt;BR /&gt;&lt;BR /&gt;I looked at the version of php that was installed and although it is the correct version, it does not have any modules installed for apache and thus apache cannot use this version.</description>
      <pubDate>Thu, 14 Jun 2007 11:47:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/php-help/m-p/4020198#M28776</guid>
      <dc:creator>Ragni Singh</dc:creator>
      <dc:date>2007-06-14T11:47:05Z</dc:date>
    </item>
  </channel>
</rss>

