Advertisement
Guest User

Test_result

a guest
Feb 17th, 2017
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.33 KB | None | 0 0
  1.  
  2. =====================================================================
  3. FAILED TEST SUMMARY
  4. ---------------------------------------------------------------------
  5. Solr Server 4+ Compatibility Test [tests/000.solr_server_compat.phpt]
  6. SolrClient::ping() - Ping Solr Server [tests/000.solrclient_ping.phpt]
  7. SolrClient::addDocument() - sending document to the Solr server [tests/001.solrclient_addDocument.phpt]
  8. SolrClient::addDocuments() - sending multiple documents to the Solr server [tests/002.solrclient_addDocuments.phpt]
  9. SolrClient::addDocument() - Overwrite an existing document [tests/003.solrclient_addDocument_no_overwrite.phpt]
  10. SolrClient::query() - Sending a chained query request [tests/004.solrclient_query_response.phpt]
  11. SolrClient::query() - throw SolrClientException on Solr Server exception [tests/005.solrclient_query_error.phpt]
  12. SolrClient::system() - Retrieve Solr Server/System Info [tests/006.solrclient_system.phpt]
  13. SolrClient::deleteByIds() - Test deleting documents by an array of IDS [tests/007.solrclient_deleteByIds.phpt]
  14. SolrClient::commit() - Testing commit [tests/008.solrclient_commit.phpt]
  15. SolrClient::optimize() - Testing optimize [tests/009.solrclient_optimize.phpt]
  16. SolrClient::getById() - Testing Real Time Get by id [tests/012.solrclient_getById.phpt]
  17. SolrClient::getByIds() - Testing Real Time Get by ids [tests/013.solrclient_getByIds.phpt]
  18. SolrClient::addDocument() - Sending a document with child documents [tests/014.solrclient_addDocument_nested_document.phpt]
  19. SolrClient::addDocuments() - Sending multiple documents with child documents [tests/015.solrclient_addDocuments_nested_document.phpt]
  20. SolrClient::query() - Query child documents SolrObject (Integ) [tests/024.solrdocument_child_fetch.phpt]
  21. SolrServerException (xml) - Throw Exception on solr server exception using xml response writer [tests/090.solrserverexception_xml.phpt]
  22. SolrServerException (json) - Throw Exception on solr server exception using json response writer [tests/091.solrserverexception_json.phpt]
  23. SolrServerException (phps) - Throw Exception on solr server exception using phps response writer [tests/092.solrserverexception_php.phpt]
  24. SolrResponse::getResponse - JSON response writer [tests/100.solrresponse_json.phpt]
  25. SolrResponse - ParseMode [tests/101.solrresponse_parseMode.phpt]
  26. SolrResponse::getResponse - PHPS response writer [tests/102.solrresponse_phps.phpt]
  27. SolrResponse::getArrayResponse - For All response writers [tests/103.solrresponse_get_array_response.phpt]
  28. SolrResponse::getResponse() - maxScore [tests/104.solrresponse_get_response_maxscore.phpt]
  29. Solr - Fetch and Update nested documents [tests/160.solr_update_document_block.phpt]
  30. Solr Bug #69156 - segfault on 500 response from Solr [tests/bug_69156.phpt]
  31. Solr Bug #70482 - Segmentation fault on server 500 response with no msg field XML RW [tests/bug_70482.phpt]
  32. Solr Bug #70495 - Failed to parse 500 error response when Solr it lacks msg JSON RW [tests/bug_70495.phpt]
  33. Solr Bug #70496 - Failed to parse 500 error response when Solr it lacks msg PHPS RW [tests/bug_70496.phpt]
  34. =====================================================================
  35.  
  36.  
  37. =====================================================================
  38. TEST RESULT SUMMARY
  39. ---------------------------------------------------------------------
  40. Exts skipped : 0
  41. Exts tested : 56
  42. ---------------------------------------------------------------------
  43.  
  44. Number of tests : 85 85
  45. Tests skipped : 0 ( 0.0%) --------
  46. Tests warned : 0 ( 0.0%) ( 0.0%)
  47. Tests failed : 29 ( 34.1%) ( 34.1%)
  48. Expected fail : 0 ( 0.0%) ( 0.0%)
  49. Tests passed : 56 ( 65.9%) ( 65.9%)
  50. ---------------------------------------------------------------------
  51. Time taken : 14 seconds
  52. =====================================================================
  53.  
  54. =====================================================================
  55. FAILED TEST SUMMARY
  56. ---------------------------------------------------------------------
  57. Solr Server 4+ Compatibility Test [tests/000.solr_server_compat.phpt]
  58. SolrClient::ping() - Ping Solr Server [tests/000.solrclient_ping.phpt]
  59. SolrClient::addDocument() - sending document to the Solr server [tests/001.solrclient_addDocument.phpt]
  60. SolrClient::addDocuments() - sending multiple documents to the Solr server [tests/002.solrclient_addDocuments.phpt]
  61. SolrClient::addDocument() - Overwrite an existing document [tests/003.solrclient_addDocument_no_overwrite.phpt]
  62. SolrClient::query() - Sending a chained query request [tests/004.solrclient_query_response.phpt]
  63. SolrClient::query() - throw SolrClientException on Solr Server exception [tests/005.solrclient_query_error.phpt]
  64. SolrClient::system() - Retrieve Solr Server/System Info [tests/006.solrclient_system.phpt]
  65. SolrClient::deleteByIds() - Test deleting documents by an array of IDS [tests/007.solrclient_deleteByIds.phpt]
  66. SolrClient::commit() - Testing commit [tests/008.solrclient_commit.phpt]
  67. SolrClient::optimize() - Testing optimize [tests/009.solrclient_optimize.phpt]
  68. SolrClient::getById() - Testing Real Time Get by id [tests/012.solrclient_getById.phpt]
  69. SolrClient::getByIds() - Testing Real Time Get by ids [tests/013.solrclient_getByIds.phpt]
  70. SolrClient::addDocument() - Sending a document with child documents [tests/014.solrclient_addDocument_nested_document.phpt]
  71. SolrClient::addDocuments() - Sending multiple documents with child documents [tests/015.solrclient_addDocuments_nested_document.phpt]
  72. SolrClient::query() - Query child documents SolrObject (Integ) [tests/024.solrdocument_child_fetch.phpt]
  73. SolrServerException (xml) - Throw Exception on solr server exception using xml response writer [tests/090.solrserverexception_xml.phpt]
  74. SolrServerException (json) - Throw Exception on solr server exception using json response writer [tests/091.solrserverexception_json.phpt]
  75. SolrServerException (phps) - Throw Exception on solr server exception using phps response writer [tests/092.solrserverexception_php.phpt]
  76. SolrResponse::getResponse - JSON response writer [tests/100.solrresponse_json.phpt]
  77. SolrResponse - ParseMode [tests/101.solrresponse_parseMode.phpt]
  78. SolrResponse::getResponse - PHPS response writer [tests/102.solrresponse_phps.phpt]
  79. SolrResponse::getArrayResponse - For All response writers [tests/103.solrresponse_get_array_response.phpt]
  80. SolrResponse::getResponse() - maxScore [tests/104.solrresponse_get_response_maxscore.phpt]
  81. Solr - Fetch and Update nested documents [tests/160.solr_update_document_block.phpt]
  82. Solr Bug #69156 - segfault on 500 response from Solr [tests/bug_69156.phpt]
  83. Solr Bug #70482 - Segmentation fault on server 500 response with no msg field XML RW [tests/bug_70482.phpt]
  84. Solr Bug #70495 - Failed to parse 500 error response when Solr it lacks msg JSON RW [tests/bug_70495.phpt]
  85. Solr Bug #70496 - Failed to parse 500 error response when Solr it lacks msg PHPS RW [tests/bug_70496.phpt]
  86. =====================================================================
  87.  
  88.  
  89. ================================================================================
  90. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.phpt
  91. ================================================================================
  92. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php:16
  93. Stack trace:
  94. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php(16): SolrClient->system()
  95. #1 {main}
  96. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php on line 16
  97. ================================================================================
  98. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php:16
  99. 001- bool(true)
  100. 002+ Stack trace:
  101. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php(16): SolrClient->system()
  102. 004+ #1 {main}
  103. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solr_server_compat.php on line 16
  104. ================================================================================
  105.  
  106.  
  107.  
  108. ================================================================================
  109. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.phpt
  110. ================================================================================
  111. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php:16
  112. Stack trace:
  113. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php(16): SolrClient->ping()
  114. #1 {main}
  115. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php on line 16
  116. ================================================================================
  117. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php:16
  118. 002+ Stack trace:
  119. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php(16): SolrClient->ping()
  120. 001- HTTP/1.1 200 OK
  121. 002- Content-Type: application/xml; charset=UTF-8
  122. 003- Content-Length: 0
  123. 004+ #1 {main}
  124. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/000.solrclient_ping.php on line 16
  125. ================================================================================
  126.  
  127.  
  128.  
  129. ================================================================================
  130. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.phpt
  131. ================================================================================
  132. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php:28
  133. Stack trace:
  134. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php(28): SolrClient->addDocument(Object(SolrInputDocument), true, 500)
  135. #1 {main}
  136. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php on line 28
  137. ================================================================================
  138. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php:28
  139. 002+ Stack trace:
  140. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php(28): SolrClient->addDocument(Object(SolrInputDocument), true, 500)
  141. 004+ #1 {main}
  142. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/001.solrclient_addDocument.php on line 28
  143. 001- SolrObject Object
  144. 002- (
  145. 003- [responseHeader] => SolrObject Object
  146. 004- (
  147. 005- [status] => 0
  148. 006- [QTime] => %d
  149. 007- )
  150. 008-
  151. 009- )
  152. ================================================================================
  153.  
  154.  
  155.  
  156. ================================================================================
  157. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.phpt
  158. ================================================================================
  159. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php:30
  160. Stack trace:
  161. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php(30): SolrClient->addDocuments(Array)
  162. #1 {main}
  163. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php on line 30
  164. ================================================================================
  165. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php:30
  166. 002+ Stack trace:
  167. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php(30): SolrClient->addDocuments(Array)
  168. 004+ #1 {main}
  169. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/002.solrclient_addDocuments.php on line 30
  170. 001- SolrObject Object
  171. 002- (
  172. 003- [responseHeader] => SolrObject Object
  173. 004- (
  174. 005- [status] => 0
  175. 006- [QTime] => %d
  176. 007- )
  177. 008-
  178. 009- )
  179. ================================================================================
  180.  
  181.  
  182.  
  183. ================================================================================
  184. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.phpt
  185. ================================================================================
  186. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php:22
  187. Stack trace:
  188. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php(22): SolrClient->addDocument(Object(SolrInputDocument), false)
  189. #1 {main}
  190. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php on line 22
  191. ================================================================================
  192. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php:22
  193. 002+ Stack trace:
  194. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php(22): SolrClient->addDocument(Object(SolrInputDocument), false)
  195. 004+ #1 {main}
  196. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/003.solrclient_addDocument_no_overwrite.php on line 22
  197. 001- <?xml version="1.0" encoding="UTF-8"?>
  198. 002- <add overwrite="false">
  199. 003- <doc>
  200. 004- <field name="id">334455</field>
  201. 005- <field name="cat">Software</field>
  202. 006- <field name="cat">Solr</field>
  203. 007- </doc>
  204. 008- </add>
  205. ================================================================================
  206.  
  207.  
  208.  
  209. ================================================================================
  210. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.phpt
  211. ================================================================================
  212. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php:27
  213. Stack trace:
  214. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php(27): SolrClient->query(Object(SolrQuery))
  215. #1 {main}
  216. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php on line 27
  217. ================================================================================
  218. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php:27
  219. 002+ Stack trace:
  220. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php(27): SolrClient->query(Object(SolrQuery))
  221. 004+ #1 {main}
  222. 001- bool(true)
  223. 002- bool(true)
  224. 003- bool(true)
  225. 004- bool(true)
  226. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/004.solrclient_query_response.php on line 27
  227. ================================================================================
  228.  
  229.  
  230.  
  231. ================================================================================
  232. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.phpt
  233. ================================================================================
  234. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php:18
  235. Stack trace:
  236. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php(18): SolrClient->query(Object(SolrQuery))
  237. #1 {main}
  238. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php on line 18
  239. ================================================================================
  240. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php:18
  241. 001- %s: Cannot parse 'lucene\': Lexical error at line 1, column 8. Encountered: <EOF> after : ""
  242. 002+ Stack trace:
  243. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php(18): SolrClient->query(Object(SolrQuery))
  244. 004+ #1 {main}
  245. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/005.solrclient_query_error.php on line 18
  246. ================================================================================
  247.  
  248.  
  249.  
  250. ================================================================================
  251. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.phpt
  252. ================================================================================
  253. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php:16
  254. Stack trace:
  255. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php(16): SolrClient->system()
  256. #1 {main}
  257. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php on line 16
  258. ================================================================================
  259. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php:16
  260. 002+ Stack trace:
  261. 001- string(10) "SolrObject"
  262. 002- string(10) "SolrObject"
  263. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php(16): SolrClient->system()
  264. 004+ #1 {main}
  265. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/006.solrclient_system.php on line 16
  266. ================================================================================
  267.  
  268.  
  269.  
  270. ================================================================================
  271. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.phpt
  272. ================================================================================
  273. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php:15
  274. Stack trace:
  275. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php(15): SolrClient->deleteByIds(Array)
  276. #1 {main}
  277. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php on line 15
  278. ================================================================================
  279. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php:15
  280. 002+ Stack trace:
  281. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php(15): SolrClient->deleteByIds(Array)
  282. 004+ #1 {main}
  283. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/007.solrclient_deleteByIds.php on line 15
  284. 001- SolrObject Object
  285. 002- (
  286. 003- [responseHeader] => SolrObject Object
  287. 004- (
  288. 005- [status] => %d
  289. 006- [QTime] => %d
  290. 007- )
  291. 008-
  292. 009- )
  293. 010- Exception 4000: Id number 1 is not a valid string
  294. 011- Exception 4000: Id number 2 is not a valid string
  295. ================================================================================
  296.  
  297.  
  298.  
  299. ================================================================================
  300. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.phpt
  301. ================================================================================
  302. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php:15
  303. Stack trace:
  304. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php(15): SolrClient->commit()
  305. #1 {main}
  306. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php on line 15
  307. ================================================================================
  308. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php:15
  309. 002+ Stack trace:
  310. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php(15): SolrClient->commit()
  311. 004+ #1 {main}
  312. 001- <?xml version="1.0" encoding="UTF-8"?>
  313. 002- <commit softCommit="false" waitSearcher="true" expungeDeletes="false"/>
  314. 003- <?xml version="1.0" encoding="UTF-8"?>
  315. 004- <commit softCommit="true" waitSearcher="false" expungeDeletes="true"/>
  316. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/008.solrclient_commit.php on line 15
  317. ================================================================================
  318.  
  319.  
  320.  
  321. ================================================================================
  322. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.phpt
  323. ================================================================================
  324. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php:15
  325. Stack trace:
  326. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php(15): SolrClient->optimize()
  327. #1 {main}
  328. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php on line 15
  329. ================================================================================
  330. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php:15
  331. 002+ Stack trace:
  332. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php(15): SolrClient->optimize()
  333. 004+ #1 {main}
  334. 001- <?xml version="1.0" encoding="UTF-8"?>
  335. 002- <optimize maxSegments="1" softCommit="false" waitSearcher="true"/>
  336. 003- <?xml version="1.0" encoding="UTF-8"?>
  337. 004- <optimize maxSegments="4" softCommit="true" waitSearcher="false"/>
  338. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/009.solrclient_optimize.php on line 15
  339. ================================================================================
  340.  
  341.  
  342.  
  343. ================================================================================
  344. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.phpt
  345. ================================================================================
  346. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php:15
  347. Stack trace:
  348. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php(15): SolrClient->getById('GB18030TEST')
  349. #1 {main}
  350. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php on line 15
  351. ================================================================================
  352. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php:15
  353. 002+ Stack trace:
  354. 001- bool(true)
  355. 002- string(11) "GB18030TEST"
  356. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php(15): SolrClient->getById('GB18030TEST')
  357. 004+ #1 {main}
  358. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/012.solrclient_getById.php on line 15
  359. ================================================================================
  360.  
  361.  
  362.  
  363. ================================================================================
  364. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.phpt
  365. ================================================================================
  366. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php:15
  367. Stack trace:
  368. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php(15): SolrClient->getByIds(Array)
  369. #1 {main}
  370. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php on line 15
  371. ================================================================================
  372. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php:15
  373. 002+ Stack trace:
  374. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php(15): SolrClient->getByIds(Array)
  375. 004+ #1 {main}
  376. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/013.solrclient_getByIds.php on line 15
  377. 001- bool(true)
  378. 002- int(0)
  379. 003- Exception 4000: Invalid id at position 1
  380. 004-
  381. 005- - Headers start
  382. 006- Accept-Charset: utf-8
  383. 007- Accept: */*
  384. 008- Authorization: Basic YWRtaW46Y2hhbmdlaXQ=
  385. 009- Connection: keep-alive
  386. 010- GET /solr/collection1/get/?version=2.2&indent=on&wt=xml&ids=GB18030TEST HTTP/1.1
  387. 011- Host: %s:8983
  388. 012- Keep-Alive: 300
  389. 013- User-Agent: %s
  390. 014- - Headers End
  391. 015-
  392. 016- Exception 4000: Invalid parameter: at least 1 ID is required. Passed an empty array.
  393. ================================================================================
  394.  
  395.  
  396.  
  397. ================================================================================
  398. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.phpt
  399. ================================================================================
  400. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php:42
  401. Stack trace:
  402. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php(42): SolrClient->addDocument(Object(SolrInputDocument))
  403. #1 {main}
  404. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php on line 42
  405. ================================================================================
  406. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php:42
  407. 002+ Stack trace:
  408. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php(42): SolrClient->addDocument(Object(SolrInputDocument))
  409. 004+ #1 {main}
  410. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/014.solrclient_addDocument_nested_document.php on line 42
  411. 001- <?xml version="1.0" encoding="UTF-8"?>
  412. 002- <add overwrite="true">
  413. 003- <doc>
  414. 004- <field name="id">CTEST_1</field>
  415. 005- <field name="title">Solr adds block join support</field>
  416. 006- <field name="content_type">parentDocument</field>
  417. 007- <doc>
  418. 008- <field name="id">CTEST_2</field>
  419. 009- <field name="comment_t">SolrCloud supports it too!</field>
  420. 010- <field name="one_more_field_t">testing</field>
  421. 011- </doc>
  422. 012- <doc>
  423. 013- <field name="id">CTEST_3</field>
  424. 014- <field name="comment_t">Lots of features</field>
  425. 015- <doc>
  426. 016- <field name="id">CTEST_4</field>
  427. 017- <field name="comment_t">Child Child</field>
  428. 018- </doc>
  429. 019- </doc>
  430. 020- </doc>
  431. 021- </add>
  432. 022- SolrObject Object
  433. 023- (
  434. 024- [responseHeader] => SolrObject Object
  435. 025- (
  436. 026- [status] => %d
  437. 027- [QTime] => %d
  438. 028- )
  439. 029-
  440. 030- )
  441. ================================================================================
  442.  
  443.  
  444.  
  445. ================================================================================
  446. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.phpt
  447. ================================================================================
  448. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php:40
  449. Stack trace:
  450. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php(40): SolrClient->addDocuments(Array)
  451. #1 {main}
  452. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php on line 40
  453. ================================================================================
  454. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php:40
  455. 002+ Stack trace:
  456. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php(40): SolrClient->addDocuments(Array)
  457. 004+ #1 {main}
  458. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/015.solrclient_addDocuments_nested_document.php on line 40
  459. 001- <?xml version="1.0" encoding="UTF-8"?>
  460. 002- <add overwrite="true">
  461. 003- <doc>
  462. 004- <field name="id">CTEST_1</field>
  463. 005- <field name="title">Solr adds block join support</field>
  464. 006- <field name="content_type">parentDocument</field>
  465. 007- <doc>
  466. 008- <field name="id">CTEST_2</field>
  467. 009- <field name="comment_t">SolrCloud supports it too!</field>
  468. 010- </doc>
  469. 011- </doc>
  470. 012- <doc>
  471. 013- <field name="id">CTEST_3</field>
  472. 014- <field name="content_type">parentDocument</field>
  473. 015- <field name="comment_t">Lots of features</field>
  474. 016- <doc>
  475. 017- <field name="id">CTEST_4</field>
  476. 018- <field name="comment_t">Cool features</field>
  477. 019- </doc>
  478. 020- </doc>
  479. 021- </add>
  480. 022- SolrObject Object
  481. 023- (
  482. 024- [responseHeader] => SolrObject Object
  483. 025- (
  484. 026- [status] => %d
  485. 027- [QTime] => %d
  486. 028- )
  487. 029-
  488. 030- )
  489. ================================================================================
  490.  
  491.  
  492.  
  493. ================================================================================
  494. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.phpt
  495. ================================================================================
  496. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php:28
  497. Stack trace:
  498. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php(28): SolrClient->query(Object(SolrQuery))
  499. #1 {main}
  500. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php on line 28
  501. ================================================================================
  502. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php:28
  503. 002+ Stack trace:
  504. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php(28): SolrClient->query(Object(SolrQuery))
  505. 004+ #1 {main}
  506. 001- ----XML----
  507. 002- string(9) "IMM-HOW-S"
  508. 003- ----JSON----
  509. 004- string(9) "IMM-HOW-S"
  510. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/024.solrdocument_child_fetch.php on line 28
  511. ================================================================================
  512.  
  513.  
  514.  
  515. ================================================================================
  516. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.phpt
  517. ================================================================================
  518. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php:16
  519. Stack trace:
  520. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php(16): SolrClient->query(Object(SolrQuery))
  521. #1 {main}
  522. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php on line 16
  523. ================================================================================
  524. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php:16
  525. 002+ Stack trace:
  526. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php(16): SolrClient->query(Object(SolrQuery))
  527. 004+ #1 {main}
  528. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/090.solrserverexception_xml.php on line 16
  529. 001- code: %d
  530. 002- message: %s
  531. 003- Array
  532. 004- (
  533. 005- [sourceline] => %d
  534. 006- [sourcefile] => %s
  535. 007- [zif_name] => %s
  536. 008- )
  537. ================================================================================
  538.  
  539.  
  540.  
  541. ================================================================================
  542. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.phpt
  543. ================================================================================
  544. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php:16
  545. Stack trace:
  546. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php(16): SolrClient->query(Object(SolrQuery))
  547. #1 {main}
  548. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php on line 16
  549. ================================================================================
  550. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php:16
  551. 002+ Stack trace:
  552. 001- code: %d
  553. 002- message: %s
  554. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php(16): SolrClient->query(Object(SolrQuery))
  555. 004+ #1 {main}
  556. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/091.solrserverexception_json.php on line 16
  557. ================================================================================
  558.  
  559.  
  560.  
  561. ================================================================================
  562. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.phpt
  563. ================================================================================
  564. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php:16
  565. Stack trace:
  566. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php(16): SolrClient->query(Object(SolrQuery))
  567. #1 {main}
  568. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php on line 16
  569. ================================================================================
  570. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php:16
  571. 002+ Stack trace:
  572. 001- code: %d
  573. 002- message: %s
  574. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php(16): SolrClient->query(Object(SolrQuery))
  575. 004+ #1 {main}
  576. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/092.solrserverexception_php.php on line 16
  577. ================================================================================
  578.  
  579.  
  580.  
  581. ================================================================================
  582. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.phpt
  583. ================================================================================
  584. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php:16
  585. Stack trace:
  586. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php(16): SolrClient->query(Object(SolrQuery))
  587. #1 {main}
  588. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php on line 16
  589. ================================================================================
  590. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php:16
  591. 001- bool(true)
  592. 002+ Stack trace:
  593. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php(16): SolrClient->query(Object(SolrQuery))
  594. 004+ #1 {main}
  595. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/100.solrresponse_json.php on line 16
  596. ================================================================================
  597.  
  598.  
  599.  
  600. ================================================================================
  601. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.phpt
  602. ================================================================================
  603. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php:16
  604. Stack trace:
  605. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php(16): SolrClient->query(Object(SolrQuery))
  606. #1 {main}
  607. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php on line 16
  608. ================================================================================
  609. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php:16
  610. 001- bool(true)
  611. 002+ Stack trace:
  612. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php(16): SolrClient->query(Object(SolrQuery))
  613. 004+ #1 {main}
  614. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/101.solrresponse_parseMode.php on line 16
  615. ================================================================================
  616.  
  617.  
  618.  
  619. ================================================================================
  620. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.phpt
  621. ================================================================================
  622. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php:16
  623. Stack trace:
  624. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php(16): SolrClient->query(Object(SolrQuery))
  625. #1 {main}
  626. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php on line 16
  627. ================================================================================
  628. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php:16
  629. 001- bool(true)
  630. 002+ Stack trace:
  631. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php(16): SolrClient->query(Object(SolrQuery))
  632. 004+ #1 {main}
  633. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/102.solrresponse_phps.php on line 16
  634. ================================================================================
  635.  
  636.  
  637.  
  638. ================================================================================
  639. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.phpt
  640. ================================================================================
  641. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php:18
  642. Stack trace:
  643. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php(18): SolrClient->query(Object(SolrQuery))
  644. #1 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php(23): {closure}('phps')
  645. #2 {main}
  646. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php on line 18
  647. ================================================================================
  648. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php:18
  649. 002+ Stack trace:
  650. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php(18): SolrClient->query(Object(SolrQuery))
  651. 001- bool(true)
  652. 002- bool(true)
  653. 003- bool(true)
  654. 004+ #1 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php(23): {closure}('phps')
  655. 005+ #2 {main}
  656. 006+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/103.solrresponse_get_array_response.php on line 18
  657. ================================================================================
  658.  
  659.  
  660.  
  661. ================================================================================
  662. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.phpt
  663. ================================================================================
  664. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php:17
  665. Stack trace:
  666. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php(17): SolrClient->query(Object(SolrQuery))
  667. #1 {main}
  668. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php on line 17
  669. ================================================================================
  670. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php:17
  671. 002+ Stack trace:
  672. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php(17): SolrClient->query(Object(SolrQuery))
  673. 004+ #1 {main}
  674. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/104.solrresponse_get_response_maxscore.php on line 17
  675. 001- float(%f)
  676. 002- float(%f)
  677. 003- int(%d)
  678. 004- int(%d)
  679. 005- bool(true)
  680. 006- ------ W/O maxScore ------
  681. 007- int(0)
  682. 008- int(1)
  683. 009- bool(true)
  684. 010- bool(false)
  685. ================================================================================
  686.  
  687.  
  688.  
  689. ================================================================================
  690. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.phpt
  691. ================================================================================
  692. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php:41
  693. Stack trace:
  694. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php(41): SolrClient->query(Object(SolrQuery))
  695. #1 {main}
  696. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php on line 41
  697. ================================================================================
  698. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php:41
  699. 002+ Stack trace:
  700. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php(41): SolrClient->query(Object(SolrQuery))
  701. 004+ #1 {main}
  702. 001- ------EXISTING------
  703. 002- int(200)
  704. 003- ----AFTER UPDATE----
  705. 004- int(300)
  706. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/160.solr_update_document_block.php on line 41
  707. ================================================================================
  708.  
  709.  
  710.  
  711. ================================================================================
  712. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_69156.phpt
  713. ================================================================================
  714.  
  715. ================================================================================
  716. 001+
  717. 001- Notice: SolrClient::query(): Unable to parse serialized php response in %s on line %d
  718. ================================================================================
  719.  
  720.  
  721.  
  722. ================================================================================
  723. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.phpt
  724. ================================================================================
  725. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php:26
  726. Stack trace:
  727. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php(26): SolrClient->query(Object(SolrQuery))
  728. #1 {main}
  729. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php on line 26
  730. ================================================================================
  731. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php:26
  732. 002+ Stack trace:
  733. 001- Exception code %d
  734. 002- OK
  735. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php(26): SolrClient->query(Object(SolrQuery))
  736. 004+ #1 {main}
  737. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70482.php on line 26
  738. ================================================================================
  739.  
  740.  
  741.  
  742. ================================================================================
  743. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.phpt
  744. ================================================================================
  745. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php:26
  746. Stack trace:
  747. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php(26): SolrClient->query(Object(SolrQuery))
  748. #1 {main}
  749. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php on line 26
  750. ================================================================================
  751. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php:26
  752. 002+ Stack trace:
  753. 001- Exception code 500
  754. 002- OK
  755. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php(26): SolrClient->query(Object(SolrQuery))
  756. 004+ #1 {main}
  757. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70495.php on line 26
  758. ================================================================================
  759.  
  760.  
  761.  
  762. ================================================================================
  763. /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.phpt
  764. ================================================================================
  765. Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php:25
  766. Stack trace:
  767. #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php(25): SolrClient->query(Object(SolrQuery))
  768. #1 {main}
  769. thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php on line 25
  770. ================================================================================
  771. 001+ Fatal error: Uncaught exception 'SolrClientException' with message 'Solr HTTP Error 6: 'Couldn't resolve host name' ' in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php:25
  772. 002+ Stack trace:
  773. 001- Exception code 500
  774. 002- OK
  775. 003+ #0 /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php(25): SolrClient->query(Object(SolrQuery))
  776. 004+ #1 {main}
  777. 005+ thrown in /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0/tests/bug_70496.php on line 25
  778. ================================================================================
  779.  
  780.  
  781.  
  782.  
  783. ================================================================================
  784. BUILD ENVIRONMENT
  785. ================================================================================
  786. OS:
  787. Darwin - Darwin AirdeCharlotte 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64
  788.  
  789. Autoconf:
  790.  
  791. Bundled Libtool:
  792. ltmain.sh (GNU libtool) 1.5.26 (1.1220.2.492 2008/01/30 06:40:56)
  793.  
  794. Copyright (C) 2008 Free Software Foundation, Inc.
  795. This is free software; see the source for copying conditions. There is NO
  796. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  797.  
  798. System Libtool:
  799.  
  800. Compiler:
  801. Apple LLVM version 7.3.0 (clang-703.0.31)
  802. Target: x86_64-apple-darwin15.2.0
  803. Thread model: posix
  804. InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
  805.  
  806. Bison:
  807. bison (GNU Bison) 2.3
  808. Written by Robert Corbett and Richard Stallman.
  809.  
  810. Copyright (C) 2006 Free Software Foundation, Inc.
  811. This is free software; see the source for copying conditions. There is NO
  812. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  813.  
  814. Libraries:
  815.  
  816.  
  817.  
  818. ================================================================================
  819. PHPINFO
  820. ================================================================================
  821. phpinfo()
  822. PHP Version => 5.5.30
  823.  
  824. System => Darwin AirdeCharlotte 15.2.0 Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 x86_64
  825. Build Date => Oct 23 2015 17:14:45
  826. Configure Command => '/Library/Caches/com.apple.xbs/Binaries/apache_mod_php/apache_mod_php-101~18/Objects/php/configure' '--prefix=/usr' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--sysconfdir=/private/etc' '--with-libdir=lib' '--enable-cli' '--with-iconv=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/Library/Server/Web/Config/php' '--with-libxml-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr' '--with-openssl=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.Internal.sdk/usr/local
  827. Server API => Command Line Interface
  828. Virtual Directory Support => disabled
  829. Configuration File (php.ini) Path => /etc
  830. Loaded Configuration File => (none)
  831. Scan this dir for additional .ini files => /Library/Server/Web/Config/php
  832. Additional .ini files parsed => (none)
  833. PHP API => 20121113
  834. PHP Extension => 20121212
  835. Zend Extension => 220121212
  836. Zend Extension Build => API220121212,NTS
  837. PHP Extension Build => API20121212,NTS
  838. Debug Build => no
  839. Thread Safety => disabled
  840. Zend Signal Handling => disabled
  841. Zend Memory Manager => enabled
  842. Zend Multibyte Support => provided by mbstring
  843. IPv6 Support => enabled
  844. DTrace Support => disabled
  845.  
  846. Registered PHP Streams => https, ftps, compress.zlib, compress.bzip2, php, file, glob, data, http, ftp, phar, zip
  847. Registered Stream Socket Transports => tcp, udp, unix, udg, ssl, sslv3, sslv2, tls
  848. Registered Stream Filters => zlib.*, bzip2.*, convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed, dechunk
  849.  
  850. This program makes use of the Zend Scripting Language Engine:
  851. Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
  852.  
  853.  
  854. _______________________________________________________________________
  855.  
  856.  
  857. Configuration
  858.  
  859. bcmath
  860.  
  861. BCMath support => enabled
  862.  
  863. Directive => Local Value => Master Value
  864. bcmath.scale => 0 => 0
  865.  
  866. bz2
  867.  
  868. BZip2 Support => Enabled
  869. Stream Wrapper support => compress.bzip2://
  870. Stream Filter support => bzip2.decompress, bzip2.compress
  871. BZip2 Version => 1.0.6, 6-Sept-2010
  872.  
  873. calendar
  874.  
  875. Calendar support => enabled
  876.  
  877. Core
  878.  
  879. PHP Version => 5.5.30
  880.  
  881. Directive => Local Value => Master Value
  882. allow_url_fopen => On => On
  883. allow_url_include => Off => Off
  884. always_populate_raw_post_data => Off => Off
  885. arg_separator.input => & => &
  886. arg_separator.output => & => &
  887. asp_tags => Off => Off
  888. auto_append_file => no value => no value
  889. auto_globals_jit => On => On
  890. auto_prepend_file => no value => no value
  891. browscap => no value => no value
  892. default_charset => no value => no value
  893. default_mimetype => text/html => text/html
  894. disable_classes => no value => no value
  895. disable_functions => no value => no value
  896. display_errors => STDERR => STDERR
  897. display_startup_errors => Off => Off
  898. doc_root => no value => no value
  899. docref_ext => no value => no value
  900. docref_root => no value => no value
  901. enable_dl => On => On
  902. enable_post_data_reading => On => On
  903. error_append_string => no value => no value
  904. error_log => no value => no value
  905. error_prepend_string => no value => no value
  906. error_reporting => no value => no value
  907. exit_on_timeout => Off => Off
  908. expose_php => On => On
  909. extension_dir => /usr/lib/php/extensions/no-debug-non-zts-20121212 => /usr/lib/php/extensions/no-debug-non-zts-20121212
  910. file_uploads => On => On
  911. highlight.comment => <font style="color: #FF8000">#FF8000</font> => <font style="color: #FF8000">#FF8000</font>
  912. highlight.default => <font style="color: #0000BB">#0000BB</font> => <font style="color: #0000BB">#0000BB</font>
  913. highlight.html => <font style="color: #000000">#000000</font> => <font style="color: #000000">#000000</font>
  914. highlight.keyword => <font style="color: #007700">#007700</font> => <font style="color: #007700">#007700</font>
  915. highlight.string => <font style="color: #DD0000">#DD0000</font> => <font style="color: #DD0000">#DD0000</font>
  916. html_errors => Off => Off
  917. ignore_repeated_errors => Off => Off
  918. ignore_repeated_source => Off => Off
  919. ignore_user_abort => Off => Off
  920. implicit_flush => On => On
  921. include_path => .: => .:
  922. log_errors => Off => Off
  923. log_errors_max_len => 1024 => 1024
  924. mail.add_x_header => Off => Off
  925. mail.force_extra_parameters => no value => no value
  926. mail.log => no value => no value
  927. max_execution_time => 0 => 0
  928. max_file_uploads => 20 => 20
  929. max_input_nesting_level => 64 => 64
  930. max_input_time => -1 => -1
  931. max_input_vars => 1000 => 1000
  932. memory_limit => 128M => 128M
  933. open_basedir => no value => no value
  934. output_buffering => 0 => 0
  935. output_handler => no value => no value
  936. post_max_size => 8M => 8M
  937. precision => 14 => 14
  938. realpath_cache_size => 16K => 16K
  939. realpath_cache_ttl => 120 => 120
  940. register_argc_argv => On => On
  941. report_memleaks => On => On
  942. report_zend_debug => Off => Off
  943. request_order => no value => no value
  944. sendmail_from => no value => no value
  945. sendmail_path => /usr/sbin/sendmail -t -i => /usr/sbin/sendmail -t -i
  946. serialize_precision => 17 => 17
  947. short_open_tag => On => On
  948. SMTP => localhost => localhost
  949. smtp_port => 25 => 25
  950. sql.safe_mode => Off => Off
  951. sys_temp_dir => no value => no value
  952. track_errors => Off => Off
  953. unserialize_callback_func => no value => no value
  954. upload_max_filesize => 2M => 2M
  955. upload_tmp_dir => no value => no value
  956. user_dir => no value => no value
  957. user_ini.cache_ttl => 300 => 300
  958. user_ini.filename => .user.ini => .user.ini
  959. variables_order => EGPCS => EGPCS
  960. xmlrpc_error_number => 0 => 0
  961. xmlrpc_errors => Off => Off
  962. zend.detect_unicode => On => On
  963. zend.enable_gc => On => On
  964. zend.multibyte => Off => Off
  965. zend.script_encoding => no value => no value
  966.  
  967. ctype
  968.  
  969. ctype functions => enabled
  970.  
  971. curl
  972.  
  973. cURL support => enabled
  974. cURL Information => 7.43.0
  975. Age => 3
  976. Features
  977. AsynchDNS => Yes
  978. CharConv => No
  979. Debug => No
  980. GSS-Negotiate => No
  981. IDN => No
  982. IPv6 => Yes
  983. krb4 => No
  984. Largefile => Yes
  985. libz => Yes
  986. NTLM => Yes
  987. NTLMWB => Yes
  988. SPNEGO => Yes
  989. SSL => Yes
  990. SSPI => No
  991. TLS-SRP => No
  992. Protocols => dict, file, ftp, ftps, gopher, http, https, imap, imaps, ldap, ldaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp
  993. Host => x86_64-apple-darwin15.0
  994. SSL Version => SecureTransport
  995. ZLib Version => 1.2.5
  996.  
  997. date
  998.  
  999. date/time support => enabled
  1000. "Olson" Timezone Database Version => 2015.5
  1001. Timezone Database => internal
  1002. Default timezone => UTC
  1003.  
  1004. Directive => Local Value => Master Value
  1005. date.default_latitude => 31.7667 => 31.7667
  1006. date.default_longitude => 35.2333 => 35.2333
  1007. date.sunrise_zenith => 90.583333 => 90.583333
  1008. date.sunset_zenith => 90.583333 => 90.583333
  1009. date.timezone => no value => no value
  1010.  
  1011. dba
  1012.  
  1013. DBA support => enabled
  1014. Supported handlers => ndbm cdb cdb_make inifile flatfile
  1015.  
  1016. Directive => Local Value => Master Value
  1017. dba.default_handler => flatfile => flatfile
  1018.  
  1019. dom
  1020.  
  1021. DOM/XML => enabled
  1022. DOM/XML API Version => 20031129
  1023. libxml Version => 2.9.2
  1024. HTML Support => enabled
  1025. XPath Support => enabled
  1026. XPointer Support => enabled
  1027. Schema Support => enabled
  1028. RelaxNG Support => enabled
  1029.  
  1030. ereg
  1031.  
  1032. Regex Library => Bundled library enabled
  1033.  
  1034. exif
  1035.  
  1036. EXIF Support => enabled
  1037. EXIF Version => 1.4 $Id: ff29fdd0fa0b922fd32e2f5704857dcc8543f628 $
  1038. Supported EXIF Version => 0220
  1039. Supported filetypes => JPEG,TIFF
  1040.  
  1041. Directive => Local Value => Master Value
  1042. exif.decode_jis_intel => JIS => JIS
  1043. exif.decode_jis_motorola => JIS => JIS
  1044. exif.decode_unicode_intel => UCS-2LE => UCS-2LE
  1045. exif.decode_unicode_motorola => UCS-2BE => UCS-2BE
  1046. exif.encode_jis => no value => no value
  1047. exif.encode_unicode => ISO-8859-15 => ISO-8859-15
  1048.  
  1049. fileinfo
  1050.  
  1051. fileinfo support => enabled
  1052. version => 1.0.5
  1053.  
  1054. filter
  1055.  
  1056. Input Validation and Filtering => enabled
  1057. Revision => $Id: fbeb8bbbf6cc97f568996dac46e13e48e2907326 $
  1058.  
  1059. Directive => Local Value => Master Value
  1060. filter.default => unsafe_raw => unsafe_raw
  1061. filter.default_flags => no value => no value
  1062.  
  1063. ftp
  1064.  
  1065. FTP support => enabled
  1066.  
  1067. gd
  1068.  
  1069. GD Support => enabled
  1070. GD Version => bundled (2.1.0 compatible)
  1071. GIF Read Support => enabled
  1072. GIF Create Support => enabled
  1073. JPEG Support => enabled
  1074. libJPEG Version => 9 compatible
  1075. PNG Support => enabled
  1076. libPNG Version => 1.6.16
  1077. WBMP Support => enabled
  1078. XBM Support => enabled
  1079.  
  1080. Directive => Local Value => Master Value
  1081. gd.jpeg_ignore_warning => 0 => 0
  1082.  
  1083. hash
  1084.  
  1085. hash support => enabled
  1086. Hashing Engines => md2 md4 md5 sha1 sha224 sha256 sha384 sha512 ripemd128 ripemd160 ripemd256 ripemd320 whirlpool tiger128,3 tiger160,3 tiger192,3 tiger128,4 tiger160,4 tiger192,4 snefru snefru256 gost adler32 crc32 crc32b fnv132 fnv164 joaat haval128,3 haval160,3 haval192,3 haval224,3 haval256,3 haval128,4 haval160,4 haval192,4 haval224,4 haval256,4 haval128,5 haval160,5 haval192,5 haval224,5 haval256,5
  1087.  
  1088. iconv
  1089.  
  1090. iconv support => enabled
  1091. iconv implementation => libiconv
  1092. iconv library version => 1.11
  1093.  
  1094. Directive => Local Value => Master Value
  1095. iconv.input_encoding => ISO-8859-1 => ISO-8859-1
  1096. iconv.internal_encoding => ISO-8859-1 => ISO-8859-1
  1097. iconv.output_encoding => ISO-8859-1 => ISO-8859-1
  1098.  
  1099. json
  1100.  
  1101. json support => enabled
  1102. json version => 1.2.1
  1103.  
  1104. ldap
  1105.  
  1106. LDAP Support => enabled
  1107. RCS Version => $Id: 4db15e5bb92af06390fd31ab784837ab21a3d2ce $
  1108. Total Links => 0/unlimited
  1109. API Version => 3001
  1110. Vendor Name => OpenLDAP
  1111. Vendor Version => 20428
  1112. SASL Support => Enabled
  1113.  
  1114. Directive => Local Value => Master Value
  1115. ldap.max_links => Unlimited => Unlimited
  1116.  
  1117. libxml
  1118.  
  1119. libXML support => active
  1120. libXML Compiled Version => 2.9.2
  1121. libXML Loaded Version => 20902
  1122. libXML streams => enabled
  1123.  
  1124. mbstring
  1125.  
  1126. Multibyte Support => enabled
  1127. Multibyte string engine => libmbfl
  1128. HTTP input encoding translation => disabled
  1129. libmbfl version => 1.3.2
  1130.  
  1131. mbstring extension makes use of "streamable kanji code filter and converter", which is distributed under the GNU Lesser General Public License version 2.1.
  1132.  
  1133. Multibyte (japanese) regex support => enabled
  1134. Multibyte regex (oniguruma) backtrack check => On
  1135. Multibyte regex (oniguruma) version => 5.9.2
  1136.  
  1137. Directive => Local Value => Master Value
  1138. mbstring.detect_order => no value => no value
  1139. mbstring.encoding_translation => Off => Off
  1140. mbstring.func_overload => 0 => 0
  1141. mbstring.http_input => pass => pass
  1142. mbstring.http_output => pass => pass
  1143. mbstring.http_output_conv_mimetypes => ^(text/|application/xhtml\+xml) => ^(text/|application/xhtml\+xml)
  1144. mbstring.internal_encoding => no value => no value
  1145. mbstring.language => neutral => neutral
  1146. mbstring.strict_detection => Off => Off
  1147. mbstring.substitute_character => no value => no value
  1148.  
  1149. mysql
  1150.  
  1151. MySQL Support => enabled
  1152. Active Persistent Links => 0
  1153. Active Links => 0
  1154. Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
  1155.  
  1156. Directive => Local Value => Master Value
  1157. mysql.allow_local_infile => On => On
  1158. mysql.allow_persistent => On => On
  1159. mysql.connect_timeout => 60 => 60
  1160. mysql.default_host => no value => no value
  1161. mysql.default_password => no value => no value
  1162. mysql.default_port => no value => no value
  1163. mysql.default_socket => /var/mysql/mysql.sock => /var/mysql/mysql.sock
  1164. mysql.default_user => no value => no value
  1165. mysql.max_links => Unlimited => Unlimited
  1166. mysql.max_persistent => Unlimited => Unlimited
  1167. mysql.trace_mode => Off => Off
  1168.  
  1169. mysqli
  1170.  
  1171. MysqlI Support => enabled
  1172. Client API library version => mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
  1173. Active Persistent Links => 0
  1174. Inactive Persistent Links => 0
  1175. Active Links => 0
  1176.  
  1177. Directive => Local Value => Master Value
  1178. mysqli.allow_local_infile => On => On
  1179. mysqli.allow_persistent => On => On
  1180. mysqli.default_host => no value => no value
  1181. mysqli.default_port => 3306 => 3306
  1182. mysqli.default_pw => no value => no value
  1183. mysqli.default_socket => /var/mysql/mysql.sock => /var/mysql/mysql.sock
  1184. mysqli.default_user => no value => no value
  1185. mysqli.max_links => Unlimited => Unlimited
  1186. mysqli.max_persistent => Unlimited => Unlimited
  1187. mysqli.reconnect => Off => Off
  1188.  
  1189. mysqlnd
  1190.  
  1191. mysqlnd => enabled
  1192. Version => mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
  1193. Compression => supported
  1194. core SSL => supported
  1195. extended SSL => supported
  1196. Command buffer size => 4096
  1197. Read buffer size => 32768
  1198. Read timeout => 31536000
  1199. Collecting statistics => Yes
  1200. Collecting memory statistics => No
  1201. Tracing => n/a
  1202. Loaded plugins => mysqlnd,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password,auth_plugin_sha256_password
  1203. API Extensions => mysqli,pdo_mysql,mysql
  1204.  
  1205. mysqlnd statistics =>
  1206. bytes_sent => 0
  1207. bytes_received => 0
  1208. packets_sent => 0
  1209. packets_received => 0
  1210. protocol_overhead_in => 0
  1211. protocol_overhead_out => 0
  1212. bytes_received_ok_packet => 0
  1213. bytes_received_eof_packet => 0
  1214. bytes_received_rset_header_packet => 0
  1215. bytes_received_rset_field_meta_packet => 0
  1216. bytes_received_rset_row_packet => 0
  1217. bytes_received_prepare_response_packet => 0
  1218. bytes_received_change_user_packet => 0
  1219. packets_sent_command => 0
  1220. packets_received_ok => 0
  1221. packets_received_eof => 0
  1222. packets_received_rset_header => 0
  1223. packets_received_rset_field_meta => 0
  1224. packets_received_rset_row => 0
  1225. packets_received_prepare_response => 0
  1226. packets_received_change_user => 0
  1227. result_set_queries => 0
  1228. non_result_set_queries => 0
  1229. no_index_used => 0
  1230. bad_index_used => 0
  1231. slow_queries => 0
  1232. buffered_sets => 0
  1233. unbuffered_sets => 0
  1234. ps_buffered_sets => 0
  1235. ps_unbuffered_sets => 0
  1236. flushed_normal_sets => 0
  1237. flushed_ps_sets => 0
  1238. ps_prepared_never_executed => 0
  1239. ps_prepared_once_executed => 0
  1240. rows_fetched_from_server_normal => 0
  1241. rows_fetched_from_server_ps => 0
  1242. rows_buffered_from_client_normal => 0
  1243. rows_buffered_from_client_ps => 0
  1244. rows_fetched_from_client_normal_buffered => 0
  1245. rows_fetched_from_client_normal_unbuffered => 0
  1246. rows_fetched_from_client_ps_buffered => 0
  1247. rows_fetched_from_client_ps_unbuffered => 0
  1248. rows_fetched_from_client_ps_cursor => 0
  1249. rows_affected_normal => 0
  1250. rows_affected_ps => 0
  1251. rows_skipped_normal => 0
  1252. rows_skipped_ps => 0
  1253. copy_on_write_saved => 0
  1254. copy_on_write_performed => 0
  1255. command_buffer_too_small => 0
  1256. connect_success => 0
  1257. connect_failure => 0
  1258. connection_reused => 0
  1259. reconnect => 0
  1260. pconnect_success => 0
  1261. active_connections => 0
  1262. active_persistent_connections => 0
  1263. explicit_close => 0
  1264. implicit_close => 0
  1265. disconnect_close => 0
  1266. in_middle_of_command_close => 0
  1267. explicit_free_result => 0
  1268. implicit_free_result => 0
  1269. explicit_stmt_close => 0
  1270. implicit_stmt_close => 0
  1271. mem_emalloc_count => 0
  1272. mem_emalloc_amount => 0
  1273. mem_ecalloc_count => 0
  1274. mem_ecalloc_amount => 0
  1275. mem_erealloc_count => 0
  1276. mem_erealloc_amount => 0
  1277. mem_efree_count => 0
  1278. mem_efree_amount => 0
  1279. mem_malloc_count => 0
  1280. mem_malloc_amount => 0
  1281. mem_calloc_count => 0
  1282. mem_calloc_amount => 0
  1283. mem_realloc_count => 0
  1284. mem_realloc_amount => 0
  1285. mem_free_count => 0
  1286. mem_free_amount => 0
  1287. mem_estrndup_count => 0
  1288. mem_strndup_count => 0
  1289. mem_estndup_count => 0
  1290. mem_strdup_count => 0
  1291. proto_text_fetched_null => 0
  1292. proto_text_fetched_bit => 0
  1293. proto_text_fetched_tinyint => 0
  1294. proto_text_fetched_short => 0
  1295. proto_text_fetched_int24 => 0
  1296. proto_text_fetched_int => 0
  1297. proto_text_fetched_bigint => 0
  1298. proto_text_fetched_decimal => 0
  1299. proto_text_fetched_float => 0
  1300. proto_text_fetched_double => 0
  1301. proto_text_fetched_date => 0
  1302. proto_text_fetched_year => 0
  1303. proto_text_fetched_time => 0
  1304. proto_text_fetched_datetime => 0
  1305. proto_text_fetched_timestamp => 0
  1306. proto_text_fetched_string => 0
  1307. proto_text_fetched_blob => 0
  1308. proto_text_fetched_enum => 0
  1309. proto_text_fetched_set => 0
  1310. proto_text_fetched_geometry => 0
  1311. proto_text_fetched_other => 0
  1312. proto_binary_fetched_null => 0
  1313. proto_binary_fetched_bit => 0
  1314. proto_binary_fetched_tinyint => 0
  1315. proto_binary_fetched_short => 0
  1316. proto_binary_fetched_int24 => 0
  1317. proto_binary_fetched_int => 0
  1318. proto_binary_fetched_bigint => 0
  1319. proto_binary_fetched_decimal => 0
  1320. proto_binary_fetched_float => 0
  1321. proto_binary_fetched_double => 0
  1322. proto_binary_fetched_date => 0
  1323. proto_binary_fetched_year => 0
  1324. proto_binary_fetched_time => 0
  1325. proto_binary_fetched_datetime => 0
  1326. proto_binary_fetched_timestamp => 0
  1327. proto_binary_fetched_string => 0
  1328. proto_binary_fetched_blob => 0
  1329. proto_binary_fetched_enum => 0
  1330. proto_binary_fetched_set => 0
  1331. proto_binary_fetched_geometry => 0
  1332. proto_binary_fetched_other => 0
  1333. init_command_executed_count => 0
  1334. init_command_failed_count => 0
  1335. com_quit => 0
  1336. com_init_db => 0
  1337. com_query => 0
  1338. com_field_list => 0
  1339. com_create_db => 0
  1340. com_drop_db => 0
  1341. com_refresh => 0
  1342. com_shutdown => 0
  1343. com_statistics => 0
  1344. com_process_info => 0
  1345. com_connect => 0
  1346. com_process_kill => 0
  1347. com_debug => 0
  1348. com_ping => 0
  1349. com_time => 0
  1350. com_delayed_insert => 0
  1351. com_change_user => 0
  1352. com_binlog_dump => 0
  1353. com_table_dump => 0
  1354. com_connect_out => 0
  1355. com_register_slave => 0
  1356. com_stmt_prepare => 0
  1357. com_stmt_execute => 0
  1358. com_stmt_send_long_data => 0
  1359. com_stmt_close => 0
  1360. com_stmt_reset => 0
  1361. com_stmt_set_option => 0
  1362. com_stmt_fetch => 0
  1363. com_deamon => 0
  1364. bytes_received_real_data_normal => 0
  1365. bytes_received_real_data_ps => 0
  1366.  
  1367. openssl
  1368.  
  1369. OpenSSL support => enabled
  1370. OpenSSL Library Version => OpenSSL 0.9.8zg 14 July 2015
  1371. OpenSSL Header Version => OpenSSL 0.9.8zc 19 Mar 2015
  1372.  
  1373. pcre
  1374.  
  1375. PCRE (Perl Compatible Regular Expressions) Support => enabled
  1376. PCRE Library Version => 8.02 2010-03-19
  1377.  
  1378. Directive => Local Value => Master Value
  1379. pcre.backtrack_limit => 1000000 => 1000000
  1380. pcre.recursion_limit => 100000 => 100000
  1381.  
  1382. PDO
  1383.  
  1384. PDO support => enabled
  1385. PDO drivers => mysql, sqlite
  1386.  
  1387. pdo_mysql
  1388.  
  1389. PDO Driver for MySQL => enabled
  1390. Client API version => mysqlnd 5.0.11-dev - 20120503 - $Id: 15d5c781cfcad91193dceae1d2cdd127674ddb3e $
  1391.  
  1392. Directive => Local Value => Master Value
  1393. pdo_mysql.default_socket => /var/mysql/mysql.sock => /var/mysql/mysql.sock
  1394.  
  1395. pdo_sqlite
  1396.  
  1397. PDO Driver for SQLite 3.x => enabled
  1398. SQLite Library => 3.8.10.2
  1399.  
  1400. Phar
  1401.  
  1402. Phar: PHP Archive support => enabled
  1403. Phar EXT version => 2.0.2
  1404. Phar API version => 1.1.1
  1405. SVN revision => $Id: 4b9a493926fec4e6d913722b7a94602c7850c27e $
  1406. Phar-based phar archives => enabled
  1407. Tar-based phar archives => enabled
  1408. ZIP-based phar archives => enabled
  1409. gzip compression => enabled
  1410. bzip2 compression => enabled
  1411. OpenSSL support => enabled
  1412.  
  1413.  
  1414. Phar based on pear/PHP_Archive, original concept by Davey Shafik.
  1415. Phar fully realized by Gregory Beaver and Marcus Boerger.
  1416. Portions of tar implementation Copyright (c) 2003-2009 Tim Kientzle.
  1417. Directive => Local Value => Master Value
  1418. phar.cache_list => no value => no value
  1419. phar.readonly => On => On
  1420. phar.require_hash => On => On
  1421.  
  1422. posix
  1423.  
  1424. Revision => $Id: 5d20de77687b7d961b15450873fa23b9e64a136a $
  1425.  
  1426. readline
  1427.  
  1428. Readline Support => enabled
  1429. Readline library => EditLine wrapper
  1430.  
  1431. Directive => Local Value => Master Value
  1432. cli.pager => no value => no value
  1433. cli.prompt => \b \> => \b \>
  1434.  
  1435. Reflection
  1436.  
  1437. Reflection => enabled
  1438. Version => $Id: dc76d2fe0f3e9c327c1d4ca617d94e26c7fae98d $
  1439.  
  1440. session
  1441.  
  1442. Session Support => enabled
  1443. Registered save handlers => files user
  1444. Registered serializer handlers => php_serialize php php_binary wddx
  1445.  
  1446. Directive => Local Value => Master Value
  1447. session.auto_start => Off => Off
  1448. session.cache_expire => 180 => 180
  1449. session.cache_limiter => nocache => nocache
  1450. session.cookie_domain => no value => no value
  1451. session.cookie_httponly => Off => Off
  1452. session.cookie_lifetime => 0 => 0
  1453. session.cookie_path => / => /
  1454. session.cookie_secure => Off => Off
  1455. session.entropy_file => /dev/urandom => /dev/urandom
  1456. session.entropy_length => 32 => 32
  1457. session.gc_divisor => 100 => 100
  1458. session.gc_maxlifetime => 1440 => 1440
  1459. session.gc_probability => 1 => 1
  1460. session.hash_bits_per_character => 4 => 4
  1461. session.hash_function => 0 => 0
  1462. session.name => PHPSESSID => PHPSESSID
  1463. session.referer_check => no value => no value
  1464. session.save_handler => files => files
  1465. session.save_path => no value => no value
  1466. session.serialize_handler => php => php
  1467. session.upload_progress.cleanup => On => On
  1468. session.upload_progress.enabled => On => On
  1469. session.upload_progress.freq => 1% => 1%
  1470. session.upload_progress.min_freq => 1 => 1
  1471. session.upload_progress.name => PHP_SESSION_UPLOAD_PROGRESS => PHP_SESSION_UPLOAD_PROGRESS
  1472. session.upload_progress.prefix => upload_progress_ => upload_progress_
  1473. session.use_cookies => On => On
  1474. session.use_only_cookies => On => On
  1475. session.use_strict_mode => Off => Off
  1476. session.use_trans_sid => 0 => 0
  1477.  
  1478. shmop
  1479.  
  1480. shmop support => enabled
  1481.  
  1482. SimpleXML
  1483.  
  1484. Simplexml support => enabled
  1485. Revision => $Id: 6b8e23a01a85046737ef7d31346da5164505c179 $
  1486. Schema support => enabled
  1487.  
  1488. snmp
  1489.  
  1490. NET-SNMP Support => enabled
  1491. NET-SNMP Version => 5.6.2.1
  1492. PHP SNMP Version => 0.1
  1493.  
  1494. soap
  1495.  
  1496. Soap Client => enabled
  1497. Soap Server => enabled
  1498.  
  1499. Directive => Local Value => Master Value
  1500. soap.wsdl_cache => 1 => 1
  1501. soap.wsdl_cache_dir => /tmp => /tmp
  1502. soap.wsdl_cache_enabled => 1 => 1
  1503. soap.wsdl_cache_limit => 5 => 5
  1504. soap.wsdl_cache_ttl => 86400 => 86400
  1505.  
  1506. sockets
  1507.  
  1508. Sockets Support => enabled
  1509.  
  1510. SPL
  1511.  
  1512. SPL support => enabled
  1513. Interfaces => Countable, OuterIterator, RecursiveIterator, SeekableIterator, SplObserver, SplSubject
  1514. Classes => AppendIterator, ArrayIterator, ArrayObject, BadFunctionCallException, BadMethodCallException, CachingIterator, CallbackFilterIterator, DirectoryIterator, DomainException, EmptyIterator, FilesystemIterator, FilterIterator, GlobIterator, InfiniteIterator, InvalidArgumentException, IteratorIterator, LengthException, LimitIterator, LogicException, MultipleIterator, NoRewindIterator, OutOfBoundsException, OutOfRangeException, OverflowException, ParentIterator, RangeException, RecursiveArrayIterator, RecursiveCachingIterator, RecursiveCallbackFilterIterator, RecursiveDirectoryIterator, RecursiveFilterIterator, RecursiveIteratorIterator, RecursiveRegexIterator, RecursiveTreeIterator, RegexIterator, RuntimeException, SplDoublyLinkedList, SplFileInfo, SplFileObject, SplFixedArray, SplHeap, SplMinHeap, SplMaxHeap, SplObjectStorage, SplPriorityQueue, SplQueue, SplStack, SplTempFileObject, UnderflowException, UnexpectedValueException
  1515.  
  1516. sqlite3
  1517.  
  1518. SQLite3 support => enabled
  1519. SQLite3 module version => 0.7-dev
  1520. SQLite Library => 3.8.10.2
  1521.  
  1522. Directive => Local Value => Master Value
  1523. sqlite3.extension_dir => no value => no value
  1524.  
  1525. standard
  1526.  
  1527. Dynamic Library Support => enabled
  1528. Path to sendmail => /usr/sbin/sendmail -t -i
  1529.  
  1530. Directive => Local Value => Master Value
  1531. assert.active => 1 => 1
  1532. assert.bail => 0 => 0
  1533. assert.callback => no value => no value
  1534. assert.quiet_eval => 0 => 0
  1535. assert.warning => 1 => 1
  1536. auto_detect_line_endings => 0 => 0
  1537. default_socket_timeout => 60 => 60
  1538. from => no value => no value
  1539. url_rewriter.tags => a=href,area=href,frame=src,form=,fieldset= => a=href,area=href,frame=src,form=,fieldset=
  1540. user_agent => no value => no value
  1541.  
  1542. sysvmsg
  1543.  
  1544. sysvmsg support => enabled
  1545. Revision => $Id: 1e821e8a0cbb868efec453560ba303e04f3a1db2 $
  1546.  
  1547. tidy
  1548.  
  1549. Tidy support => enabled
  1550. libTidy Release => 31 October 2006 - Apple Inc. build 15.17
  1551. Extension Version => 2.0 ($Id: e066a98a414c7f79f89f697c19c4336c61bc617b $)
  1552.  
  1553. Directive => Local Value => Master Value
  1554. tidy.clean_output => 0 => 0
  1555. tidy.default_config => no value => no value
  1556.  
  1557. tokenizer
  1558.  
  1559. Tokenizer Support => enabled
  1560.  
  1561. wddx
  1562.  
  1563. WDDX Support => enabled
  1564. WDDX Session Serializer => enabled
  1565.  
  1566. xml
  1567.  
  1568. XML Support => active
  1569. XML Namespace Support => active
  1570. libxml2 Version => 2.9.2
  1571.  
  1572. xmlreader
  1573.  
  1574. XMLReader => enabled
  1575.  
  1576. xmlrpc
  1577.  
  1578. core library version => xmlrpc-epi v. 0.51
  1579. php extension version => 0.51
  1580. author => Dan Libby
  1581. homepage => http://xmlrpc-epi.sourceforge.net
  1582. open sourced by => Epinions.com
  1583.  
  1584. xmlwriter
  1585.  
  1586. XMLWriter => enabled
  1587.  
  1588. xsl
  1589.  
  1590. XSL => enabled
  1591. libxslt Version => 1.1.28
  1592. libxslt compiled against libxml Version => 2.9.2
  1593. EXSLT => enabled
  1594. libexslt Version => 1.1.28
  1595.  
  1596. zip
  1597.  
  1598. Zip => enabled
  1599. Extension Version => $Id: 99c293c6d7426a83c60d234956aa10f0b56218fb $
  1600. Zip version => 1.11.0
  1601. Libzip version => 0.10.1
  1602.  
  1603. zlib
  1604.  
  1605. ZLib Support => enabled
  1606. Stream Wrapper => compress.zlib://
  1607. Stream Filter => zlib.inflate, zlib.deflate
  1608. Compiled Version => 1.2.5
  1609. Linked Version => 1.2.5
  1610.  
  1611. Directive => Local Value => Master Value
  1612. zlib.output_compression => Off => Off
  1613. zlib.output_compression_level => -1 => -1
  1614. zlib.output_handler => no value => no value
  1615.  
  1616. Additional Modules
  1617.  
  1618. Module Name
  1619. sysvsem
  1620. sysvshm
  1621.  
  1622. Environment
  1623.  
  1624. Variable => Value
  1625. TERM_PROGRAM => Apple_Terminal
  1626. TEST_PHP_SRCDIR => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1627. SHELL => /bin/bash
  1628. TERM => xterm-256color
  1629. MAKEFLAGS =>
  1630. SSH_CLIENT => deleted
  1631. TMPDIR => /var/folders/dd/6n1bmgz94l3dygy1pp2ql1sr0000gn/T/
  1632. Apple_PubSub_Socket_Render => /private/tmp/com.apple.launchd.XQSHCJFIuU/Render
  1633. TERM_PROGRAM_VERSION => 361.1
  1634. TERM_SESSION_ID => 2D1CD561-BD98-4BC4-B8F7-C80ABB73871E
  1635. SSH_TTY => deleted
  1636. USER => charlotte
  1637. SSH_AUTH_SOCK => deleted
  1638. __CF_USER_TEXT_ENCODING => 0x1F5:0x0:0x1
  1639. MAKELEVEL => 1
  1640. MFLAGS =>
  1641. PATH => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
  1642. _ => /usr/bin/php
  1643. PWD => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1644. LANG => fr_FR.UTF-8
  1645. TEST_PHP_EXECUTABLE => /usr/bin/php
  1646. XPC_FLAGS => 0x0
  1647. XPC_SERVICE_NAME => 0
  1648. HOME => /Users/charlotte
  1649. SHLVL => 3
  1650. LOGNAME => charlotte
  1651. SSH_CONNECTION => deleted
  1652. DISPLAY => /private/tmp/com.apple.launchd.FZlsc5jTM6/org.macosforge.xquartz:0
  1653. CC => cc
  1654.  
  1655. PHP Variables
  1656.  
  1657. Variable => Value
  1658. _SERVER["TERM_PROGRAM"] => Apple_Terminal
  1659. _SERVER["TEST_PHP_SRCDIR"] => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1660. _SERVER["SHELL"] => /bin/bash
  1661. _SERVER["TERM"] => xterm-256color
  1662. _SERVER["MAKEFLAGS"] =>
  1663. _SERVER["SSH_CLIENT"] => deleted
  1664. _SERVER["TMPDIR"] => /var/folders/dd/6n1bmgz94l3dygy1pp2ql1sr0000gn/T/
  1665. _SERVER["Apple_PubSub_Socket_Render"] => /private/tmp/com.apple.launchd.XQSHCJFIuU/Render
  1666. _SERVER["TERM_PROGRAM_VERSION"] => 361.1
  1667. _SERVER["TERM_SESSION_ID"] => 2D1CD561-BD98-4BC4-B8F7-C80ABB73871E
  1668. _SERVER["SSH_TTY"] => deleted
  1669. _SERVER["USER"] => charlotte
  1670. _SERVER["SSH_AUTH_SOCK"] => deleted
  1671. _SERVER["__CF_USER_TEXT_ENCODING"] => 0x1F5:0x0:0x1
  1672. _SERVER["MAKELEVEL"] => 1
  1673. _SERVER["MFLAGS"] =>
  1674. _SERVER["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
  1675. _SERVER["_"] => /usr/bin/php
  1676. _SERVER["PWD"] => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1677. _SERVER["LANG"] => fr_FR.UTF-8
  1678. _SERVER["TEST_PHP_EXECUTABLE"] => /usr/bin/php
  1679. _SERVER["XPC_FLAGS"] => 0x0
  1680. _SERVER["XPC_SERVICE_NAME"] => 0
  1681. _SERVER["HOME"] => /Users/charlotte
  1682. _SERVER["SHLVL"] => 3
  1683. _SERVER["LOGNAME"] => charlotte
  1684. _SERVER["SSH_CONNECTION"] => deleted
  1685. _SERVER["DISPLAY"] => /private/tmp/com.apple.launchd.FZlsc5jTM6/org.macosforge.xquartz:0
  1686. _SERVER["CC"] => cc
  1687. _SERVER["PHP_SELF"] =>
  1688. _SERVER["SCRIPT_NAME"] =>
  1689. _SERVER["SCRIPT_FILENAME"] =>
  1690. _SERVER["PATH_TRANSLATED"] =>
  1691. _SERVER["DOCUMENT_ROOT"] =>
  1692. _SERVER["REQUEST_TIME_FLOAT"] => 1487340421.7973
  1693. _SERVER["REQUEST_TIME"] => 1487340421
  1694. _SERVER["argv"] => Array
  1695. (
  1696. )
  1697.  
  1698. _SERVER["argc"] => 0
  1699. _ENV["TERM_PROGRAM"] => Apple_Terminal
  1700. _ENV["TEST_PHP_SRCDIR"] => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1701. _ENV["SHELL"] => /bin/bash
  1702. _ENV["TERM"] => xterm-256color
  1703. _ENV["MAKEFLAGS"] =>
  1704. _ENV["SSH_CLIENT"] => deleted
  1705. _ENV["TMPDIR"] => /var/folders/dd/6n1bmgz94l3dygy1pp2ql1sr0000gn/T/
  1706. _ENV["Apple_PubSub_Socket_Render"] => /private/tmp/com.apple.launchd.XQSHCJFIuU/Render
  1707. _ENV["TERM_PROGRAM_VERSION"] => 361.1
  1708. _ENV["TERM_SESSION_ID"] => 2D1CD561-BD98-4BC4-B8F7-C80ABB73871E
  1709. _ENV["SSH_TTY"] => deleted
  1710. _ENV["USER"] => charlotte
  1711. _ENV["SSH_AUTH_SOCK"] => deleted
  1712. _ENV["__CF_USER_TEXT_ENCODING"] => 0x1F5:0x0:0x1
  1713. _ENV["MAKELEVEL"] => 1
  1714. _ENV["MFLAGS"] =>
  1715. _ENV["PATH"] => /opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin
  1716. _ENV["_"] => /usr/bin/php
  1717. _ENV["PWD"] => /Users/charlotte/Downloads/solr-2.4.0/solr-2.4.0
  1718. _ENV["LANG"] => fr_FR.UTF-8
  1719. _ENV["TEST_PHP_EXECUTABLE"] => /usr/bin/php
  1720. _ENV["XPC_FLAGS"] => 0x0
  1721. _ENV["XPC_SERVICE_NAME"] => 0
  1722. _ENV["HOME"] => /Users/charlotte
  1723. _ENV["SHLVL"] => 3
  1724. _ENV["LOGNAME"] => charlotte
  1725. _ENV["SSH_CONNECTION"] => deleted
  1726. _ENV["DISPLAY"] => /private/tmp/com.apple.launchd.FZlsc5jTM6/org.macosforge.xquartz:0
  1727. _ENV["CC"] => cc
  1728.  
  1729. PHP License
  1730. This program is free software; you can redistribute it and/or modify
  1731. it under the terms of the PHP License as published by the PHP Group
  1732. and included in the distribution in the file: LICENSE
  1733.  
  1734. This program is distributed in the hope that it will be useful,
  1735. but WITHOUT ANY WARRANTY; without even the implied warranty of
  1736. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  1737.  
  1738. If you did not receive a copy of the PHP license, or have any
  1739. questions about PHP licensing, please contact license@php.net.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement