Skip to content

Commit

Permalink
Merge pull request #1589 from phalcon/development
Browse files Browse the repository at this point in the history
0.10.4
  • Loading branch information
sergeyklay authored Oct 21, 2017
2 parents 7f47512 + 6dbeede commit 11e3984
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Library/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*/
class Compiler
{
const VERSION = '0.10.3';
const VERSION = '0.10.4';

public $parserCompiled = false;

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 0.10.3-{build}
version: 0.10.4-{build}

# branches to build
branches:
Expand Down
4 changes: 2 additions & 2 deletions bin/zephir
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ -z "$ZEPHIRDIR" ]; then
fi

if [ ! -z $1 ] && [ ! -z $2 ] && [ ! -z $3 ] && [ "$1" = "-c" ]; then
php -c $2 $ZEPHIRDIR/compiler.php ${*:3}
php -d timecop.func_override=0 -c $2 $ZEPHIRDIR/compiler.php ${*:3}
else
php $ZEPHIRDIR/compiler.php $*
php -d timecop.func_override=0 $ZEPHIRDIR/compiler.php $*
fi

0 comments on commit 11e3984

Please sign in to comment.