php-windows Digest 8 Jul 2003 13:12:37 -0000 Issue 1815
Topics (messages 20726 through 20728):
Error with IIS
20726 by: Klaus Reichl
Unable to load dynamic library php_sqlite.dll
20727 by: Bahadir Kandemir
Re: [PHP] output compression and MSIE
20728 by: sebab.dialcom.com.pl
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 ---
Hello everybody !
I want to run PHP 4.3.2 on my IIS 5 on Win2000 Server.
When i want to open an .php file I always receive the error message "The
specified module can't be found".
I assume it is an beginners error I made, I took all steps explained on MS
Technet
http://www.microsoft.com/technet/treeview/default.asp?url=/technet/prodtechn
ol/iis/iis5/deploy/depovg/miglamp.asp but it doesn't seem to be enough.
I also saw in the ISAPI-Filters (in the properties of the domain where I
want to add the PHP support) the phpisapi4.dll is added but has the Status
"Not loaded" - maybe this helps you.
As I found this bug in your support page where it is told to contact you I
now do so.
Thank you for your help,
Best regards, Klaus Reichl
--- End Message ---
--- Begin Message ---
Windows 98
Php 4.3.2
Warning: dl() [http://www.php.net/function.dl]: Unable to load dynamic
library 'c:/php/extensions\php_sqlite.dll' - A device attached to the system
is not functioning. in D:\Projects\Php\Test\test.php on line 10
--- End Message ---
--- Begin Message ---
Hello,
Good to see someone else met that "feature" of MS Internet
Exploder ;)
At really I don't put any headers with content info.
Only headers are:
header ('Last-Modified: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Expires: '.gmdate("D, d M Y H:i:s").' GMT');
header ('Cache-Control: no-cache, must-revalidate');
header ('Pragma: no-cache');
And output is simple HTML. What should I do so? Should I send any
other header to fix that?
And I also spent a lot of time wondering "why the hell I get blank page
sometimes?". Especially it was working good on one server and buggy
on another (now I now, another server had compression turned off).
--
Best regards,
Sebastian
Tuesday, July 8, 2003, 2:41:28 PM, you wrote:
>> Hello,
>>
>> I've found problem with MSIE showing sometimes blank page when
>> compression is turned on (no matter using zlib.output_compression or
>> gzip handler). I've found that happens when page is <=4096 bytes long
>> (output in HTML). And this suggested me to try to change buffer size
>> for compression (for zlib, that I was using) cause it was set to
>> exactly 4KB. But that didn't help at all :-( If I add space characters
>> at the end of output to let page grow ower 4096 bytes - everything
>> works fine, else MSIE shows blank page and user has to hit "Refresh"
>> button to see correct page. With other browsers that problem doesn't
>> happen.
>>
>> Do you have any idea how to solve that? BTW - changing browser or
>> doing anything with user system is not good idea for me, cause I can't
>> force users of my application to do anything - they use (and will use)
>> windows+IE and so that's my problem to find solution. And output
>> compression is a MUST for me cause I have to cut network traffic to
>> lower users costs of using internet (GPRS transmission using mobile
>> phones).
>>
>> Big thanks in advance for any help
>>
>> Sebastian Baran
MO> heyho lucky one
MO> thought not anyone else would have that "bug". it's a very nasty one (at
MO> least it was in my case) to figure out. i'd suggest looking for the
MO> content-type you are sending with. may it be it's a text/html or
MO> somewhat thislike?
MO> regards
MO> mario
--- End Message ---