php-windows Digest 18 Jan 2004 04:19:47 -0000 Issue 2085
Topics (messages 22596 through 22597):
chmod on win xp
22596 by: mayo
Open Port limits on XP
22597 by: Chuck Lindsay
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 ---
so I would like to write to file on my local box.
$fp = fopen($filename, "w");
fwrite($fp, "whatever");
I get a permission error.
I've looked but I don't see how to chmod.
It worked on my ISP after CHMOD so it's not the code.
using: windows xp and iis 5
-- gil
--- End Message ---
--- Begin Message ---
Hi,
I have an application in which I need to monitor 1000+ ports, connect
briefly and then re-monitor. There seems to be a limit of 64 imposed either
by XP or PHP and haven't been able to find anything that talks to this kind
of problem.
If you have any suggestions or information that might be useful, I would
appreciate your help.
--- End Message ---