[PHP-BUG] Bug #52034 [NEW]: PHP programmer

2010-06-09 Thread hettbox at gmail dot com
From: 
Operating system: Windows 2008 x86
PHP version:  5.3.2
Package:  Unknown/Other Function
Bug Type: Bug
Bug description:PHP programmer

Description:

If time for uploading file more than 30 seconds, then PHP reports an error:
"Fatal error: Maximum execution time of 30 seconds exceeded"



If configure server on max_execution_time more 30 seconds (for example
3600), then after 30 secons server generated error "Fatal error: Maximum
execution time of 3600 seconds exceeded"



Sorry, im russian...

Test script:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>



http://www.w3.org/1999/xhtml";>





  Uploading



















 File name: ' . $path['basename'];

}

  }

}

?>











Expected result:

File must be loaded on the server. (Im russian, sorry =))

Actual result:
--
File not loaded on the server.

-- 
Edit bug report at http://bugs.php.net/bug.php?id=52034&edit=1
-- 
Try a snapshot (PHP 5.2):
http://bugs.php.net/fix.php?id=52034&r=trysnapshot52
Try a snapshot (PHP 5.3):
http://bugs.php.net/fix.php?id=52034&r=trysnapshot53
Try a snapshot (trunk):  
http://bugs.php.net/fix.php?id=52034&r=trysnapshottrunk
Fixed in SVN:
http://bugs.php.net/fix.php?id=52034&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=52034&r=needdocs
Fixed in release:
http://bugs.php.net/fix.php?id=52034&r=alreadyfixed
Need backtrace:  
http://bugs.php.net/fix.php?id=52034&r=needtrace
Need Reproduce Script:   
http://bugs.php.net/fix.php?id=52034&r=needscript
Try newer version:   
http://bugs.php.net/fix.php?id=52034&r=oldversion
Not developer issue: 
http://bugs.php.net/fix.php?id=52034&r=support
Expected behavior:   
http://bugs.php.net/fix.php?id=52034&r=notwrong
Not enough info: 
http://bugs.php.net/fix.php?id=52034&r=notenoughinfo
Submitted twice: 
http://bugs.php.net/fix.php?id=52034&r=submittedtwice
register_globals:
http://bugs.php.net/fix.php?id=52034&r=globals
PHP 4 support discontinued:  http://bugs.php.net/fix.php?id=52034&r=php4
Daylight Savings:http://bugs.php.net/fix.php?id=52034&r=dst
IIS Stability:   
http://bugs.php.net/fix.php?id=52034&r=isapi
Install GNU Sed: 
http://bugs.php.net/fix.php?id=52034&r=gnused
Floating point limitations:  
http://bugs.php.net/fix.php?id=52034&r=float
No Zend Extensions:  
http://bugs.php.net/fix.php?id=52034&r=nozend
MySQL Configuration Error:   
http://bugs.php.net/fix.php?id=52034&r=mysqlcfg



Bug #52034 [Com]: PHP programmer

2010-06-09 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Open
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:

On the PHP 5.3.1 its work!


Previous Comments:

[2010-06-09 19:17:27] hettbox at gmail dot com

Description:

If time for uploading file more than 30 seconds, then PHP reports an
error: "Fatal error: Maximum execution time of 30 seconds exceeded"



If configure server on max_execution_time more 30 seconds (for example
3600), then after 30 secons server generated error "Fatal error: Maximum
execution time of 3600 seconds exceeded"



Sorry, im russian...

Test script:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>



http://www.w3.org/1999/xhtml";>





  Uploading



















 File name: ' . $path['basename'];

}

  }

}

?>











Expected result:

File must be loaded on the server. (Im russian, sorry =))

Actual result:
--
File not loaded on the server.






-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1


Bug #52034 [Com]: PHP programmer

2010-06-10 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Feedback
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


Previous Comments:

[2010-06-10 11:15:54] ka...@php.net

Have you tried to increase the max_input_time php.ini setting?


[2010-06-09 19:22:07] hettbox at gmail dot com

On the PHP 5.3.1 its work!


[2010-06-09 19:17:27] hettbox at gmail dot com

Description:

If time for uploading file more than 30 seconds, then PHP reports an
error: "Fatal error: Maximum execution time of 30 seconds exceeded"



If configure server on max_execution_time more 30 seconds (for example
3600), then after 30 secons server generated error "Fatal error: Maximum
execution time of 3600 seconds exceeded"



Sorry, im russian...

Test script:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>



http://www.w3.org/1999/xhtml";>





  Uploading



















 File name: ' . $path['basename'];

}

  }

}

?>











Expected result:

