php-windows Digest 24 Oct 2005 15:01:44 -0000 Issue 2803
Topics (messages 26425 through 26427):
[suspicious - maybe spam] ¾µäº«¹úÍ·ÊÎÈ«ÐÂÉÏÊÐ
26425 by: ÒÚѸµç×Ó´«µ¥
INI Path problems
26426 by: Jay Blanchard
Re: Strange CGI Timeout, only when using IE
26427 by: dan conner
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 ---
茅十八哈哈大笑,说道:“小宝,你说的故事当真好听。原来沐王爷平云南,全仗智勇双全。倘若他不摆老鼠阵,梁王那火象阵冲将过来,明军非大败不可。”韦小宝道:“那还用说?沐王爷打仗用老鼠,咱们打仗用石灰,哥儿俩半斤八两。”茅十八摇头道:“不对!常言道兵不厌诈,打仗用计策是可以的。诸葛亮可不是会摆空城计吗?咱们一刀一枪,行走江湖,却得光明磊落,打仗和打架全然不同。”韦小宝道:“我看也差不多。”
这位官家小姐,却一直是讨厌人家打拳动刀的。就算武功练得跟苗人凤一般高强,又值得什么?何况,她虽然不会武功,却也知道田归农永远练不到苗人凤的地步。
--- End Message ---
--- Begin Message ---
I am running W2K with IIS 5.0 and PHP 4.4.n (nsapi)
I am attempting to get the curl extension working but I keep getting an
undefined function. I check phpinfo and find that the extension is not
loading. I check further and find that, although the ini file states that
the extension directory should be c:\php\extensions phpinfo shows it as
being c:\php4. The extension is uncommented, and the proper dlls have been
moved to the c:\winnt\system folder.
Can anyone tell me why the ini file is not being read for the extension
folder or how to fix it? I have looked at
http://docs.php.net/en/configuration.html for more information. This is
getting frustrating, perhaps I should install Apache.
--- End Message ---
--- Begin Message ---
Using ISAPI instead of CGI seems to fix this problem.
by some internet news archives, there was a post on this list that describes
> what I am seeing:
> http://www.issociate.de/board/post/166611/Strange_CGI_Timeout.html
>
> we have a windows 2000 server with PHP 5.0.3 installed. a website within IIS
> has .php extensions mapped to php-cgi.exe.
>
> within that site there is an affiliate program that we have downloaded.
> within that program, as you would expect, are several forms to save
> information, and one to upload images. *all* of these forms work without
> problems when using Firefox. *most* of these forms work fine with Internet
> Explorer (6.0), like the login form allows a user to log in to the system.
>
> however, when using Internet Explorer, some of the forms cause a CGI
> Timeout. it seems to be related to the size of the post of the form, and
> only happens when the method on the form is POST. it seems related to the
> size because it only happens on forms that either have a file upload, or a
> textarea that is being posted.
>
> the problem has to be something to do with the cgi executable and its
> interaction with IIS, because the php in the page itself is not being
> executed at all. if you place some simple code to echo and exit at the top
> of the php file, it does not even reach that.
>
> I think plenty of people have seen this problem before. I've heard that
> deleting an entry from the IIS MetaBase fixes the problem. does anybody have
> any ideas on what I should be looking for to fix the problem?
>
> thanks!
>
> Dan
>
>
--- End Message ---