Skip to content

Commit

Permalink
add README
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Sep 24, 2011
1 parent b3da528 commit b6e02eb
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,27 @@
# phode

php + libuv = win

## status

Very alpha. And not in the dominating male / leader of the pack sense.

## how to build

Make sure you have the PHP 5.4 header files installed somewhere.

$ cp local.gypi.example local.gypi
$ vi local.gypi # update include paths
$ tools/gyp/gyp -Dlibrary=shared_library
$ make

Add the following line to your `php.ini`.

extension = /path/to/phode/out/Debug/obj.target/libphode.so

Now try out some of the examples in the `test/` directory.

$ php test/test-tcp-ping-pong.php
Segmentation fault.

The beauty of open source!

0 comments on commit b6e02eb

Please sign in to comment.