/
opt
/
alt
/
php52
/
usr
/
include
/
php
/
ext
/
gd
/
/opt/alt/php52/usr/include/php/ext/gd
mkdir
upload
Name
Size
Mode
Actions
libgd/
-
0755
rm
gdcache.h
2864
0644
edit
dl
rm
gdttf.h
458
0644
edit
dl
rm
php_gd.h
6147
0644
edit
dl
rm
Edit:
/opt/alt/php52/usr/include/php/ext/gd/gdttf.h
(458B)
/* $Id: gdttf.h 20492 2000-02-26 03:20:55Z zeev $ */ #ifdef _OSD_POSIX #ifndef APACHE #error On this EBCDIC platform, PHP is only supported as an Apache module. #else /*APACHE*/ #ifndef CHARSET_EBCDIC #define CHARSET_EBCDIC /* this machine uses EBCDIC, not ASCII! */ #endif #include "ebcdic.h" #endif /*APACHE*/ #endif /*_OSD_POSIX*/ char * gdttf(gdImage *im, int *brect, int fg, char *fontname, double ptsize, double angle, int x, int y, char *str);
Save
cmd:
run