[Apachetoolbox-commit] Apachetoolbox/bin/atb load-settings,1.3,1.4 save-settings,1.3,1.4
Brought to you by:
bryanandrews
From: <nir...@us...> - 2003-11-23 05:58:31
|
Update of /cvsroot/apachetoolbox//Apachetoolbox/bin/atb In directory sc8-pr-cvs1:/tmp/cvs-serv6798 Modified Files: load-settings save-settings Log Message: Added TTF support for PHP's built-in GD module. Thanks to Matt for the patches. Index: load-settings =================================================================== RCS file: /cvsroot/apachetoolbox//Apachetoolbox/bin/atb/load-settings,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** load-settings 27 Aug 2003 02:09:09 -0000 1.3 --- load-settings 23 Nov 2003 05:58:28 -0000 1.4 *************** *** 49,52 **** --- 49,53 ---- pull INSTALL_PHP_GMP; INSTALL_PHP_GMP=$data pull INSTALL_PHP_GD; INSTALL_PHP_GD=$data + pull INSTALL_PHP_GDTTF; INSTALL_PHP_GDTTF=$data pull INSTALL_PHP_SSL; INSTALL_PHP_SSL=$data pull INSTALL_PHP_SUPHP; INSTALL_PHP_SUPHP=$data Index: save-settings =================================================================== RCS file: /cvsroot/apachetoolbox//Apachetoolbox/bin/atb/save-settings,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** save-settings 27 Aug 2003 02:09:19 -0000 1.3 --- save-settings 23 Nov 2003 05:58:28 -0000 1.4 *************** *** 38,41 **** --- 38,42 ---- INSTALL_PHP_GMP=$INSTALL_PHP_GMP INSTALL_PHP_GD=$INSTALL_PHP_GD + INSTALL_PHP_GDTTF=$INSTALL_PHP_GDTTF INSTALL_PHP_SSL=$INSTALL_PHP_SSL INSTALL_PHP_SUPHP=$INSTALL_PHP_SUPHP |