Skip to content

Commit

Permalink
Used latest Zephir
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Sep 2, 2017
1 parent b036098 commit 6ab801d
Show file tree
Hide file tree
Showing 446 changed files with 65,181 additions and 54,202 deletions.
2 changes: 1 addition & 1 deletion ext/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if test "$PHP_PHALCON" = "yes"; then
fi

AC_DEFINE(HAVE_PHALCON, 1, [Whether you have Phalcon])
phalcon_sources="phalcon.c kernel/main.c kernel/memory.c kernel/exception.c kernel/debug.c kernel/backtrace.c kernel/object.c kernel/array.c kernel/string.c kernel/fcall.c kernel/extended/fcall.c kernel/require.c kernel/file.c kernel/operators.c kernel/math.c kernel/concat.c kernel/variables.c kernel/filter.c kernel/iterator.c kernel/time.c kernel/exit.c phalcon/di/injectionawareinterface.zep.c
phalcon_sources="phalcon.c kernel/main.c kernel/memory.c kernel/exception.c kernel/debug.c kernel/backtrace.c kernel/object.c kernel/array.c kernel/string.c kernel/fcall.c kernel/require.c kernel/file.c kernel/operators.c kernel/math.c kernel/concat.c kernel/variables.c kernel/filter.c kernel/iterator.c kernel/time.c kernel/exit.c phalcon/di/injectionawareinterface.zep.c
phalcon/exception.zep.c
phalcon/events/eventsawareinterface.zep.c
phalcon/validation/validatorinterface.zep.c
Expand Down
1 change: 0 additions & 1 deletion ext/config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ ARG_ENABLE("phalcon", "enable phalcon", "no");
if (PHP_PHALCON != "no") {
EXTENSION("phalcon", "phalcon.c", null, "-I"+configure_module_dirname);
ADD_SOURCES(configure_module_dirname + "/kernel", "main.c memory.c exception.c debug.c backtrace.c object.c array.c string.c fcall.c require.c file.c operators.c math.c concat.c variables.c filter.c iterator.c exit.c time.c", "phalcon");
ADD_SOURCES(configure_module_dirname + "/kernel/extended", "fcall.c", "phalcon");
/* PCRE is always included on WIN32 */
AC_DEFINE("ZEPHIR_USE_PHP_PCRE", 1, "Whether PHP pcre extension is present at compile time");
if (PHP_JSON != "no") {
Expand Down
2 changes: 1 addition & 1 deletion ext/install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
export CC="gcc"
export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"

phpize_bin=$(which phpize 2> /dev/null || which phpize5 2> /dev/null)
phpize_bin=$(which phpize 2> /dev/null)

if [ -z $(which sudo 2> /dev/null) ]; then
alias sudo=""
Expand Down
Loading

0 comments on commit 6ab801d

Please sign in to comment.