Adam, It worked for me with Apache 2.2.0, PHP 5.1.1 and mapserver 4.8.0-rc1. After building and installing the first two from source, I ran mapserver's ./configure with the following flags: --with-php=/usr/local --with-php-regex-dir=/home/dfuhry/php-5.1.1/regex --with-httpd=/usr/local/apache2/bin/httpd in addition to the usual. You can likely get away with installing your distro's binary and source (-dev or -devel) packages for PHP5 and Apache instead of building from source.
Basically use the "PHP/Mapscript HOWTO" at http://mapserver.gis.umn.edu/docs/howto/phpmapscript-install/#build-install-the-php-mapscript-module as a reference and assume PHP mapscript works with php5 despite the documentation being out-of-date. -Dave Fuhry On 1/17/06, Adam J Siber <[EMAIL PROTECTED]> wrote: > I am trying to configure mapserver with php5 on linux as a DSO but not > having much success? I have searched the boards/lists for instructions, > hints, etc but have only seen a couple listings which are limited. Could > someone please post a "how to" or some notes on this subject. > > Thank you, > Adam >
