<?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: PHP FIle Names on OpenVMS in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298773#M15624</link>
    <description>&lt;!--!*#--&gt;Of PHP I know nothing, but on an ODS5 disk,&lt;BR /&gt;extended file names (multiple dots, funny&lt;BR /&gt;characters, and so on) are possible.&lt;BR /&gt;&lt;BR /&gt;The C run-time library behavior is controlled&lt;BR /&gt;by flags which may be set internally by the&lt;BR /&gt;program, or externally using CRTL Feature&lt;BR /&gt;Logical Names:&lt;BR /&gt;&lt;BR /&gt;HELP CRTL Feature_Logical_Names&lt;BR /&gt;&lt;BR /&gt;Which ones will do what you want without&lt;BR /&gt;breaking things depends on how the software&lt;BR /&gt;was ported to VMS.  Knowing nothing, I can't&lt;BR /&gt;advise much here, but popular ones include:&lt;BR /&gt;&lt;BR /&gt;    DECC$ARGV_PARSE_STYLE  (Depends on SET&lt;BR /&gt;PROCESS /PARSE_STYLE = EXTENDED)&lt;BR /&gt;    DECC$EFS_CHARSET&lt;BR /&gt;    DECC$EFS_CASE_PRESERVE&lt;BR /&gt;&lt;BR /&gt;I'd expect the documentation to cover this&lt;BR /&gt;sort of thing, but what do I know?</description>
    <pubDate>Sun, 02 Nov 2008 22:24:45 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2008-11-02T22:24:45Z</dc:date>
    <item>
      <title>PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298772#M15623</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'm new to the world of running PHP applications on my VMS server and am hoping someone can help.&lt;BR /&gt;&lt;BR /&gt;A good many PHP files in the app I'm trying to install follow a naming convention,&lt;BR /&gt;&lt;BR /&gt;"filename.inc.php"&lt;BR /&gt;&lt;BR /&gt;VMS does not like the second period of course.&lt;BR /&gt;&lt;BR /&gt;My question is..... Is there away to set the system to allow these files without messing up the rest of my system?&lt;BR /&gt;&lt;BR /&gt;Not sure what info about my system will help so here's the basics,&lt;BR /&gt;&lt;BR /&gt;AlphaServer DS10&lt;BR /&gt;OpenVMS v8.3 with update 7.0&lt;BR /&gt;TCPIP v5.6-9 ECO3&lt;BR /&gt;CSWS v2.1-1 with CSWS 211 update v2.0&lt;BR /&gt;CSWS_PHP v1.3 with update v2.0&lt;BR /&gt;&lt;BR /&gt;Thanks for any help you can offer.&lt;BR /&gt;&lt;BR /&gt;Steve Calnek/</description>
      <pubDate>Sun, 02 Nov 2008 19:59:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298772#M15623</guid>
      <dc:creator>Steve Calnek</dc:creator>
      <dc:date>2008-11-02T19:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298773#M15624</link>
      <description>&lt;!--!*#--&gt;Of PHP I know nothing, but on an ODS5 disk,&lt;BR /&gt;extended file names (multiple dots, funny&lt;BR /&gt;characters, and so on) are possible.&lt;BR /&gt;&lt;BR /&gt;The C run-time library behavior is controlled&lt;BR /&gt;by flags which may be set internally by the&lt;BR /&gt;program, or externally using CRTL Feature&lt;BR /&gt;Logical Names:&lt;BR /&gt;&lt;BR /&gt;HELP CRTL Feature_Logical_Names&lt;BR /&gt;&lt;BR /&gt;Which ones will do what you want without&lt;BR /&gt;breaking things depends on how the software&lt;BR /&gt;was ported to VMS.  Knowing nothing, I can't&lt;BR /&gt;advise much here, but popular ones include:&lt;BR /&gt;&lt;BR /&gt;    DECC$ARGV_PARSE_STYLE  (Depends on SET&lt;BR /&gt;PROCESS /PARSE_STYLE = EXTENDED)&lt;BR /&gt;    DECC$EFS_CHARSET&lt;BR /&gt;    DECC$EFS_CASE_PRESERVE&lt;BR /&gt;&lt;BR /&gt;I'd expect the documentation to cover this&lt;BR /&gt;sort of thing, but what do I know?</description>
      <pubDate>Sun, 02 Nov 2008 22:24:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298773#M15624</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-02T22:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298774#M15625</link>
      <description>Thanks Steve,&lt;BR /&gt;&lt;BR /&gt;I had missed pointing out that my disk structure is infact ODS-5. I'll take a look at these libraries you've pointed out.&lt;BR /&gt;&lt;BR /&gt;FYI, the tool I'm trying to install is called NET2FTP, its a slick web based ftp client I'm hoping to use with some of my more.... less technically inclined users. I could just drop it on a Windoze box but I'd rather keep it self contained on VMS.&lt;BR /&gt;&lt;BR /&gt;I am prepared to rename the files that are a problem and just  modify the code but that traps me to its current release unless I want to repeat the effort. Seems a bit much for FTP.&lt;BR /&gt;&lt;BR /&gt;So I'm still looking for the silver bullit to solve this easily :-) VMS usually has one.&lt;BR /&gt;&lt;BR /&gt;Steve/</description>
      <pubDate>Sun, 02 Nov 2008 23:57:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298774#M15625</guid>
      <dc:creator>Steve Calnek</dc:creator>
      <dc:date>2008-11-02T23:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298775#M15626</link>
      <description>This is from the VAMP board at &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://vamp.issinoho.com/" target="_blank"&gt;http://vamp.issinoho.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;which unfortunately seems to be down right now.  It was the fix to get Joomla and other PHP packages installed properly on my Alpha VMS V8.3 system.&lt;BR /&gt;&lt;BR /&gt;Obviously the disk being initialized as ODS-5 is mandatory.  &lt;BR /&gt;&lt;BR /&gt;You will also need Java installed on the system, though it is only used to unpack (using the JAR utility).  Apparently even the most recent ZIP/UNZIP utilities are not completely up to the task of dealing with the unfortunate file naming used in many unix-based kits.  Your login will need to define the Java symbols, per the instructions in the Java kit from HP.&lt;BR /&gt;&lt;BR /&gt;Here's my 'unpack setup' command procedure:&lt;BR /&gt;&lt;BR /&gt;$ define decc$argv_parse_style enable&lt;BR /&gt;$ define decc$efs_case_preserve enable&lt;BR /&gt;$ define decc$efs_charset enable&lt;BR /&gt;$ define decc$efs_case_special enable&lt;BR /&gt;$ define decc$enable_getenv_cache enable&lt;BR /&gt;$ define decc$posix_seek_stream_file enable&lt;BR /&gt;$ define/job JAVA$FILENAME_CONTROLS  8&lt;BR /&gt;$ set process/parse_style=extended&lt;BR /&gt;&lt;BR /&gt;You can then use the JAR command to unpack into the current directory as follows:&lt;BR /&gt;&lt;BR /&gt;$ jar -xvf  zipfile&lt;BR /&gt;&lt;BR /&gt;You may also need to edit the LOGIN.COM file for the Apache webserver and add or uncomment the following lines:&lt;BR /&gt;&lt;BR /&gt;$ define decc$efs_case_preserve enable&lt;BR /&gt;$ define decc$efs_charset enable&lt;BR /&gt;$ define decc$efs_case_special enable&lt;BR /&gt;$ define decc$file_sharing enable&lt;BR /&gt;$ set process/parse=extended&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Then you need to deal with the fact that the PHP kit HP provides is pretty far behind current.  Joomla worked with only minor problems (it barely made the minimum supported PHP version) but newer packages that require PHP newer than V4.3.10 (I think thats it) may be problematic until HP releases a newer package.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2008 16:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298775#M15626</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2008-11-03T16:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298776#M15627</link>
      <description>It depends on the application.&lt;BR /&gt;I use Wordpress and PHPMyAdmin, and worked with PHPBB2 as well. All installed on an ODS-5 disk. I would recommend you do the same. &lt;BR /&gt;Your PHP process must have /PARSE=EXTENDED. I don't use CSWS, you may have to adjust the startup to have this setting by default.&lt;BR /&gt;You won't need more.&lt;BR /&gt;&lt;BR /&gt;Check &lt;A href="http://www.grootersnet.nl" target="_blank"&gt;www.grootersnet.nl&lt;/A&gt; on this subjec, I've written some pages about tis, and there is my Wiki. The VAMP site carrioes a lot of data but might be off line&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2008 17:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298776#M15627</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-03T17:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298777#M15628</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Apparently even the most recent ZIP/UNZIP&lt;BR /&gt;&amp;gt; utilities are not completely up to the task&lt;BR /&gt;&amp;gt; of dealing with the unfortunate file naming&lt;BR /&gt;&amp;gt; used in many unix-based kits. &lt;BR /&gt;&lt;BR /&gt;How apparent that is may depend on what you&lt;BR /&gt;call "most recent".  Zip 3.0 is out, and&lt;BR /&gt;mostly ODS5-capable.  UnZip 6.0 is still in&lt;BR /&gt;the oven, but the pre-release ("BETA") 6.0d&lt;BR /&gt;source kit is in reasonable shape for ODS5.&lt;BR /&gt;(UnZip 6.0e is getting ever closer, and that&lt;BR /&gt;should be the release candidate for the real&lt;BR /&gt;6.0).&lt;BR /&gt;&lt;BR /&gt;Specific complaints are always welcome, but&lt;BR /&gt;descriptions like "most recent" and "not up&lt;BR /&gt;to the task" are too vague to be of much use.&lt;BR /&gt;&lt;BR /&gt;    &lt;A href="http://info-zip.org/" target="_blank"&gt;http://info-zip.org/&lt;/A&gt;&lt;BR /&gt;    &lt;A href="ftp://ftp.info-zip.org/pub/infozip/beta" target="_blank"&gt;ftp://ftp.info-zip.org/pub/infozip/beta&lt;/A&gt;</description>
      <pubDate>Mon, 03 Nov 2008 19:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298777#M15628</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-11-03T19:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298778#M15629</link>
      <description>Additional, to MOD_PHP.&lt;BR /&gt;&lt;BR /&gt;It's behind, indeed, and not complete; you'll miss facilities available in Unix/Windows based versions. &lt;BR /&gt;If you plan to use MySQL as a database, be aware that the PHP_MYSQL extension delivered is built against MySQL 3.1. The latest available verion of MySQL is 5.1.23. I would sugest to use that version, not 4.1 which may me bvailable as well - it tends to be quite unstable under load.&lt;BR /&gt;I've done a rebuild of this extension for this latest MySQL version that woks very well. You can read all about it on, and via the same locations; Links are available.</description>
      <pubDate>Mon, 03 Nov 2008 20:29:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298778#M15629</guid>
      <dc:creator>Willem Grooters</dc:creator>
      <dc:date>2008-11-03T20:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: PHP FIle Names on OpenVMS</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298779#M15630</link>
      <description>Steven Schweda wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Specific complaints are always welcome, &lt;BR /&gt;&amp;gt; but descriptions like "most recent" and &lt;BR /&gt;&amp;gt; "not up to the task" are too vague to be &lt;BR /&gt;&amp;gt; of much use.&lt;BR /&gt;&lt;BR /&gt;An entirely fair point.  My apologies.  At the time I was working on Joomla and some other kits, the UNZIP version available (that I knew about) was UNZIP V5.52 of 28-Feb-2005.  It did not handle the multidot names properly but I no longer have the details at hand (since JAR worked).  I believed it was a known issue so I didn't report it.&lt;BR /&gt;&lt;BR /&gt;The OP may wish to try a beta Unzip release (I will when I can); if you don't need Java installed for any other reason than the JAR utility, its a pretty big package to have sitting on the system doing nothing.  I'd rather have just ZIP and UNZIP myself.</description>
      <pubDate>Tue, 04 Nov 2008 17:37:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/php-file-names-on-openvms/m-p/4298779#M15630</guid>
      <dc:creator>Richard Jordan</dc:creator>
      <dc:date>2008-11-04T17:37:55Z</dc:date>
    </item>
  </channel>
</rss>

