php-windows Digest 20 Oct 2004 10:47:26 -0000 Issue 2434
Topics (messages 24777 through 24778):
zlib.dll
24777 by: Warren Vail
checking file is mounted at the end of a url
24778 by: George Pitcher
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 ---
OK, so I installed the windows PHP-GTK modules (comes with PHP4) on a
windows XP machine where I was also running the FoxServ windows version of
php/python/mysql, placing a zlib file from the GTK package into the
windows/system directory, according to the GTK instructions, suddenly my
server environment no longer works. One confusion factor was the alert from
from XP-sp2 system complaining of a security problem with apache.
So I did a search for zlib files on my c drive and came up with a surprising
list of locations;
Mysql has one in mysql\lib\debug
Python has one python\Doc\lib (module-zlib and test_zlib.py)
CuteFTP Pro in its program directory
CuteZIP has one in its program directory (ZLIB.dll all caps)
Dreamweaver MX2004 in its program directory
and ZlibF.dll in its Configuration\Content\Reference\PHP library
QuickBooks Pro (zlib32.dll in its program directory)
Microsoft Office ACWZLIB.dll in its directory (Program Files\Microsoft
Office\Office\1033)(shows access icon)
Error received was the following;
---------------- snip ------------------------------
Apache HTTP Server has encountered a problem and needs to close. We are
sorry for the inconvenience.
Error signature
szAppName : Apache.exe szAppVer : 2.0.39.0 szModName : php4apache2.dll
szModVer : 0.0.0.0 offset : 00001ad9
Asking me if I wanted to send and error report to microsoft, with page not
found in the browser.
------------------- snip ----------------------------
Here are my questions;
Are these really the same files, if not are they similar, if not does the Z
in zlib relate to zend at all?
Warren Vail
--- End Message ---
--- Begin Message ---
Hi,
I'm building a site where among other things, the user (librarian) can see
if a file has been mounted on a local webserver for students to download. I
could provide a link so they can see if the file (pdf) can be downloaded,
but I'd rather just say 'yes' or 'no'.
This requires the page doing some sort of url test and reporting yes/no
depending on the code being sent back. I found something called linkchecker
at Hotscripts.com but when the file doesn't exist, it tries to download
itself instead.
The user will be accessing my server but will be checking something at their
location. I'm sure this must be possible - can anyone point me in the right
direction?
Cheers
George
--- End Message ---