Changes between Version 2 and Version 3 of PHPBuildDebugLinux


Ignore:
Timestamp:
Jan 27, 2009, 9:17:40 AM (15 years ago)
Author:
jmckenna
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PHPBuildDebugLinux

    v2 v3  
    56565- Copy php_mapscript.so to your extensions_dir
    5757
    58 6- Make sure all libs used in your !MapServer build are included in your runtime library path. See the PHP MapScript install FAQ about this common problem: http://www.mapserver.org/installation/php.html#faq-common-problems
     586- Make sure all libs used in your !MapServer build are included in your runtime library path. See the PHP !MapScript install FAQ about this common problem: http://www.mapserver.org/installation/php.html#faq-common-problems
    5959
    60607- You're ready to use dl("php_mapscript.so"); to load and use PHP MapScript in your PHP apps.