Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
php 7 include problems
03-04-2021, 01:53 AM,
#8
RE: php 7 include problems
OpenVMS is neither UNIX/LINUX or WINDOWS based.  It's file system and file naming nomenclature is unique to OpenVMS.  A filename consists of <device>:[<directory tree>]<filename>.<extension>;<version>

For example: AST$WWW:[weberp.includes]session.php;1 would in translate to /ast$www/weberp/includes/session.php

The implementation of PHP 7 to properly parse the filenames requires that the following logical symbols (Environment variables in WINDOWS) be set:

DECC$FILENAME_UNIX_REPORT = "enabled"
DECC$GLOB_UNIX_SYSTEM = "enabled"

While weberp works well using PHP 7, several other PHP 5 based applications fail to run.  Several are old packages.  We are investigating our upgrade options.

For the time being we will need to remain with PHP 5.
Reply


Messages In This Thread
php 7 include problems - by rfthomas - 03-02-2021, 06:46 AM
RE: php 7 include problems - by TimSchofield - 03-02-2021, 06:57 AM
RE: php 7 include problems - by rfthomas - 03-02-2021, 07:28 AM
RE: php 7 include problems - by TurboPT - 03-02-2021, 12:40 PM
RE: php 7 include problems - by rfthomas - 03-03-2021, 01:18 AM
RE: php 7 include problems - by rfthomas - 03-03-2021, 08:34 AM
RE: php 7 include problems - by TurboPT - 03-03-2021, 11:31 AM
RE: php 7 include problems - by rfthomas - 03-04-2021, 01:53 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)