Cannot do attach large zip files to a mail

I have one problem when i try to atrtach a zip file to mail, the zip files are
more than 8 mb size, when I attached a file with small size then that was success,
anybody know what changes should I have to do in php.ini , php.conf or any other files,

from one forum I got some hints that is make following changes
in php.ini file BUT I AM NOT AWARE OF WHAT THIS MEANS:


Cause the PHP interpreter handle files with a .php extension.

<Files *.php>
SetOutputFilter PHP
SetInputFilter PHP
LimitRequestBody 10242888
</Files>

Plase help me if anybody can.