php-windows Digest 6 Mar 2004 10:08:14 -0000 Issue 2152
Topics (messages 23075 through 23076):
mcrypt problem
23075 by: Desmond
Re: File Length
23076 by: Winnesoup
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 ---
Hi,
Hope somebody can help me with this problem.
I've got IIS and PHP on WIN2K.
I did the following :
1) downloaded php_mcrypt.dll and libmcrypt.dll.
2) Copied php_mcrypt.dll to d:\php\extensions
and libmcrypt.dll to c:\windows\system32.
(The extension_dir is pointin to d:\php\extensions)
3) uncommented extensions=php_mcrypt.dll in php.ini
The problem :
1) When I run my php program, it hangs.
2) but when I commented out the php_mcrypt.dll in php.ini - the script runs.
What's wrong ?
Really hope that somebody can help me.
thanks
desmond
--- End Message ---
--- Begin Message ---
it may not be a file size problem. You might get a time-out due to script
execution time ? (default = 30 sec).
Try set_time_limit(seconds) to enlarge script exec time.
----- Original Message -----
From: "dwight ian " <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, March 05, 2004 8:01 AM
Subject: [PHP-WIN] File Length
> Hi People...:)
>
> Im a newbie so please be aptient and help me.
>
> I have a script that will create a csv file and it works fine. The only
problem is, hen the csv file size gets over
> 230kb it will omit the last part of the file...
>
> Where in php can be set to allow a bigger file size?
>
> My csv is also dowloadadble.
>
> Capital One Classic
> Mastercard
> 60 second
> response online. http://mocda.com/1/c/681064/117934/307081/307081
>
> AOL users go here
> http://mocda.com/1/c/681064/117934/307081/307081
>
>
>
----------------------------------------------------------------------------
----
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--- End Message ---