Changes between Version 25 and Version 26 of MigrationGuide5.x
- Timestamp:
- 2021-12-22T17:05:57-04:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MigrationGuide5.x
v25 v26 9 9 === PHP === 10 10 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 }}} 11 16 * 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) 12 17 * see the updated example scripts here on the Wiki, such as: