<?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: CSWS PHP 2.2-1 in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659797#M37046</link>
    <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Please, contact the Hp support. It&amp;nbsp;seems to be definitely a&amp;nbsp;problem of the&amp;nbsp;new PHP code V2.2-1.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;/Maurizio&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 16 May 2012 16:43:49 GMT</pubDate>
    <dc:creator>Maurizio De Tommaso_</dc:creator>
    <dc:date>2012-05-16T16:43:49Z</dc:date>
    <item>
      <title>CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659619#M37044</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Under PHP 2.2 the following code bit worked:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;$dirs = array('|src/.*|', '|plugins/.*|', '|functions/.*|');&lt;/P&gt;&lt;P&gt;$repl = array('', '', '');&lt;/P&gt;&lt;P&gt;$base_url = preg_replace($dirs, $repl, $PHP_SELF);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;under PHP 2.2-1, it gives the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Warning&lt;/STRONG&gt;: preg_replace() [&lt;A target="_blank" href="http://www.parmentier.us/squirrelmail/src/function.preg-replace"&gt;function.preg-replace&lt;/A&gt;]: Internal pcre_fullinfo() error -3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas what's up?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 14:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659619#M37044</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2012-05-16T14:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659797#M37046</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Please, contact the Hp support. It&amp;nbsp;seems to be definitely a&amp;nbsp;problem of the&amp;nbsp;new PHP code V2.2-1.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;/Maurizio&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 16 May 2012 16:43:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659797#M37046</guid>
      <dc:creator>Maurizio De Tommaso_</dc:creator>
      <dc:date>2012-05-16T16:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659895#M37048</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I go about&amp;nbsp;using HP support w/o a paid license?&amp;nbsp; I'm in the hobbyist program.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 18:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5659895#M37048</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2012-05-16T18:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5660123#M37049</link>
      <description>&lt;P&gt;Note that by default, the pcre regular expression library is built with dependencies on zlib and bzip2 (this from a quick Google on "pcre prerequisites").&amp;nbsp; I have no idea whether HP built it with those features, but suppose for a moment that they did.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then look at what PHP extensions you get loaded with the default initialization file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;$ search apache$common:[php]php.ini pcre,bz2,zlib
;extension=php_bz2.exe
extension=php_pcre.exe
;extension=php_zlib.exe&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the pcre extension is uncommented and available.&amp;nbsp; But if it depends on other extensions that are commented out (such as php_bz2 and php_zlib), that would be trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It won't cost you much to uncomment the bz2 and zlib lines and see what happens.&amp;nbsp; It's just a wild guess, though; there could be many other things wrong here.&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2012 21:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5660123#M37049</guid>
      <dc:creator>Craig A Berry</dc:creator>
      <dc:date>2012-05-16T21:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5660947#M37050</link>
      <description>&lt;P&gt;I wish it were that easy.&amp;nbsp; I enabled everything hoping that might be the case:-(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 May 2012 15:37:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5660947#M37050</guid>
      <dc:creator>Gregg Parmentier</dc:creator>
      <dc:date>2012-05-17T15:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5689719#M37051</link>
      <description>Gregg, suggest you change to Mark Berryman's PHP port.&lt;BR /&gt;&lt;A target="_blank" href="http://www.theberrymans.com/php_kits/"&gt;http://www.theberrymans.com/php_kits/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;More complete than the HP implementation and Mark will accept problem reports from hobbyists.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jeremy Begg</description>
      <pubDate>Thu, 14 Jun 2012 04:39:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5689719#M37051</guid>
      <dc:creator>Jeremy Begg</dc:creator>
      <dc:date>2012-06-14T04:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: CSWS PHP 2.2-1</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5936563#M37052</link>
      <description>&lt;P&gt;HP&amp;nbsp;released the&amp;nbsp;CSWS_PHP kit version 5.2-17. It runs with HP Secure Web Server Versions 1.3-1 and 2.1 and later for OpenVMS Alpha and Integrity servers. It does not work with Secure Web Server Version 2.0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://h71000.www7.hp.com/openvms/products/ips/apache/csws_php.html"&gt;http://h71000.www7.hp.com/openvms/products/ips/apache/csws_php.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can note, starting from this release the version number of the Hp PHP kits will be aligned to the open source version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This kit is stable and it runs well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New features included in CSWS_PHP &lt;STRONG&gt;Version 5.2-17&lt;/STRONG&gt; are as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;CSWS_PHP based on PHP 5.2.17&lt;/STRONG&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The following changes are included in this release:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;LI&gt;Fix for critical vulnerability associated to floating point.&lt;/LI&gt;&lt;LI&gt;Updated time zone database to version 2010.5.&lt;/LI&gt;&lt;LI&gt;Upgraded bundled PCRE to version 8.02.&lt;/LI&gt;&lt;LI&gt;Rewrote var_export() to use smart_str rather than output buffering, prevents data disclosure if a fatal error occurs.&lt;/LI&gt;&lt;LI&gt;Resolved a critical issue, reported as PHP bug #53632.&lt;/LI&gt;&lt;LI&gt;Built PHP MYSQL extension with MYSQL V5.1.23-rc client API.&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;The following security fixes are included in this release:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1464"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-1464&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-4885"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-4885&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1148"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-1148&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1938"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-1938&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-2202"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-2202&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0421"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-0421&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-1092"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-1092&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0708"&gt;&lt;FONT color="#00bff3"&gt;CVE-2011-0708&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2010-3807"&gt;&lt;FONT color="#00bff3"&gt;CVE-2010-3807&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A target="_blank" href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-7243"&gt;&lt;FONT color="#00bff3"&gt;CVE-2006-7243&lt;/FONT&gt;&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;A complete list is available at the PHP website &lt;A target="_blank" href="http://www.php.net/"&gt;&lt;FONT color="#00bff3"&gt;http://www.php.net/&lt;/FONT&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; CVE-2011-4566 is applicable to PHP V5.2.17, but only 32-bit PHP binaries are affected by this CVE. &lt;FONT color="#000000"&gt;The 64-bit PHP binaries are ported to OpenVMS.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 20:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/csws-php-2-2-1/m-p/5936563#M37052</guid>
      <dc:creator>Maurizio De Tommaso_</dc:creator>
      <dc:date>2013-01-18T20:28:50Z</dc:date>
    </item>
  </channel>
</rss>

