ID: 38051 Comment by: ZavPublic at mac dot com Reported By: saurabh_barjatiya at daiict dot ac dot in Status: No Feedback Bug Type: *Configuration Issues Operating System: Fedora Core 5 PHP Version: 5.1.4 New Comment:
I believe this is fixed in PHP 5.1.6 Previous Comments: ------------------------------------------------------------------------ [2006-12-21 18:02:24] marek dot zolkowski at gmail dot com I've got the same problem: any changes in section File Uploads has no effect (upload_max_filesize and upload_tmp_dir) I'm using php 5.2.0-8 in apache-ssl on Debian. It happens after upgreading php from php4 to php5. Before this upgrade I could upload larger files and there was everything ok... Can anyone help me? ------------------------------------------------------------------------ [2006-11-06 17:00:42] zavpublic at mac dot com Same issue for me in 5.1.4 Using php 5.1.4 in MAMP on a Quad G5 under Mac OS X 10.4.8. ------------------------------------------------------------------------ [2006-07-18 01:00:01] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2006-07-10 07:54:24] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip Works just fine here. ------------------------------------------------------------------------ [2006-07-10 01:08:26] saurabh_barjatiya at daiict dot ac dot in Description: ------------ I have changed following in php.ini, Still when I run phpinfo() I get upload_max_filesize as 2M while other two getchanged. upload_max_filesize 2000M post_max_size 2000M memory_limit 2000M I have also tried creating php.ini in same directory as script with above settings. I have also tried creating .htaccess with php_value upload_max_filesize 2000M Still all scrips return 2M even with ini_get. Please check or tell how to change upload_max_filesize Reproduce code: --------------- <?php echo ini_get('upload_max_filesize'); ?> Expected result: ---------------- 2000M Actual result: -------------- 2M ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38051&edit=1