Edit report at https://bugs.php.net/bug.php?id=61300&edit=1
ID: 61300
User updated by: fbableus at yahoo dot fr
Reported by: fbableus at yahoo dot fr
-Summary: segfault in make install or interactive CLI
+Summary: segfault in assignment
Status: Open
Type: Bug
Package: Streams related
Operating System: ARM
PHP Version: 5.4
Block user comment: N
Private report: N
New Comment:
The following code produces segfault (php 5.4.10):
<?php
print_r(explode('.', '1.2')); // works
list($a,$b) = array(1,2); // works
list($c,$d) = explode('.', '1.2'); // fails
?>
Previous Comments:
------------------------------------------------------------------------
[2012-12-31 09:32:54] fbableus at yahoo dot fr
The cli binary runs but when using tab key in interactive mode, segfault occurs.
Apache handler fails too.
------------------------------------------------------------------------
[2012-03-06 12:42:57] fbableus at yahoo dot fr
Description:
------------
When compiling php 5.4.0 under ARMV5tel (gcc 3.4.2) the make install command
fails while attempting to install pear.
make test even fails with segfault before any output.
Compiling without any optimization (-O0 option) is successfull.
Expected result:
----------------
Successfull installation.
Actual result:
--------------
Segmentation fault
------------------------------------------------------------------------
--
Edit this bug report at https://bugs.php.net/bug.php?id=61300&edit=1