ID: 44146 User updated by: rebel29270 at wanadoo dot fr Reported By: rebel29270 at wanadoo dot fr Status: Open Bug Type: *General Issues Operating System: Gentoo linux PHP Version: 5.2.5 New Comment:
humm problem solved but why could i cant use 10G it works with 5G Previous Comments: ------------------------------------------------------------------------ [2008-02-18 10:53:16] rebel29270 at wanadoo dot fr yes sry the phpinfo is here: http://www.gigaup.fr/test/phpinfo.php post_max_size = 10 Gigats :) ------------------------------------------------------------------------ [2008-02-18 10:47:28] [EMAIL PROTECTED] What about post_max_size? (could you maybe put phpinfo() output somewhere) ------------------------------------------------------------------------ [2008-02-18 10:35:50] rebel29270 at wanadoo dot fr in my file:/etc/php/apache2-php5/php.ini i have that.... ; This directive describes the order in which PHP registers GET, POST, Cookie, ; Environment and Built-in variables (G, P, C, E & S respectively, often ; referred to as EGPCS or GPC). Registration is done from left to right, newer ; values override older values. variables_order = "EGPCS" ------------------------------------------------------------------------ [2008-02-18 10:29:42] [EMAIL PROTECTED] Make sure "P" is in the variables_order php.ini setting (and make sure you are editing the correct ini file). ------------------------------------------------------------------------ [2008-02-18 10:23:42] rebel29270 at wanadoo dot fr Description: ------------ I have updated my apache server from 2.2.6 to 2.2.8 and since the POST forms dont send any informations: example: http://www.gigaup.fr/test/test.php source code: view down thanks in advance Reproduce code: --------------- <form action="" method="POST"> form en post<input name="input" type="texte" value="" size="22" /><input name="envoyer" type="submit" value="ok" /> </form> <br /> <form action="" method="GET"> form en get<input name="input" type="texte" value="" size="22" /><input name="envoyer" type="submit" value="ok" /> </form> <br /> <? echo "<pre>"; print_R($GLOBALS); echo "</pre>"; ?> Expected result: ---------------- i exepected seeing teh typed vars Actual result: -------------- no results :) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=44146&edit=1
