Edit report at http://bugs.php.net/bug.php?id=51612&edit=1
ID: 51612 Updated by: paj...@php.net Reported by: php dot workspace at gmail dot com Summary: array_push($_SESSION) does not work -Status: Open +Status: Bogus Type: Bug Package: Arrays related Operating System: Windows PHP Version: 5.3.2 New Comment: Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this bug system is not the appropriate forum for asking support questions. Due to the volume of reports we can not explain in detail here why your report is not a bug. The support channels will be able to provide an explanation for you. Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2010-04-20 10:10:49] php dot workspace at gmail dot com Description: ------------ <?php error_reporting(-1); session_start(); array_push($_SESSION, 'foo'); ?> Test script: --------------- Notice: Unknown: Skipping numeric key 0 in Unknown on line 0 Expected result: ---------------- just push that "foo" into _SESSION ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51612&edit=1