Skip to content

Commit 5fea385

Browse files
committed
remove inline flag
1 parent 6f4331d commit 5fea385

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ or move to extension all together so do not rely to much on them you have been w
1515
git clone https://github.com/chobie/php-uv.git --recursive
1616
cd php-uv
1717
make -C libuv
18+
# Note: please use `make -C libuv CFLAGS=-fPIC` instead of `make` on 64bit box.
1819
phpize
1920
./configure
2021
make

php_uv.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ static inline int php_uv_common_init(php_uv_t **result, uv_loop_t *loop, enum ph
436436
return r;
437437
}
438438

439-
static inline void php_uv_cb_init(php_uv_cb_t **result, php_uv_t *uv, zend_fcall_info *fci, zend_fcall_info_cache *fcc, enum php_uv_callback_type type)
439+
static void php_uv_cb_init(php_uv_cb_t **result, php_uv_t *uv, zend_fcall_info *fci, zend_fcall_info_cache *fcc, enum php_uv_callback_type type)
440440
{
441441
php_uv_cb_t *cb;
442442

0 commit comments

Comments
 (0)