johannes Tue Jun 23 13:09:21 2009 UTC
Modified files:
/php-src/ext/json config.m4
Log:
The json header should be installed so other exts can use it
http://cvs.php.net/viewvc.cgi/php-src/ext/json/config.m4?r1=1.7&r2=1.8&diff_format=u
Index: php-src/ext/json/config.m4
diff -u php-src/ext/json/config.m4:1.7 php-src/ext/json/config.m4:1.8
--- php-src/ext/json/config.m4:1.7 Tue Jul 3 17:24:36 2007
+++ php-src/ext/json/config.m4 Tue Jun 23 13:09:20 2009
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.7 2007/07/03 17:24:36 sniper Exp $
+dnl $Id: config.m4,v 1.8 2009/06/23 13:09:20 johannes Exp $
dnl
PHP_ARG_ENABLE(json, whether to enable JavaScript Object Serialization support,
@@ -10,5 +10,6 @@
AC_HEADER_STDC
PHP_NEW_EXTENSION(json, json.c utf8_to_utf16.c utf8_decode.c JSON_parser.c,
$ext_shared)
+ PHP_INSTALL_HEADERS([ext/json], [php_json.h])
PHP_SUBST(JSON_SHARED_LIBADD)
fi
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php