We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

It's possible install phalcon in a Synology DS212+ (Linux)

Hi!!

The linux version (uname -a) is:

Linux Machinename 2.6.32.12 #3810 Wed Nov 6 05:13:41 CST 2013 armv5tel GNU/Linux synology_88f6282_212+

And the PHP Version is 5.3.27

I'm not sure about which option I need:

https://phalcon.io/en/download

Anyone can help me? thanks!! ;)



6.0k

Ok ok, I answer myself xD

The first option, "Compilation" !!

I'm not a linux administrator and I have a problem in this step:

It said me:

sudo: unable to execute ./install: No such file or directory

Any idea? ...



6.0k

oh oh!! i'm idiot! bash interpreter is not installed!! , ok... next setp, install bash...



6.0k

mmm... not work... again no such file or directory.. what is wrong?

Thanks!



98.9k

You have to enter the build directory:

cd cphalcon
cd build
sudo ./install


6.0k

Hi Phalcon!, and thanks again for your support ;)

Yes yes, I'm in the cphalcon/build directory but my bash not is in /bin , it's in /opt/bin, I made a symbolic link and works fine ;) ... but I have another problem.

The script said:

Unrecognised CPU. Please email the following to: [email protected]
Vendor:NotFound family:-1 model:-1
flags:
./install: line 63: phpize: command not found

I guess... i have a serious problem...

My machine have this processor: Marvell Kirkwood mv6282 2.0Ghz ARM (Marvell ARMADA 300)

I should send this information to [email protected] ??



6.0k

Ok, the problem not was the processor, I have not installed php-dev,autoconfig, perl.. etc etc... but now yes :)

