derick Mon Apr 12 17:43:19 2004 EDT
Modified files: (Branch: PHP_4_3)
/php-src/ext/gd/libgd gd.h
Log:
- MFH: Add default fontpath for win98/xp
http://cvs.php.net/diff.php/php-src/ext/gd/libgd/gd.h?r1=1.7.2.8&r2=1.7.2.9&ty=u
Index: php-src/ext/gd/libgd/gd.h
diff -u php-src/ext/gd/libgd/gd.h:1.7.2.8 php-src/ext/gd/libgd/gd.h:1.7.2.9
--- php-src/ext/gd/libgd/gd.h:1.7.2.8 Mon Mar 29 13:21:00 2004
+++ php-src/ext/gd/libgd/gd.h Mon Apr 12 17:43:19 2004
@@ -11,7 +11,7 @@
#define PATHSEPARATOR ":"
#else
/* default fontpath for windows systems */
-#define DEFAULT_FONTPATH "c:\\winnt\\fonts;."
+#define DEFAULT_FONTPATH "c:\\winnt\\fonts;c:\\windows\\fonts;."
#define PATHSEPARATOR ";"
#endif
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php