php-windows Digest 29 May 2002 01:24:25 -0000 Issue 1166
Topics (messages 13994 through 14001):
Re: mail() problem
13994 by: brother
Re: CGI-Trouble with Win2000
13995 by: Conover, Ryan
IIS Sucks!
13996 by: R.S. Herhuth
PHP + PDF
13997 by: Scott A. Solomko
13998 by: Asendorf, John
13999 by: Peter
14000 by: Vail, Warren
GD & Freetype on W2K/Apache1.3.2/PHP4.2.0
14001 by: Michael Davey
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 ---
> -----Original Message-----
> From: Jochem Kempe [mailto:[EMAIL PROTECTED]]
>
> it gives: Warning: failed to connect.
>
Either your SMTP-server or netconnection is missing.
If it's not the connection btween your server and the SMTP-server check the
php.ini and change the serverspecifications.
[mail function]
; For Win32 only.
SMTP = an.funky.smtp.server.for.you ; for Win32 only
; For Win32 only.
sendmail_from = [EMAIL PROTECTED] ; for Win32
only
.:=| brother |=:.
ICQ: 4722160
web: http://motd.st
web: http://schattiga.st
web: http://persilja.net
web: http://synth.nu
cell: 0706-238104
':=| brother |=:'
"Mech Morphix's GLOPP tanker is
gonna go down faster than Enron!"
--- End Message ---
--- Begin Message ---
Try to push php.exe priority higher.
Ryan Conover
[EMAIL PROTECTED]
[EMAIL PROTECTED]
http://www.pitt.edu/~rscst25/
-----Original Message-----
From: Flint Doungchak [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 23, 2002 4:56 PM
To: Jan Schmitz; [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] CGI-Trouble with Win2000
Jan,
We have witnessed the same problem, even outside of frames, and no one has
really been able to tell us what the problem is. I have posted several notes
and haven't seen anything. We notice that it happens in MS-SQL environments
and not in MySQL environments. Can you confirm or deny this?
In any case, the way we work around it is to customize the 500 error and
write a javascript refresh right to the error page. That seems to do the
trick.
Anyway, if you hear anything, let me know.
Thanks,
-Flint
-----Original Message-----
From: Jan Schmitz [mailto:[EMAIL PROTECTED]]
Sent: Thu 5/23/2002 12:09 PM
To: [EMAIL PROTECTED]
Cc:
Subject: [PHP-WIN] CGI-Trouble with Win2000
Hi,
we've a lot of trouble using PHP on IIS5/Win2000sp2-Server.
The machine is a 2xPIII(1,3Ghz), 1280MB RAM, really fast.
The problem is that sometimes the IIS doesn't execute the php.exe,
instead
it shows a "CGI Application error - wrong or incomplete header
data...."
This problem only occurs on this fast server and only with a website
that
uses frames.
I suppose that the IIS launches different threads to render the
frames and
isn't able to do the IO to the php.exe for every thread.
To test this we wrote a little script wich shows 12 Frames, filled
with a
little PHP-Skript that only shows one line of text.
On the slow machine theres no problem.
On the fast machine, same software, we get the cgi-error in round
about
every 50th or 60th frame (refresh..)
Thanks for any hint.
Regards,
Jan Schmitz
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
I decided to setup IIS instead of Apache to match my clients environment
on both my home and work machine...now I have not been able to get php
working for anything. I have spent almost a week trying to configure
IIS to no avail. I'm locked in security permission hell.
My home machine:
Internet Explorer will no longer spawn new windows, I get a javascript
error saying "access is denied" and worst of all I can't use my Windows
search functionality. I use Homesite for development, under Apache I
remapped my Localhost so I could preview the php docs in my browser. I
reconfigured Homesite for use with IIS and now when I try to preview php
pages in my browser I get and access is denied error. However if I
enter the localhost URI in directly PHP and my COM calls work fine.
My work machine
At work I have a similar setup and I can't even get the test page to
come up and I configured IIS and php exactly the same as my home system.
I just keep getting the "Page Cannot Be Found" error...or a "PHP has
encountered an Access Violation at 01771364."
And to add more insult to injury, I have encountered errors on both
machines after installing the 4.2.1 php release after I setup the config
file to load the MSSQL.DLL and IISFUNC.DLL module I get two errors that
say when I start IIS and everytime php is called:
ERROR 1:
WARNING:
iisfunct: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429
PHP compiled with debug=0, thread safety=1, module API=20010901
These options need to match
WARNING:
mssql: Unable to initialize module
Module complied with debug=0; thread safety=1, module API=20020429
PHP compiled with debug=0, thread safety=1, module API=20010901
These options need to match
I switched to IIS in order to match my clients work environment, but I'm
now several days behind. Can anyone please offer me some advice or
assistance to get my machines stable and php operational.
PS I have followed the manual to the letter. I tried configuring under
ISAPI (preferrable) and CGI-Binary...neither work.
Please help a stressed developer in need...
Thanks,
Ron
--- End Message ---
--- Begin Message ---
I am unable to get php to recognize php_pdf.dll file. After uncommenting the
extension and restarting my web server (Apache), I receive an error msg that
reads "unable to find php_pdf.dll".
php_pdf.dll is in my extensions dir and my php.ini file is also configured
properly pointing to my extensions dir. I do have gd and snmp extensions
working fine. I also have pdflib.dll located in my dlls dir.
Any help would be appreciated.
--- End Message ---
--- Begin Message ---
Isn't it called php_fdf.dll?
---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631
Nullum magnum ingenium sine mixtura dementiae fuit
> -----Original Message-----
> From: Scott A. Solomko [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 28, 2002 7:52 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] PHP + PDF
>
>
> I am unable to get php to recognize php_pdf.dll file. After
> uncommenting the
> extension and restarting my web server (Apache), I receive an
> error msg that
> reads "unable to find php_pdf.dll".
>
> php_pdf.dll is in my extensions dir and my php.ini file is
> also configured
> properly pointing to my extensions dir. I do have gd and snmp
> extensions
> working fine. I also have pdflib.dll located in my dlls dir.
>
> Any help would be appreciated.
>
>
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--- End Message ---
--- Begin Message ---
Have you got any other extensions to run ok?
I found that I had to enclose the path to the extension dir in quotes so it
read "C:\Program Files\php\extensions" instead of /extensions
Have you had a look to see if the file is actually there and hasn;t been
deleted?
Also, check you haven't got more than one copy of php.ini. The Apache module
seems to read the one in C:\Windows but the CGI program reads the one in the
php folder (if its there).
"Scott A. Solomko" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am unable to get php to recognize php_pdf.dll file. After uncommenting
the
> extension and restarting my web server (Apache), I receive an error msg
that
> reads "unable to find php_pdf.dll".
>
> php_pdf.dll is in my extensions dir and my php.ini file is also configured
> properly pointing to my extensions dir. I do have gd and snmp extensions
> working fine. I also have pdflib.dll located in my dlls dir.
>
> Any help would be appreciated.
>
>
--- End Message ---
--- Begin Message ---
have you tried
dl("php_pdf.dll");
probably too, obvious.
Warren Vail
Tools, Metrics & Quality Processes
(415) 667-7814
Pager (877) 774-9891
215 Fremont 02-658
-----Original Message-----
From: Peter [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 28, 2002 1:29 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: PHP + PDF
Have you got any other extensions to run ok?
I found that I had to enclose the path to the extension dir in quotes so it
read "C:\Program Files\php\extensions" instead of /extensions
Have you had a look to see if the file is actually there and hasn;t been
deleted?
Also, check you haven't got more than one copy of php.ini. The Apache module
seems to read the one in C:\Windows but the CGI program reads the one in the
php folder (if its there).
"Scott A. Solomko" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I am unable to get php to recognize php_pdf.dll file. After uncommenting
the
> extension and restarting my web server (Apache), I receive an error msg
that
> reads "unable to find php_pdf.dll".
>
> php_pdf.dll is in my extensions dir and my php.ini file is also configured
> properly pointing to my extensions dir. I do have gd and snmp extensions
> working fine. I also have pdflib.dll located in my dlls dir.
>
> Any help would be appreciated.
>
>
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---
--- Begin Message ---
Hi there!
Sorry if this has been posted a hundred times already - but I am trying to
use TrueType fonts with GD.
I can create images fine, and have managed to gather from previous postings
that there was an error with post-4.0.5 versions of php_gd.dll that cause
Freetype to fail, but the install of PHP I have installs php_gd2.dll and any
attempts to use php_gd.dll fail when I restart the server.
Has anyone else has experience of this issue?
Mikey
--- End Message ---