Date: 11/13/00
- Next message: Andi Gutmans: "Fwd: [PHP-DEV] PHP Security Advisory - File Uploads"
- Previous message: gtp <email protected>: "[PHP-DEV] PHP 4.0 Bug #7783: Problem when display some word in Chinese(Big5)"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- Next in thread: James Treworgy: "[PHP-DEV] The answer (Bug in 4.03pl1 multipart/form-data method (file uploads))"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hold the phone!!! I think I am an idiot. After looking at phpinfo I
noticed it said post_max_size was 8m. I just changed it to 99M (I had a
typo in the directive in php.ini) and everything appears to be
working. So I'm guessing the problem is related to incomprehension of my
previous 99999999 or improper parsing oif directive in httpd.conf, but
clearly it's as simple as that. Thanks for everyone's help. I'm going to
tinker and let you know what works and what doesn't.
Jamie
At 09:25 AM 11/13/00, Andi Gutmans wrote:
>Can you try and set them in the php.ini and see if it makes a difference?
>Also you might want to try 99M instead of those numbers :)
>It's going to be hard to debug this without you getting your hands on gdb ;)
>
>Andi
>
>At 09:14 AM 11/13/00 -0500, James Treworgy wrote:
>>Already have all those. From my httpd.conf:
>>
>>#PHP3 Directives
>>php_flag track_vars On
>>php_flag asp_tags on
>>php_flag file_uploads on
>>php_value post_max_size 99999999
>>php_value upload_max_filesize 99999999
>>php_value upload_tmp_dir /hd2/var/php_upload
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "Fwd: [PHP-DEV] PHP Security Advisory - File Uploads"
- Previous message: gtp <email protected>: "[PHP-DEV] PHP 4.0 Bug #7783: Problem when display some word in Chinese(Big5)"
- In reply to: Andi Gutmans: "Re: [PHP-DEV] Bug in 4.03pl1 multipart/form-data method (file uploads)"
- Next in thread: James Treworgy: "[PHP-DEV] The answer (Bug in 4.03pl1 multipart/form-data method (file uploads))"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

