[PHP-DEV] PHP 4.0 Bug #2318: assignment to array causes segfault From: bshapiro <email protected>
Date: 09/16/99

From: bshapiro <email protected>
Operating system: Linux/SuSE 6.2
PHP version: 4.0 Beta 2
PHP Bug Type: Reproduceable crash
Bug description: assignment to array causes segfault

Hello. This one is pretty simple to fix, I suspect.

$val=1;
$val[]="hi";

kills the apache child.

Let me know if you want to more info on my config, and info on the problems resolution.

Ben

-- 
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>