Changes between Version 1 and Version 2 of PHPBuildDebugLinux


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PHPBuildDebugLinux

    v1 v2  
    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://mapserver.gis.umn.edu/doc/phpmapscript-install-howto.html#d41e543
     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.