THRIFT-690. php: Update TApplicationException codes

Patch: Nicholas Telford

git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1091150 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/php/src/Thrift.php b/lib/php/src/Thrift.php
index a14a3f3..d2a9441 100644
--- a/lib/php/src/Thrift.php
+++ b/lib/php/src/Thrift.php
@@ -747,6 +747,8 @@
   const WRONG_METHOD_NAME = 3;
   const BAD_SEQUENCE_ID = 4;
   const MISSING_RESULT = 5;
+  const INTERNAL_ERROR = 6;
+  const PROTOCOL_ERROR = 7;
 
   function __construct($message=null, $code=0) {
     parent::__construct($message, $code);