History log of /php-uv/config.m4 (Results 1 – 25 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v0.2.2, v0.2.1, v0.2.0, v0.1.2, v0.1.1
# 2082929a 01-Nov-2016 Remi Collet

use pkg-config when available


# 4a0ae96c 01-Nov-2016 Remi Collet

honours --with-libdir build option


Revision tags: v0.1.0
# 2f34c3dc 26-Oct-2016 Bob Weinand

Remove old clutter & dead http parser code


# 25fa65ee 23-Jan-2015 Bob Weinand

Make ext/sockets optional


# f2389fc5 21-Aug-2014 Tjerk Meesters

Added the '-lrt' CFLAG for linux arch back again


# 89d25e6c 21-Aug-2014 Tjerk Meesters

Add 'sockets' dependency


# bdaf5a0b 21-Aug-2014 Tjerk Meesters

Enabled http parser again


# b035466c 20-Aug-2014 Tjerk Meesters

Disable http parser by default for now


# 77240aa6 19-Aug-2014 Tjerk Meesters

Using --with-uv[=DIR] configure line


# 6f4331d0 03-Jan-2014 Shuhei Tanuma

improve several things


# 14d80970 02-Jan-2014 brettlangdon

uv.a is now called libuv.a


# aa399f24 28-Feb-2013 Shuhei Tanuma

switch libuv version to stable version. #40


# 90c9db69 11-Feb-2013 Shuhei Tanuma

update latest libuv and http-parser

Notes: ares functions are removed as uv removed that features. please use before commit
if you want to use ares features. currently, php ares extensio

update latest libuv and http-parser

Notes: ares functions are removed as uv removed that features. please use before commit
if you want to use ares features. currently, php ares extension seems not maintained.
please ask me when you met some troubles about ares feature.

show more ...


# 9cac14b6 06-Sep-2012 Shuhei Tanuma

sigh, i should sleep today.


# 2b8cf9bf 06-Sep-2012 Shuhei Tanuma

OSX doesn't have -lrt.


# ace9cb9d 06-Sep-2012 Shuhei Tanuma

fix #19 add -lrt flag to CPPFLAGS

also you need to add `CPP_FLAGS += -fPIC` to `libuv/Makefile` if you use 64bit system.


# be965f99 21-Jul-2012 Shuhei Tanuma

fixed compiler warnings


# 20ab4598 14-Jul-2012 Shuhei Tanuma

adjust dtrace support


# 232ed1f9 13-Jul-2012 Shuhei Tanuma

dtrace just work on OSX box. Yay


# 48dfbd42 12-Jul-2012 Shuhei Tanuma

for now, add files


# bdb47a71 09-Jul-2012 Shuhei Tanuma

add ./configure --enable-uv-debug option.


# 8eff2133 01-Jul-2012 Shuhei Tanuma

add http parser support:

currently, php-uv has socket handling problem. (https://github.com/chobie/php-uv/issues/5)
if I don't support httpparser. hard to explain it.


# 7f026cf1 24-Jun-2012 Shuhei Tanuma

add several test cases


# 02451461 24-Jun-2012 Shuhei Tanuma

$host seems better


# 6f7be117 24-Jun-2012 Shuhei Tanuma

improve config.m4


12