Changes between Version 25 and Version 26 of MigrationGuide5.x


Ignore:
Timestamp:
2021-12-22T17:05:57-04:00 (2 years ago)
Author:
Jeff McKenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MigrationGuide5.x

    v25 v26  
    99=== PHP ===
    1010
     11* test PHP !MapScript at the commandline by executing:
     12  {{{
     13  setenv.bat
     14  php -dextension=C:/ms4w/Apache/php/ext/php_mapscript.dll -r "echo msGetVersion();"
     15  }}}
    1116* as of MS4W 5.0, there is no external file to include in your PHP scripts (the constants and functions are wrapped inside the !MapScript PHP extension instead)
    1217* see the updated example scripts here on the Wiki, such as: