Skip to content

Commit

Permalink
prepare v0.08
Browse files Browse the repository at this point in the history
  • Loading branch information
sharyanto committed Jun 29, 2010
1 parent 23f4174 commit ad9dbb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Language-Expr

0.08 2010-06-xx
0.08 2010-06-29

PHP compiler/emitter.

Expand Down
2 changes: 1 addition & 1 deletion t/eval-js.t
Expand Up @@ -31,7 +31,7 @@ BEGIN {
}
}
};
$@ and die $@;
#$@ and die $@;

# JavaScript.pm && JE.pm are not good/compatible enough: no
# JSON object, etc.
Expand Down
2 changes: 1 addition & 1 deletion t/eval-php.t
Expand Up @@ -83,7 +83,7 @@ sub eval_in_php($$) {
# ...
} elsif ($php_itp eq 'bin') {
my $cmd = qq($PHP_bin -r ).shell_quote(qq($phpcomp->{_phpcode_prefix}echo json_encode($str);)).qq( 2>&1);
print "# DEBUG: $cmd\n";
#print "# DEBUG: $cmd\n";
my $output;
$output = qx($cmd);
$output =~ /(?:PHP )?(\w+ error|Warning|Notice): /mi and die "php error/warning: cmd=$cmd, output=$output";
Expand Down

0 comments on commit ad9dbb7

Please sign in to comment.