php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52153 Page can not displayed
Submitted: 2010-06-23 09:21 UTC Modified: 2010-07-22 07:04 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: abhay dot nakhate at topsource dot co dot uk Assigned:
Status: Not a bug Package: FTP related
PHP Version: 5.2.14RC1 OS: WIN
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: abhay dot nakhate at topsource dot co dot uk
New email:
PHP Version: OS:

 

 [2010-06-23 09:21 UTC] abhay dot nakhate at topsource dot co dot uk
Description:
------------
I am using ftp_put to upload 100 mb file. it takes around 1 hours. I have set max_excution_time_limit  in the php.ini with largest number 10800. but while processing after the 12 minuts. I will see the [PAGE CANNOT BE DISPLAYED].

I HAVE TRIED MANY SETTING 

set_time_limit in the page itself. with 500000
but not working.

please suggest me how to do it.

Thanks,
Abhay Nakhate


Test script:
---------------
I am using ftp_put to upload 100 mb file. it takes around 1 hours. I have set max_excution_time_limit  in the php.ini with largest number 10800. but while processing after the 12 minuts. I will see the [PAGE CANNOT BE DISPLAYED].

I HAVE TRIED MANY SETTING 

set_time_limit in the page itself. with 500000
but not working.

please suggest me how to do it.

Thanks,
Abhay Nakhate



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-07-21 22:57 UTC] mgdm@php.net
-Status: Open +Status: Bogus
 [2010-07-21 22:57 UTC] mgdm@php.net
Try set_time_limit(0) to disable the time limit altogether.
 [2010-07-22 07:04 UTC] abhay dot nakhate at topsource dot co dot uk
Hi,
I have already used set_time_limit(0) in the php script. is there any other solution.

Thanks,
Abhay
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 13:01:28 2024 UTC