davidvaz wrote:
Hi,
I have compiled this version to try the new "ANGLE FOLLOW" feature in
LABEL. Using shp2img it works and it is a very nice feature. The problem
is that when I tried to use it with php-mapscript I received the
following error:
*Warning*: [MapServer Error]: getSymbol(): Parsing error near (FOLLOW)
I believe that it might have been something forgotten.
Yup, you need to make sure to build php/mapscript AND copy the
php_mapscript.so to the appropriate extensions directory. If you are not
sure where that is, create an info.php file that has
<?php
phpinfo();
?>
in it and put it in your web tree and run it via your browser.
-Steve