wez Mon Feb 28 00:21:35 2005 EDT Modified files: /php-src/scripts Makefile.frag Log: Let's install the mbstring headers. Fixes PECL #3516 http://cvs.php.net/diff.php/php-src/scripts/Makefile.frag?r1=1.14&r2=1.15&ty=u Index: php-src/scripts/Makefile.frag diff -u php-src/scripts/Makefile.frag:1.14 php-src/scripts/Makefile.frag:1.15 --- php-src/scripts/Makefile.frag:1.14 Wed Jan 19 20:41:20 2005 +++ php-src/scripts/Makefile.frag Mon Feb 28 00:21:35 2005 @@ -46,6 +46,8 @@ ext/xml/ \ ext/xml/expat/ \ ext/mbstring/ \ + ext/mbstring/libmbfl/ \ + ext/mbstring/libmbfl/mbfl/ \ ext/sqlite/libsqlite/src/sqlite.h install-headers:
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php