freebsd-ports/graphics/mapserver/files/extra-patch-mapscript-php-php_mapscript.c
Wen Heping e245edb2b8 - Update to 6.0.3 and unbreak
- Convert to optionsNG
- Fix the build of PHP option with the upstream patch
2012-09-05 07:57:30 +00:00

11 lines
364 B
C

--- mapscript/php/php_mapscript.c.orig 2012-09-05 14:31:32.000000000 +0800
+++ mapscript/php/php_mapscript.c 2012-09-05 14:32:04.000000000 +0800
@@ -899,7 +899,7 @@
}
-function_entry mapscript_functions[] = {
+zend_function_entry mapscript_functions[] = {
PHP_FE(ms_GetVersion, NULL)
PHP_FE(ms_GetVersionInt, NULL)
PHP_FE(ms_newLineObj, NULL)