I am trying to compile gdal&nbsp; -with-php. I am getting an error message (see below) saying "No typemaps are defined. How do I do this?<br><br>make[2]: Entering directory `/usr/local/src/gdal-1.5.1/swig/php'<br>swig -Wall -I../include -I../include/php -I../include/php/docs&nbsp; -I/usr/local/src/gdal-1.5.1 -c++ -php -o gdal_wrap.cpp gdal.i<br>../include/Band.i:140: Warning(453): Can't apply (IF_ERROR_RETURN_NONE). No typemaps are defined.<br>g++ -I../../port -I../../gcore -I../../alg -I../../ogr `php-config --includes` -fpic -c gdal_wrap.cpp<br>gdal_wrap.cpp:1056: error: ‘zend_property_reference’ was not declared in this scope<br>gdal_wrap.cpp:1056: error: ‘property_reference’ was not declared in this scope<br>gdal_wrap.cpp:1056: error: expected primary-expression before ‘*’ token<br>gdal_wrap.cpp:1056: error: ‘value’ was not declared in this scope<br><br>Jim<br>