Edit report at https://bugs.php.net/bug.php?id=64529&edit=1

 ID:                 64529
 Updated by:         larue...@php.net
 Reported by:        hannes dot magnusson at gmail dot com
 Summary:            Ran out of opcode space
 Status:             Verified
 Type:               Bug
 Package:            Scripting Engine problem
 Operating System:   MacOSX
 PHP Version:        5.4Git-2013-03-27 (Git)
-Assigned To:        
+Assigned To:        dmitry
 Block user comment: N
 Private report:     N

 New Comment:

introduced by https://github.com/php/php-src/commit/f2df6a4a

cg(context).opcodes_size accidentally set by release_lable to zero..


Previous Comments:
------------------------------------------------------------------------
[2013-03-27 08:20:57] larue...@php.net

confirm this bug

------------------------------------------------------------------------
[2013-03-27 05:23:53] hannes dot magnusson at gmail dot com

Description:
------------
Interactive mode seems completely broken

Test script:
---------------
$ php -v
PHP 5.4.14-dev (cli) (built: Mar 18 2013 17:25:33) (DEBUG)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
bjori@anden:~/....$ php -n -m
[PHP Modules]
Core
date
ereg
json
libxml
openssl
pcntl
pcre
posix
Reflection
SPL
standard
xml
zlib

[Zend Modules]

bjori@anden:~/.... $ php -n -a
Interactive mode enabled

echo "hello world";
<C-d>echo "hello world";
Ran out of opcode space!
You should probably consider writing this huge script into a file!




------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=64529&edit=1

Reply via email to