Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Update README with PHP info
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatheny committed Sep 30, 2011
1 parent 6f7fdbe commit b84287e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ compile phase. Choose one of these three:


- `CompileThriftFinagle` - create the java bindings with alternative async interfaces for finagle, in `target/gen-java/` - `CompileThriftFinagle` - create the java bindings with alternative async interfaces for finagle, in `target/gen-java/`
- `CompileThriftJava` - create just the java bindings, in `target/gen-java/` - `CompileThriftJava` - create just the java bindings, in `target/gen-java/`
- `CompileThriftPhp` - create just the PHP bindings, in `target/gen-php/`
- `CompileThriftPython` - create just the python bindings, in `target/gen-py/ (or target/gen-py.twisted/)` - `CompileThriftPython` - create just the python bindings, in `target/gen-py/ (or target/gen-py.twisted/)`
- `CompileThriftRuby` - create just the ruby bindings, in `target/gen-ruby/` - `CompileThriftRuby` - create just the ruby bindings, in `target/gen-ruby/`
- `CompileThriftScala` - do `CompileThriftFinagle` and `CompileThriftRuby`, but also generate scala wrappers and implicit conversions in `target/gen-scala/` - `CompileThriftScala` - do `CompileThriftFinagle` and `CompileThriftRuby`, but also generate scala wrappers and implicit conversions in `target/gen-scala/`
Expand Down

0 comments on commit b84287e

Please sign in to comment.