[PHP-DEV] Bug #11979: could not open ttf file

2001-07-09 Thread andrea

From: [EMAIL PROTECTED]
Operating system: WINDOWS 98
PHP version:  4.0.6
PHP Bug Type: GD related
Bug description:  could not open ttf file 

?
Header (Content-type: image/png);
$im = @imagecreate (700, 30)or die (no image crate !);
$black = ImageColorAllocate ($im, 50, 50, 50);
$white = ImageColorAllocate ($im, 255, 255, 255);

ImageTTFText ($im, 20, 0, 10, 20, $white, arial.ttf,QUESTA E' UNA PAGINA
DINAMICA DI PROVA !!!)
or die (something wrong !!!);

ImagePng($im);

?


font is in the path !
win 98 
apache
mysql
-- 
Edit bug report at: http://bugs.php.net/?id=11979edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #11981: no ttf file open

2001-07-09 Thread andrea

From: [EMAIL PROTECTED]
Operating system: win98
PHP version:  4.0.6
PHP Bug Type: GD related
Bug description:  no ttf file open 

?
Header (Content-type: image/png);
$im = @imagecreate (700, 30)or die (no image crate !);
$black = ImageColorAllocate ($im, 50, 50, 50);
$white = ImageColorAllocate ($im, 255, 255, 255);

ImageTTFText ($im, 20, 0, 10, 20, $white, arial.ttf,QUESTA E' UNA
PAGINA
DINAMICA DI PROVA !!!)
or die (something wrong !!!);

ImagePng($im);

?


font is in the path !
win 98 
apache
mysql
-- 

I try the full path ! but it doesn't work !

I try to reopen the the report 11969 but it doesn't work error with
password (but the password is correct) .

-- 
Edit bug report at: http://bugs.php.net/?id=11981edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] PHP 4.0 Bug #9525: /usr/bin/ld: cannot find -lcrypto

2001-03-02 Thread andrea

From: [EMAIL PROTECTED]
Operating system: RedHat 6.2
PHP version:  4.0.3pl1
PHP Bug Type: *Install and Config
Bug description:  /usr/bin/ld: cannot find -lcrypto 

I' ll try to make php4 the compiler says: 
 
/usr/bin/ld: cannot find -lcrypto 
collect2: ld returned 1 exit status 
 
I have both libcrypt.a and libcrypt.so in /usr/lib. I run configure with: 
 
./configure --with-mysql --with-apxs --with-kerberos --with-openssl --with-imap 
--with-imap-ssl 






-- 
Edit Bug report at: http://bugs.php.net/?id=9525edit=1



-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]