johannes Tue Jun 23 13:09:34 2009 UTC
Modified files: (Branch: PHP_5_3)
/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.3.2.4&r2=1.3.2.4.2.1&diff_format=u
Index: php-src/ext/json/config.m4
diff -u php-src/ext/json/config.m4:1.3.2.4
php-src/ext/json/config.m4:1.3.2.4.2.1
--- php-src/ext/json/config.m4:1.3.2.4 Tue Jul 3 17:25:33 2007
+++ php-src/ext/json/config.m4 Tue Jun 23 13:09:34 2009
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4,v 1.3.2.4 2007/07/03 17:25:33 sniper Exp $
+dnl $Id: config.m4,v 1.3.2.4.2.1 2009/06/23 13:09:34 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