I can compile but... have a lot of errors :(

This is the standard out (sorry for the long text):

find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f 
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la   modules/* libs/*
Cleaning..
Configuring for:
PHP Api Version:         20041225
Zend Module Api No:      20060613
Zend Extension Api No:   220060519
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... armv5tel-unknown-linux-gnu
checking host system type... armv5tel-unknown-linux-gnu
checking target system type... armv5tel-unknown-linux-gnu
checking for PHP prefix... /opt
checking for PHP includes... -I/opt/include/php -I/opt/include/php/main -I/opt/include/php/TSRM -I/opt/include/php/Zend -I/opt/include/php/ext -I/opt/include/php/ext/date/lib
checking for PHP extension directory... /opt/lib/php/extensions
checking for PHP installed headers prefix... /opt/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable phalcon framework... yes, shared
checking for ext/igbinary/igbinary.h... no
checking whether HAVE_BUNDLED_PCRE is declared... no
checking whether HAVE_JSON is declared... yes
checking for ext/json/php_json.h... yes
checking whether HAVE_PHP_SESSION is declared... yes
checking for ext/session/php_session.h... yes
checking for ld used by gcc... /opt/arm-none-linux-gnueabi/bin/ld
checking if the linker (/opt/arm-none-linux-gnueabi/bin/ld) is GNU ld... yes
checking for /opt/arm-none-linux-gnueabi/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /opt/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 32768
checking command to parse /opt/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/opt/arm-none-linux-gnueabi/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: creating ./config.status
config.status: creating config.h
/bin/bash /root/cphalcon/build/32bits/libtool --mode=compile gcc  -I. -I/root/cphalcon/build/32bits -DPHP_ATOM_INC -I/root/cphalcon/build/32bits/include -I/root/cphalcon/build/32bits/main -I/root/cphalcon/build/32bits -I/opt/include/php -I/opt/include/php/main -I/opt/include/php/TSRM -I/opt/include/php/Zend -I/opt/include/php/ext -I/opt/include/php/ext/date/lib  -DHAVE_CONFIG_H  -O2 -fno-delete-null-pointer-checks -finline-functions -fomit-frame-pointer -fno-builtin-memcmp -fvisibility=hidden   -c /root/cphalcon/build/32bits/phalcon.c -o phalcon.lo 
mkdir .libs
 gcc -I. -I/root/cphalcon/build/32bits -DPHP_ATOM_INC -I/root/cphalcon/build/32bits/include -I/root/cphalcon/build/32bits/main -I/root/cphalcon/build/32bits -I/opt/include/php -I/opt/include/php/main -I/opt/include/php/TSRM -I/opt/include/php/Zend -I/opt/include/php/ext -I/opt/include/php/ext/date/lib -DHAVE_CONFIG_H -O2 -fno-delete-null-pointer-checks -finline-functions -fomit-frame-pointer -fno-builtin-memcmp -fvisibility=hidden -c /root/cphalcon/build/32bits/phalcon.c  -fPIC -DPIC -o .libs/phalcon.o

And that, the error out:

Unrecognised CPU. Please email the following to: [email protected]
  Vendor:NotFound family:-1 model:-1
  flags:
configure.in:3: warning: prefer named diversions
configure.in:3: warning: prefer named diversions
expr: syntax error
./configure: line 2875: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
expr: syntax error
./configure: line 2881: test: =: unary operator expected
expr: syntax error
./configure: line 2888: test: =: unary operator expected
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
/root/cphalcon/build/32bits/phalcon.c:189:30: error: ext/spl/spl_heap.h: No such file or directory
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_get_global':
/root/cphalcon/build/32bits/phalcon.c:2219: warning: passing argument 1 of 'zend_is_auto_global' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:2223: warning: passing argument 2 of 'zend_hash_find' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_function_exists_ex':
/root/cphalcon/build/32bits/phalcon.c:2341: warning: passing argument 1 of 'zend_inline_hash_func' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_function_quick_exists_ex':
/root/cphalcon/build/32bits/phalcon.c:2346: warning: passing argument 2 of 'zend_hash_quick_exists' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_is_callable':
/root/cphalcon/build/32bits/phalcon.c:2358: warning: passing argument 2 of 'zend_is_callable_ex' makes integer from pointer without a cast
/root/cphalcon/build/32bits/phalcon.c:2358: warning: passing argument 7 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_fetch_parameters':
/root/cphalcon/build/32bits/phalcon.c:2399: error: invalid type argument of 'unary *'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_fetch_parameters_ex':
/root/cphalcon/build/32bits/phalcon.c:2441: warning: assignment makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_find_parent_scope':
/root/cphalcon/build/32bits/phalcon.c:2865: warning: passing argument 3 of 'zend_binary_strcasecmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_has_constructor':
/root/cphalcon/build/32bits/phalcon.c:2882: warning: passing argument 1 of 'zend_get_class_entry' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_call_func_params_w':
/root/cphalcon/build/32bits/phalcon.c:2922: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_call_user_func_array_noex':
/root/cphalcon/build/32bits/phalcon.c:3299: warning: passing argument 3 of 'zend_fcall_info_init' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:3299: warning: passing argument 4 of 'zend_fcall_info_init' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:3299: error: too many arguments to function 'zend_fcall_info_init'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_call_user_function_ex':
/root/cphalcon/build/32bits/phalcon.c:3410: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_call_function':
/root/cphalcon/build/32bits/phalcon.c:3477: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3477: error: 'IS_CALLABLE_CHECK_SILENT' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c:3477: error: (Each undeclared identifier is reported only once
/root/cphalcon/build/32bits/phalcon.c:3477: error: for each function it appears in.)
/root/cphalcon/build/32bits/phalcon.c:3477: warning: passing argument 4 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:3477: warning: passing argument 6 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:3477: warning: passing argument 7 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:3501: error: 'zend_fcall_info_cache' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:3502: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3502: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3503: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3504: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3504: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3505: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3535: error: invalid type argument of '->'
/root/cphalcon/build/32bits/phalcon.c:3574: error: 'zend_function_state' has no member named 'arguments'
/root/cphalcon/build/32bits/phalcon.c:3582: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:3584: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:3587: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:3591: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3595: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3652: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3671: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3672: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3672: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:3697: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_hash_exists':
/root/cphalcon/build/32bits/phalcon.c:4690: warning: passing argument 1 of 'zend_inline_hash_func' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_hash_quick_exists':
/root/cphalcon/build/32bits/phalcon.c:4711: warning: passing argument 1 of 'zend_hash_index_exists' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_hash_find':
/root/cphalcon/build/32bits/phalcon.c:4734: warning: passing argument 1 of 'zend_inline_hash_func' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_hash_quick_find':
/root/cphalcon/build/32bits/phalcon.c:4756: warning: passing argument 1 of 'zend_hash_index_find' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_instance_of':
/root/cphalcon/build/32bits/phalcon.c:4983: warning: passing argument 1 of 'zend_get_class_entry' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:4983: warning: passing argument 2 of 'instanceof_function' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_is_instance_of':
/root/cphalcon/build/32bits/phalcon.c:4994: warning: passing argument 3 of 'zend_binary_strcasecmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_get_class_ns':
/root/cphalcon/build/32bits/phalcon.c:5072: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_get_called_class':
/root/cphalcon/build/32bits/phalcon.c:5147: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:5148: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:5148: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_isset_property':
/root/cphalcon/build/32bits/phalcon.c:5240: warning: passing argument 1 of 'zend_inline_hash_func' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_method_exists_ex':
/root/cphalcon/build/32bits/phalcon.c:5957: warning: passing argument 1 of 'zend_inline_hash_func' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_method_quick_exists_ex':
/root/cphalcon/build/32bits/phalcon.c:5965: warning: passing argument 1 of 'zend_get_class_entry' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_read_static_property':
/root/cphalcon/build/32bits/phalcon.c:5986: warning: passing argument 1 of 'zend_lookup_class' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:5987: error: 'ZEND_FETCH_CLASS_SILENT' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_update_static_property':
/root/cphalcon/build/32bits/phalcon.c:6000: warning: passing argument 1 of 'zend_lookup_class' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_fast_explode_str':
/root/cphalcon/build/32bits/phalcon.c:6440: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_json_encode':
/root/cphalcon/build/32bits/phalcon.c:7167: warning: passing argument 3 of 'php_json_encode' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c:7167: error: too many arguments to function 'php_json_encode'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_json_decode':
/root/cphalcon/build/32bits/phalcon.c:7184: warning: passing argument 5 of 'php_json_decode' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c:7184: error: too many arguments to function 'php_json_decode'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_compare_strict_string':
/root/cphalcon/build/32bits/phalcon.c:7770: warning: passing argument 3 of 'zend_binary_strcmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:7772: warning: passing argument 3 of 'zend_binary_strcmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:7775: warning: passing argument 3 of 'zend_binary_strcmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c:7777: warning: passing argument 3 of 'zend_binary_strcmp' discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_throw_exception_internal':
/root/cphalcon/build/32bits/phalcon.c:10187: warning: passing argument 2 of 'zend_exception_error' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c:10187: error: too many arguments to function 'zend_exception_error'
/root/cphalcon/build/32bits/phalcon.c:10202: error: 'zend_executor_globals' has no member named 'exception_op'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_alt_is_callable_check_method':
/root/cphalcon/build/32bits/phalcon.c:10492: error: 'zend_class_entry' has no member named '__callstatic'
/root/cphalcon/build/32bits/phalcon.c:10513: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10515: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10515: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10530: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10566: error: 'IS_CALLABLE_CHECK_SILENT' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_alt_is_callable_method_ex':
/root/cphalcon/build/32bits/phalcon.c:10591: error: 'zend_fcall_info_cache' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:10592: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_alt_call_method':
/root/cphalcon/build/32bits/phalcon.c:10658: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10658: error: 'IS_CALLABLE_CHECK_SILENT' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c:10672: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10672: warning: passing argument 4 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:10672: warning: passing argument 6 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:10672: warning: passing argument 7 of 'zend_is_callable_ex' from incompatible pointer type
/root/cphalcon/build/32bits/phalcon.c:10710: error: 'zend_fcall_info_cache' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:10711: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10711: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10719: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10719: error: 'zend_fcall_info_cache' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10720: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10724: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10724: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10724: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10733: error: 'E_DEPRECATED' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c:10763: error: invalid type argument of '->'
/root/cphalcon/build/32bits/phalcon.c:10810: error: 'zend_function_state' has no member named 'arguments'
/root/cphalcon/build/32bits/phalcon.c:10822: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:10824: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:10827: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c:10831: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10835: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10894: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10906: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10907: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10907: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c:10933: error: 'zend_executor_globals' has no member named 'called_scope'
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_alt_call_user_method':
/root/cphalcon/build/32bits/phalcon.c:11348: error: 'zend_fcall_info' has no member named 'object_ptr'
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Http_Request_getMethod':
/root/cphalcon/build/32bits/phalcon.c:12621: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Http_Response_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:14566: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Http_Response_redirect':
/root/cphalcon/build/32bits/phalcon.c:14975: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Http_Request_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:15410: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Http_Cookie_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:15429: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Dialect_Sqlite_init':
/root/cphalcon/build/32bits/phalcon.c:17589: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Dialect_Mysql_init':
/root/cphalcon/build/32bits/phalcon.c:18091: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Dialect_Oracle_init':
/root/cphalcon/build/32bits/phalcon.c:19025: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Dialect_Postgresql_init':
/root/cphalcon/build/32bits/phalcon.c:19993: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Adapter_Pdo_init':
/root/cphalcon/build/32bits/phalcon.c:21996: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Adapter_Pdo_Sqlite_init':
/root/cphalcon/build/32bits/phalcon.c:22792: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Adapter_Pdo_Mysql_init':
/root/cphalcon/build/32bits/phalcon.c:23188: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Adapter_Pdo_Oracle_init':
/root/cphalcon/build/32bits/phalcon.c:23429: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Adapter_Pdo_Postgresql_init':
/root/cphalcon/build/32bits/phalcon.c:23701: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Db_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:23952: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Loader_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:24902: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Translate_Adapter_NativeArray_init':
/root/cphalcon/build/32bits/phalcon.c:25044: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Translate_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:25165: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Security_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:25214: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Flash_Session_init':
/root/cphalcon/build/32bits/phalcon.c:25253: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Flash_Direct_init':
/root/cphalcon/build/32bits/phalcon.c:25461: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Flash_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:25494: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_DI_FactoryDefault_init':
/root/cphalcon/build/32bits/phalcon.c:25538: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_DI_FactoryDefault_CLI_init':
/root/cphalcon/build/32bits/phalcon.c:26513: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_DI_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:26790: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Events_Manager_attach':
/root/cphalcon/build/32bits/phalcon.c:26878: error: 'spl_ce_SplPriorityQueue' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Events_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:27454: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Assets_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:29708: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Assets_Resource_Js_init':
/root/cphalcon/build/32bits/phalcon.c:29728: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Assets_Resource_Css_init':
/root/cphalcon/build/32bits/phalcon.c:29784: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Annotations_Adapter_Files_init':
/root/cphalcon/build/32bits/phalcon.c:32854: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Annotations_Adapter_Memory_init':
/root/cphalcon/build/32bits/phalcon.c:32974: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Annotations_Adapter_Apc_init':
/root/cphalcon/build/32bits/phalcon.c:33035: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Annotations_Adapter_Xcache_init':
/root/cphalcon/build/32bits/phalcon.c:33098: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Annotations_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:33621: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_init':
/root/cphalcon/build/32bits/phalcon.c:35309: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Config_Adapter_Json_init':
/root/cphalcon/build/32bits/phalcon.c:35689: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Config_Adapter_Ini_init':
/root/cphalcon/build/32bits/phalcon.c:35779: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Config_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:35876: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Acl_Adapter_Memory_init':
/root/cphalcon/build/32bits/phalcon.c:36182: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Acl_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:36834: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_Between_init':
/root/cphalcon/build/32bits/phalcon.c:37092: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_Confirmation_init':
/root/cphalcon/build/32bits/phalcon.c:37170: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_PresenceOf_init':
/root/cphalcon/build/32bits/phalcon.c:37239: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_Identical_init':
/root/cphalcon/build/32bits/phalcon.c:37298: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_Regex_init':
/root/cphalcon/build/32bits/phalcon.c:37363: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_StringLength_init':
/root/cphalcon/build/32bits/phalcon.c:37446: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_Email_init':
/root/cphalcon/build/32bits/phalcon.c:37583: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_ExclusionIn_init':
/root/cphalcon/build/32bits/phalcon.c:37649: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Validator_InclusionIn_init':
/root/cphalcon/build/32bits/phalcon.c:37722: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Validation_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:38089: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Url_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:38182: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Controller_init':
/root/cphalcon/build/32bits/phalcon.c:38202: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Behavior_SoftDelete_init':
/root/cphalcon/build/32bits/phalcon.c:38234: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Behavior_Timestampable_init':
/root/cphalcon/build/32bits/phalcon.c:38332: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_ValidationFailed_init':
/root/cphalcon/build/32bits/phalcon.c:53071: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Transaction_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:53759: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Transaction_Failed_init':
/root/cphalcon/build/32bits/phalcon.c:53779: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_MetaData_Files_init':
/root/cphalcon/build/32bits/phalcon.c:53841: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_MetaData_Session_init':
/root/cphalcon/build/32bits/phalcon.c:54392: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_MetaData_Memory_init':
/root/cphalcon/build/32bits/phalcon.c:54496: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_MetaData_Apc_init':
/root/cphalcon/build/32bits/phalcon.c:54555: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_MetaData_Xcache_init':
/root/cphalcon/build/32bits/phalcon.c:54656: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Uniqueness_init':
/root/cphalcon/build/32bits/phalcon.c:57596: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_PresenceOf_init':
/root/cphalcon/build/32bits/phalcon.c:57855: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Numericality_init':
/root/cphalcon/build/32bits/phalcon.c:57919: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Url_init':
/root/cphalcon/build/32bits/phalcon.c:57983: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Regex_init':
/root/cphalcon/build/32bits/phalcon.c:58053: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_StringLength_init':
/root/cphalcon/build/32bits/phalcon.c:58150: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Email_init':
/root/cphalcon/build/32bits/phalcon.c:58286: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Exclusionin_init':
/root/cphalcon/build/32bits/phalcon.c:58373: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Validator_Inclusionin_init':
/root/cphalcon/build/32bits/phalcon.c:58461: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:58749: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Resultset_Complex_init':
/root/cphalcon/build/32bits/phalcon.c:60617: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Model_Resultset_Simple_init':
/root/cphalcon/build/32bits/phalcon.c:60978: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_User_Plugin_init':
/root/cphalcon/build/32bits/phalcon.c:61397: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_User_Module_init':
/root/cphalcon/build/32bits/phalcon.c:61416: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_User_Component_init':
/root/cphalcon/build/32bits/phalcon.c:61435: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Router_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:63262: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Router_Annotations_init':
/root/cphalcon/build/32bits/phalcon.c:63311: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Application_init':
/root/cphalcon/build/32bits/phalcon.c:63794: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Micro_init':
/root/cphalcon/build/32bits/phalcon.c:64194: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Collection_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:65527: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Dispatcher_init':
/root/cphalcon/build/32bits/phalcon.c:65546: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_Engine_Php_init':
/root/cphalcon/build/32bits/phalcon.c:65756: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_Engine_Volt_init':
/root/cphalcon/build/32bits/phalcon.c:65832: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_Engine_init':
/root/cphalcon/build/32bits/phalcon.c:77345: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:77420: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_Simple_init':
/root/cphalcon/build/32bits/phalcon.c:77440: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Micro_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:78680: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Application_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:78769: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_View_init':
/root/cphalcon/build/32bits/phalcon.c:80382: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Mvc_Dispatcher_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:86291: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Frontend_Igbinary_init':
/root/cphalcon/build/32bits/phalcon.c:87006: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_Memcache_init':
/root/cphalcon/build/32bits/phalcon.c:87161: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_Memory_init':
/root/cphalcon/build/32bits/phalcon.c:87575: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_Apc_init':
/root/cphalcon/build/32bits/phalcon.c:87835: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_File_init':
/root/cphalcon/build/32bits/phalcon.c:88119: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_Mongo_init':
/root/cphalcon/build/32bits/phalcon.c:88502: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Backend_Xcache_init':
/root/cphalcon/build/32bits/phalcon.c:88956: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Cache_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:89468: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_CLI_Router_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:89928: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_CLI_Task_init':
/root/cphalcon/build/32bits/phalcon.c:89947: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_CLI_Dispatcher_init':
/root/cphalcon/build/32bits/phalcon.c:89973: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_CLI_Console_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:90390: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_CLI_Dispatcher_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:90409: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Form_init':
/root/cphalcon/build/32bits/phalcon.c:91008: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Select_init':
/root/cphalcon/build/32bits/phalcon.c:91976: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Password_init':
/root/cphalcon/build/32bits/phalcon.c:92069: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Date_init':
/root/cphalcon/build/32bits/phalcon.c:92109: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Numeric_init':
/root/cphalcon/build/32bits/phalcon.c:92149: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_TextArea_init':
/root/cphalcon/build/32bits/phalcon.c:92189: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Submit_init':
/root/cphalcon/build/32bits/phalcon.c:92229: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Email_init':
/root/cphalcon/build/32bits/phalcon.c:92271: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_File_init':
/root/cphalcon/build/32bits/phalcon.c:92311: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Hidden_init':
/root/cphalcon/build/32bits/phalcon.c:92351: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Text_init':
/root/cphalcon/build/32bits/phalcon.c:92391: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Element_Check_init':
/root/cphalcon/build/32bits/phalcon.c:92431: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Forms_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:92473: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Filter_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:92509: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Escaper_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:93177: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Session_Adapter_Files_init':
/root/cphalcon/build/32bits/phalcon.c:94132: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Session_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:94153: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Formatter_Json_init':
/root/cphalcon/build/32bits/phalcon.c:94196: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Formatter_Line_init':
/root/cphalcon/build/32bits/phalcon.c:94238: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Formatter_Syslog_init':
/root/cphalcon/build/32bits/phalcon.c:94376: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Formatter_Firephp_init':
/root/cphalcon/build/32bits/phalcon.c:94410: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Logger_Formatter_Firephp_getTypeString':
/root/cphalcon/build/32bits/phalcon.c:94448: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Logger_Formatter_getTypeString':
/root/cphalcon/build/32bits/phalcon.c:94620: warning: initialization discards qualifiers from pointer target type
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Adapter_Syslog_init':
/root/cphalcon/build/32bits/phalcon.c:95247: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Adapter_Firephp_init':
/root/cphalcon/build/32bits/phalcon.c:95368: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Adapter_File_init':
/root/cphalcon/build/32bits/phalcon.c:95532: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Adapter_Stream_init':
/root/cphalcon/build/32bits/phalcon.c:95690: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Logger_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:95808: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:96452: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Paginator_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:97031: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_config_get_properties':
/root/cphalcon/build/32bits/phalcon.c:98757: warning: initialization makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c:98759: error: 'gc_active' undeclared (first use in this function)
/root/cphalcon/build/32bits/phalcon.c: In function 'zim_Phalcon_Config___wakeup':
/root/cphalcon/build/32bits/phalcon.c:99072: warning: assignment makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Tag_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:99431: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
/root/cphalcon/build/32bits/phalcon.c: In function 'phalcon_Phalcon_Crypt_Exception_init':
/root/cphalcon/build/32bits/phalcon.c:100080: warning: passing argument 2 of 'phalcon_inherit_not_found' makes pointer from integer without a cast
make: *** [phalcon.lo] Error 1

Any idea?

Thanks very much!



62

Hello, I've tried to do it on a DS211+ and not succed in ...... Do you have the solution now, if you have please tell me. Thanks



10.1k
edited May '14

Would be nice if we can get it running, and maybe add it as a DSM package. Having almost the same errors here. Hopefully @phalcon can give us some pointers.



6.0k

Sorry guys!, in spite of phalcon framework likes very promising I had to abandon the project :_( , I hope return one day to flight!! :D



10.1k

Tried some different approaches. One of my main problems is (I Think) that the php-devel version that is available using ipkg is for php52. On my synology php55 is running, and don't know how to manual compile php-dev for php55. I'm a beginner in compiling stuff like this. But would luv to get it running on my synology so I can use it as a development server. My livesystems are running on freebsd and I was able to install phalcon using the binaries.



62

hi everyone!

im very interested in solving this prob, im running a Synology DiskStation DS413..

did someone solve this issue?

i come across this error after i enter the command './install':

./install Error: Couldn't execute your compiler (gcc) ./install: line 33: gcc: command not found ./install: line 33: [: -ge: unary operator expected ./install: line 43: gcc: command not found Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 /opt/bin/perl: relocation error: /opt/lib/perl5/5.8.8/ppc-linux/CORE/libperl.so: symbol __eqdf2, version GLIBC_2.3.3 not defined in file libc.so.6 with link time reference

then ive installed gcc with command ipkg install gcc, resulted in downloading dependencies (libc-dev,libnsl)

resultuing in this

./install Unrecognised CPU. Please email the following to: [email protected] Vendor:NotFound family:-1 model:fsl,P1022 flags: Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 /opt/bin/perl: relocation error: /opt/lib/libnsl.so.1: symbol __deregister_frame _info, version GLIBC_2.0 not defined in file libc.so.6 with link time reference

thanks for any helps

While the following suggestion doesn't really compile and install Phalcon on the Synology OS it will make it possible to run it on the hardware.

How about compiling and installing phalcon in Debian Chroot (available in Community repo)?

I'm running several services on my debian environment on my DS414 and DS211j without trouble.

Following this thread i decided to install a LAXP (db on other machine in network) stack in the chroot.

I created a mount between /{VOLUME}/web/ and /var/packages/debian-chroot/target/var/chroottarget/mnt/web (/mnt/web in chroot) so apache and php can see the files.

I assigned port 81 to Apache in chroot since Synology keeps grabbing port 80

I've migrated a couple of domains to the Synology for testing:

https://l.has.moe is a website which is running on the Synology with Phalcon

CONS:

  • You will not be able to manage the webserver from the Synology interface

  • Chroot cannot run on port 80, Synology will keep trying to get this port back for its own http server

  • The overhead of chroot IF you're only going to run the stack (in my case is this void since i run more things)

  • Permissions can get confusing

Before continuing, install Debian Chroot and make sure it runs. You can check this by running '/var/packages/debian-chroot/scripts/start-stop-status status', you should get the status back.

  1. Create an empty directory for the mount

    mkdir /mnt/web

SWITCH TO DSM SHELL

  1. Mount the webroot directory with chroot target

    mount --bind /{VOLUME}/web /var/packages/debian-chroot/target/var/chroottarget/mnt/web

BACK TO CHROOT

  1. Install Apache2 and PHP

    apt-get install apache2 php5 libapache2-mod-php5

  2. Change the Apache2 Chroot ports in /etc/apache2/ports.conf 80 => 81 443 => 444

  3. Download, compile and install Phalcon as instructed on the download page

    • Note: instead of simply adding "extension=phalcon.so" to php.ini i followed the new convention by creating a new file /etc/php5/apache2/conf.d/10-phalcon.ini with "extension=phalcon.so" as content
  4. If you don't have a (phalcon powered) PHP site, create a new directory in /mnt/web (in this case "phalcondsm")

  5. Restart apache and you're done with the basics

    service apache2 restart


I've succesfully setup a LAXP stack on my Synology with Debian Chroot. It's running pretty smoothly.