php-install Digest 19 Aug 2003 11:16:16 -0000 Issue 1506

Topics (messages 11443 through 11447):

Re: TrueType fonts on Windows XP
        11443 by: DvDmanDT

Help With Windows 2003
        11444 by: Chris Wildman
        11445 by: Michael Taekema

Re: php 4.3.2 + mysql 4.0.14 + apache 1.3.14 + openssl 0.9.6 + RedHat 6.1
        11446 by: James Hughbanks

Warning: dl(): Unable to load dynamic library
        11447 by: Ashish Borkar

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
Maybe you should try with full path to the .ttf file... Also, try some
different fonts, not only one...

-- 
// DvDmanDT
MSN: [EMAIL PROTECTED]
Mail: [EMAIL PROTECTED]
"Azn" <[EMAIL PROTECTED]> skrev i meddelandet
news:[EMAIL PROTECTED]
> I'm trying to create an image with PHP. However, this is my problem. When
I
> open my php file, that creates an image, I get this (without the HTML):
>
>     Warning:  imagettftext(): Could not find/open font in C:\Program
> Files\Apache Group\Apache2\htdocs\image.php on line 14
>
> These are my settings when I view phpinfo:
>         GD Support  enabled
>           GD Version  bundled (2.0.15 compatible)
>           FreeType Support  enabled
>           FreeType Linkage  with freetype
>           GIF Read Support  enabled
>           JPG Support  enabled
>           PNG Support  enabled
>           WBMP Support  enabled
>           XBM Support  enabled
>
>
> So I believe this should work. Anyone have any ideas?
>
> BTW, this is my strip of code:
>
>     ImageTTFText($img,10,0,4,19,$textColor,"times.ttf","$ip\n\r$alt");
>
>



--- End Message ---
--- Begin Message --- Hi. Im new to the mailing list so sorry if this broad question seems very noobish. I am running a windows server 2003 beta and recently installed php and ofcourse it's not working. Is there any new changes that need to be made when installing php on 2003 server? I did the manual install but I am going to try the installer next. Would be glad to here any useful information you can provide me with.

-Chris


--- End Message ---
--- Begin Message ---
Regarding these mailing lists.

May I point out some guidelines to asking a question on these things. Make
sure you include some details. For example a well worded question would be
as follows:


Subject: Windows 2003 Beta and PHP version 4.3.1
Body: Hello, I am having problems with getting PHP to run under Windows 2003
B using a manual install of PHP. I've read the manual, it doesn't seem to be
helping. Things i've done, tried re-configureing my IIS to use the php cgi
module etc etc.
Outcomes are: IIS gives me error code 500.

Also give exact deatails of what your running.

for example

Windows 2003
IIS 7.5
PHP 4.2.1
etc.
etc.
etc.


"Chris Wildman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi. Im new to the mailing list so sorry if this broad question seems very
> noobish. I am running a windows server 2003 beta and recently installed
php
> and ofcourse it's not working. Is there any new changes that need to be
> made when installing php on 2003 server? I did the manual install but I am
> going to try the installer next. Would be glad to here any useful
> information you can provide me with.
>
> -Chris
>



--- End Message ---
--- Begin Message --- David,
This is more of an apache question, but to check if the module is compiled you can do a
shell> httpd -L
but that will not work if it is a loaded module, just if you compiled it in, in that case, you might be using PHP correctly, but not specifying the AddType for PHP
to do this go to the bottom of your config, or after any Line that has AddType in it, and add the following if not in the file:
AddType application/x-httpd-php .php
This will tell apache that .php is not just a file, but to hand it off to PHP to parse.
Let me know if you have other questions, or if this doesn't resolve your problem.


--James Hughbanks
Mikro-Data Engineering Dept.
[EMAIL PROTECTED]
1-866-457-6287
http://www.mikro-data.net


--- End Message ---
--- Begin Message ---
Hello ,
  I have installed apache and php on AIX.
I compiled my extension module and put it in the
usr/local/lib/php/extensions/no-debug-non-zts-20020429 directory.
In my PHP script i have the code dl('php_API.a');When the script is executed
i get the following message on the web browser.

Warning: dl(): Unable to load dynamic library
'/usr/local/lib/php/extensions/no-debug-non-zts-20020429/php_API.a' - No
such file or directory in /usr/local/apache/htdocs/writeread.php on line 9

Fatal error: Call to undefined function: read() in
/usr/local/apache/htdocs/read.php on line 17
What can be the reason???
Thanks
Ashish


--- End Message ---

Reply via email to