Update of /cvsroot/apachetoolbox//Apachetoolbox/etc
In directory sc8-pr-cvs1:/tmp/cvs-serv6855
Modified Files:
defaults.conf php.menu
Log Message:
Added TTF support for PHP's built-in GD module. Thanks to Matt for the patches.
Index: defaults.conf
===================================================================
RCS file: /cvsroot/apachetoolbox//Apachetoolbox/etc/defaults.conf,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** defaults.conf 12 Nov 2003 02:26:24 -0000 1.13
--- defaults.conf 23 Nov 2003 05:58:57 -0000 1.14
***************
*** 152,155 ****
--- 152,156 ----
INSTALL_PHP_GMP=$FALSE
INSTALL_PHP_GD=$FALSE
+ INSTALL_PHP_GDTTF=$FALSE
INSTALL_PHP_GETTEXT=$FALSE
INSTALL_PHP_SSL=$FALSE
Index: php.menu
===================================================================
RCS file: /cvsroot/apachetoolbox//Apachetoolbox/etc/php.menu,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** php.menu 2 Nov 2003 16:06:12 -0000 1.5
--- php.menu 23 Nov 2003 05:58:57 -0000 1.6
***************
*** 19,23 ****
comp_menu_item 19 "$INSTALL_PHP_DOM" "DOM XML"; TAB; TAB; TAB; comp_menu_item 20 "$INSTALL_PHP_XSLT" "XSLT Support\n";
comp_menu_item 21 "$INSTALL_PHP_GMP" "GMP"; TAB; TAB; TAB; comp_menu_item 22 "$INSTALL_PHP_GD" "GD $PHP_GD Support\n";
! comp_menu_item 23 "$INSTALL_PHP_SUPHP" "suPHP\n";
echo
--- 19,23 ----
comp_menu_item 19 "$INSTALL_PHP_DOM" "DOM XML"; TAB; TAB; TAB; comp_menu_item 20 "$INSTALL_PHP_XSLT" "XSLT Support\n";
comp_menu_item 21 "$INSTALL_PHP_GMP" "GMP"; TAB; TAB; TAB; comp_menu_item 22 "$INSTALL_PHP_GD" "GD $PHP_GD Support\n";
! comp_menu_item 23 "$INSTALL_PHP_SUPHP" "suPHP"; TAB; TAB; TAB; comp_menu_item 24 "$INSTALL_PHP_GDTTF" "GD TTF Support\n";
echo
***************
*** 221,224 ****
--- 221,228 ----
INSTALL_PHP_CGI=$var
INSTALL_PHP=$var
+ ;;
+ 24)
+ test_choice INSTALL_PHP_GDTTF $INSTALL_PHP_GDTTF
+ INSTALL_PHP_GDTTF=$var
;;
99)
|