Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.3.2

Bug #9556 curly open not recognized
Submitted: 2006-12-06 11:02 UTC
From: glen at delfi dot ee Assigned: jespino
Status: Closed Package: PHP_Shell (version 0.3.0)
PHP Version: 5.2.0 RC4 OS: PLD Linux
Roadmaps: (Not assigned)    
Subscription  


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 3 - 3 = ?

 
 [2006-12-06 11:02 UTC] glen at delfi dot ee (Elan Ruusamäe)
Description: ------------ works from CLI: # php -r '$z=array(1,33);echo "jura: {$z[1]}\n";' jura: 33 # and warns from php-shell: # php-shell PHP-Shell - Version 0.3.1, with readline() support >> $z=array(1,33); array ( 0 => 1, 1 => 33, ) >> echo "jura: {$z[1]}\n"; unknown tag: 374 (T_CURLY_OPEN): { jura : { Array [1 ]} # php -v PHP 5.2.0 (cli) (built: Nov 20 2006 01:08:10) Copyright (c) 1997-2006 The PHP Group Zend Engine v2.2.0, Copyright (c) 1998-2006 Zend Technologies

Comments

 [2010-05-26 02:07 UTC] jespino (Jesús Espino)
 [2010-08-08 21:11 UTC] jespino (Jesús Espino)
-Status: Open +Status: Closed -Assigned To: +Assigned To: jespino
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better. Applied the patch from jespino