[PHP] Asian fonts

2001-10-31 Thread Daniel BI
Hi all! Any idea how to use (install) asian fonts on an english version of RH? I need them in the gd library, to generate an image with chinese/japanese text. any clue greatly appreciated! Daniel BI -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] Different fonts in PHP generated images

2001-10-30 Thread Daniel BI
Hi all! Does anyone know how to put a text in other font than latin ones (Chinese, for example), on a PHP generated image? Do I need to install some new fonts? A different freetype library? Any clue greatly appreciated :) Daniel BI -- PHP General Mailing List (http://www.php.net

[PHP] Re: Known problem without solution

2001-05-17 Thread Daniel BI
these questions, hope will help you :) Daniel BI PS.the chgrp/chwon command works fine with me -- PHP General 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

[PHP] RE: Sending attachments via mail()

2001-05-16 Thread Daniel BI
: base64\n"; $message .= "Content-Disposition: attachment\n\n"; $message = $content; That's all! and it works! This way you can include html content too, changing the content-type. hope it helps. Daniel BI -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mai

[PHP] Re: PHP + GD + FreeBSD

2001-05-11 Thread Daniel BI
Take a look into the GD makefile. I had once a problem like yours and there was the solution. Daniel BI - When i compile PHP on my FreeBSD with the following confgoptions, i don't get png support. Whats wrong? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re: [PHP] multiple domain handling with php

2001-05-10 Thread Daniel BI
You might want to take a look to apache's documentation, like virtual hosts, and multiple ip. then check it with environment variables, as 'Adaran' told you. anyway, I did not try it yet... Daniel BI -- Scott Does anybody have any scripts or tips on hosting multiple domains

[PHP] Re: Install problems with PHP and GD

2001-05-07 Thread Daniel BI
If you're running the latest RH, the path should be /usr anyway, issue: find / -name gd.h if the result is /usr/include/gd.h, then the path should be /usr if you have somthing else, I guess you already suppose what the path is.. :) Daniel BI -- PHP General Mailing List (http://www.php.net

[PHP] Apache+PHP(as apache module)+SSL under Windows

2001-04-29 Thread Daniel BI
Hi there! Anybody knows if possible to have PHP as an Apache module under Windows, with SSL enabled, too? Is there an 'openSSL' lib for Windows? thanx, Daniel BI -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] RE: scripts execute as user nobody

2001-04-27 Thread Daniel BI
-dir it should work. Daniel BI ==original message== I have a problem with my PHP scripts on my web-hot, all my php scripts are running as the user nobody (group nobody). Whenever I login via ftp/telnet I am logged in as the user asduk (group asdukgrp). The problem I have is that I cannot delete my

[PHP] PLEASE HELP!! STRANGE ERROR!! IS THERE ANY PHP DEVELOPER?

2001-04-25 Thread Daniel BI
hp version... I compiled the apache server with the 'public' UID, 'guest' GUID, and they are present in my linux user and group list. the session does actually write any info correctly. (i tried a session_register('blabla') and it works)... the error only disappears when I remove the " sessio

[PHP] Re: PLEASE HELP!! STRANGE ERROR!! IS THERE ANY PHP DEVELOPER?

2001-04-25 Thread Daniel BI
Hi ! Don't bother with it, anybody! I recompiled all under php-4.0.4pl1 version and it works just fine! It seems it was the php version's fault.. thank u all! Daniel BI Did anybody have the same error? I have this simple script: === ? session_start() ; ? FORM METHOD