From fcdfdccf8a7949ab628fdd16f25e834a9116ac65 Mon Sep 17 00:00:00 2001 From: Jackie Chen Date: Wed, 26 Nov 2014 10:07:20 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c8d514..7945b37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -

Node.js - phplike

+Node.js - phplike +======================= This project's purpose is to implement some useful php function to node.js @@ -7,6 +8,7 @@ Support synchronous exec to prevent node.js too many callback function, it will Phplike can not execute in windows system now, I only have time to support Linux and Mac. * npm: https://npmjs.org/package/phplike +* All version: https://registry.npmjs.org/phplike * Git Source: https://github.com/puritys/nodejs-phplike @@ -17,6 +19,8 @@ Dependency * libcurl (libcurl-7.19) If you install the phplike 2.0 , you will need libcurl package, because phplike support curl in version 2.0. +phplike@2.0.5 support Mac system now. + Completed PHP Method From 26a867c512fee95e64c3a03d84272e1e2562ee41 Mon Sep 17 00:00:00 2001 From: Jackie Chen Date: Wed, 26 Nov 2014 10:07:38 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7945b37..4f2c187 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Dependency * libcurl (libcurl-7.19) If you install the phplike 2.0 , you will need libcurl package, because phplike support curl in version 2.0. + phplike@2.0.5 support Mac system now.