<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>array Архиви - rosen4o.net</title>
	<atom:link href="https://rosen4o.net/tag/array/feed/" rel="self" type="application/rss+xml" />
	<link>https://rosen4o.net/tag/array/</link>
	<description></description>
	<lastBuildDate>Wed, 21 Aug 2013 07:40:55 +0000</lastBuildDate>
	<language>bg-BG</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>php post with big array</title>
		<link>https://rosen4o.net/2013/08/21/php-post-with-big-array/</link>
					<comments>https://rosen4o.net/2013/08/21/php-post-with-big-array/#respond</comments>
		
		<dc:creator><![CDATA[rosen4o]]></dc:creator>
		<pubDate>Wed, 21 Aug 2013 07:40:55 +0000</pubDate>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[limit]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://rosen4o.net/?p=940</guid>

					<description><![CDATA[<p>Starting from php 5.3.9 there is brand new config option max_input_vars which is limiting the input variables to posted arrays and etc. max_input_vars integer How many input variables may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal<span class="ellipsis">&#8230;</span></p>
<div class="read-more"><a href="https://rosen4o.net/2013/08/21/php-post-with-big-array/">Прочетете повече ›</a></div>
<p><!-- end of .read-more --></p>
<p>Материалът <a href="https://rosen4o.net/2013/08/21/php-post-with-big-array/">php post with big array</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Starting from php 5.3.9 there is brand new config option <strong><code>max_input_vars </code></strong>which is limiting the input variables to posted arrays and etc.</p>
<dl>
<dt id="ini.max-input-vars"><em><code>max_input_vars</code></em> <a href="http://www.php.net/manual/en/language.types.integer.php">integer</a></dt>
<dd>How many <a href="http://www.php.net/manual/en/language.variables.external.php">input variables</a> may be accepted (limit is applied to $_GET, $_POST and $_COOKIE superglobal separately). Use of this directive mitigates the possibility of denial of service attacks which use hash collisions. If there are more input variables than specified by this directive, an <strong><code>E_WARNING</code></strong> is issued, and further input variables are truncated from the request. This limit applies only to each nesting level of a multi-dimensional input array.</p>
</dd>
</dl>
<p>Default value is 1000, to set different value you need to add to your <strong>php.ini</strong></p>
<p style="padding-left: 30px;"><strong><code> max_input_vars = 3000</code></strong></p>
<p>Материалът <a href="https://rosen4o.net/2013/08/21/php-post-with-big-array/">php post with big array</a> е публикуван за пръв път на <a href="https://rosen4o.net">rosen4o.net</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://rosen4o.net/2013/08/21/php-post-with-big-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
