THRIFT-325. Remove a bunch of uses of the old command line format


git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745242 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/php/Makefile b/test/php/Makefile
index 10b430e..d48fb85 100644
--- a/test/php/Makefile
+++ b/test/php/Makefile
@@ -16,10 +16,10 @@
 inline: stubs-inline
 
 stubs: ../ThriftTest.thrift
-	$(THRIFT) --phpl ../ThriftTest.thrift
+	$(THRIFT) --gen php ../ThriftTest.thrift
 
 stubs-inline: ../ThriftTest.thrift
-	$(THRIFT) --phpi ../ThriftTest.thrift
+	$(THRIFT) --gen php:inlined ../ThriftTest.thrift
 
 clean:
 	$(RM) -r gen-php gen-phpi