File must be loaded on the server. (Im russian, sorry =))

Actual result:
--
File not loaded on the server.






-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1


Bug #52034 [Com]: PHP programmer

2010-06-10 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Feedback
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


Previous Comments:

[2010-06-10 11:41:36] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:15:54] ka...@php.net

Have you tried to increase the max_input_time php.ini setting?

----
[2010-06-09 19:22:07] hettbox at gmail dot com

On the PHP 5.3.1 its work!

----
[2010-06-09 19:17:27] hettbox at gmail dot com

Description:

If time for uploading file more than 30 seconds, then PHP reports an
error: "Fatal error: Maximum execution time of 30 seconds exceeded"



If configure server on max_execution_time more 30 seconds (for example
3600), then after 30 secons server generated error "Fatal error: Maximum
execution time of 3600 seconds exceeded"



Sorry, im russian...

Test script:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>



http://www.w3.org/1999/xhtml";>





  Uploading



















 File name: ' . $path['basename'];

}

  }

}

?>











Expected result:

File must be loaded on the server. (Im russian, sorry =))

Actual result:
--
File not loaded on the server.






-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1


Bug #52034 [Com]: PHP programmer

2010-06-10 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Feedback
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:

Try!







Result: Fatal error: Maximum execution time of 30 seconds exceeded in
D:\wwwroot\host\tmp\check.php on line 4


Previous Comments:

[2010-06-10 11:41:46] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:41:36] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:15:54] ka...@php.net

Have you tried to increase the max_input_time php.ini setting?

----
[2010-06-09 19:22:07] hettbox at gmail dot com

On the PHP 5.3.1 its work!

----
[2010-06-09 19:17:27] hettbox at gmail dot com

Description:

If time for uploading file more than 30 seconds, then PHP reports an
error: "Fatal error: Maximum execution time of 30 seconds exceeded"



If configure server on max_execution_time more 30 seconds (for example
3600), then after 30 secons server generated error "Fatal error: Maximum
execution time of 3600 seconds exceeded"



Sorry, im russian...

Test script:
---
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>



http://www.w3.org/1999/xhtml";>





  Uploading



















 File name: ' . $path['basename'];

}

  }

}

?>











Expected result:

File must be loaded on the server. (Im russian, sorry =))

Actual result:
--
File not loaded on the server.






-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1


Bug #52034 [Com]: PHP programmer

2010-06-10 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Feedback
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:




Previous Comments:

[2010-06-10 12:14:42] hettbox at gmail dot com

Try!







Result: Fatal error: Maximum execution time of 30 seconds exceeded in
D:\wwwroot\host\tmp\check.php on line 4


[2010-06-10 11:41:46] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:41:36] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:15:54] ka...@php.net

Have you tried to increase the max_input_time php.ini setting?

----
[2010-06-09 19:22:07] hettbox at gmail dot com

On the PHP 5.3.1 its work!




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

http://bugs.php.net/bug.php?id=52034


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1


Bug #52034 [Com]: PHP programmer

2010-06-10 Thread hettbox at gmail dot com
Edit report at http://bugs.php.net/bug.php?id=52034&edit=1

 ID:   52034
 Comment by:   hettbox at gmail dot com
 Reported by:  hettbox at gmail dot com
 Summary:  PHP programmer
 Status:   Feedback
 Type: Bug
 Package:  Unknown/Other Function
 Operating System: Windows 2008 x86
 PHP Version:  5.3.2

 New Comment:

This problem detected on WINDOWS only.


Previous Comments:

[2010-06-10 12:19:37] hettbox at gmail dot com




[2010-06-10 12:14:42] hettbox at gmail dot com

Try!







Result: Fatal error: Maximum execution time of 30 seconds exceeded in
D:\wwwroot\host\tmp\check.php on line 4


[2010-06-10 11:41:46] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:41:36] hettbox at gmail dot com

If configure server on max_execution_time more 30 seconds 

(for example 3600), then !!!after 30 secons!!! 

server generated error "Fatal error: Maximum 

execution time of !!!3600 seconds!!! exceeded"



Server generating error on max_execution_time!



Плохо с английским. Попробую по русски.


Во время выполнения скрипта не должно
входить время на загрузку файла, на
сколько мне известно. В предыдущих
версиях PHP так и было, но в версии PHP 5.3.2
по каким-то непонятным причинам это
стало учитываться.


[2010-06-10 11:15:54] ka...@php.net

Have you tried to increase the max_input_time php.ini setting?




The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at

http://bugs.php.net/bug.php?id=52034


-- 
Edit this bug report at http://bugs.php.net/bug.php?id=52034&edit=1