Skip to content

Commit a51a4a7

Browse files
author
Tao Pan
committed
rebuild
1 parent 895960a commit a51a4a7

File tree

342 files changed

+64767
-52100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

342 files changed

+64767
-52100
lines changed

ext/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if test "$PHP_PHALCON" = "yes"; then
99
fi
1010

1111
AC_DEFINE(HAVE_PHALCON, 1, [Whether you have Phalcon])
12-
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
12+
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
1313
phalcon/exception.zep.c
1414
phalcon/events/eventsawareinterface.zep.c
1515
phalcon/validation/validatorinterface.zep.c

ext/config.w32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ ARG_ENABLE("phalcon", "enable phalcon", "no");
33
if (PHP_PHALCON != "no") {
44
EXTENSION("phalcon", "phalcon.c", null, "-I"+configure_module_dirname);
55
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");
6-
ADD_SOURCES(configure_module_dirname + "/kernel/extended", "fcall.c", "phalcon");
76
/* PCRE is always included on WIN32 */
87
AC_DEFINE("ZEPHIR_USE_PHP_PCRE", 1, "Whether PHP pcre extension is present at compile time");
98
if (PHP_JSON != "no") {

ext/configure.ac

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ifdef([AC_PRESERVE_HELP_ORDER], [AC_PRESERVE_HELP_ORDER], [])
66

77
PHP_CONFIG_NICE(config.nice)
88

9-
dnl
9+
dnl
1010
AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl
1111
AC_DEFUN([PHP_EXT_DIR],[""])dnl
1212
AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir])dnl
@@ -45,7 +45,7 @@ phpincludedir=`$PHP_CONFIG --include-dir 2>/dev/null`
4545
INCLUDES=`$PHP_CONFIG --includes 2>/dev/null`
4646
EXTENSION_DIR=`$PHP_CONFIG --extension-dir 2>/dev/null`
4747
PHP_EXECUTABLE=`$PHP_CONFIG --php-binary 2>/dev/null`
48-
48+
4949
if test -z "$prefix"; then
5050
AC_MSG_ERROR([Cannot find php-config. Please use --with-php-config=PATH])
5151
fi
@@ -195,7 +195,6 @@ PHP_GEN_BUILD_DIRS
195195
PHP_GEN_GLOBAL_MAKEFILE
196196

197197
test -d modules || $php_shtool mkdir modules
198-
touch .deps
199198

200199
AC_CONFIG_HEADER(config.h)
201200

ext/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
export CC="gcc"
44
export CFLAGS="-O2 -Wall -fvisibility=hidden -flto -DZEPHIR_RELEASE=1"
55

6-
phpize_bin=$(which phpize 2> /dev/null || which phpize5 2> /dev/null)
6+
phpize_bin=$(which phpize 2> /dev/null)
77

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

0 commit comments

Comments
 (0)