Advertisement
Guest User

Untitled

a guest
Mar 12th, 2018
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.56 KB | None | 0 0
  1. root@192.168.2.1's password:
  2.  
  3.  
  4. BusyBox v1.27.2 () built-in shell (ash)
  5.  
  6. ~ # opkg list-installed | grep php
  7. php5 - 5.6.29-1
  8. php5-cgi - 5.6.29-1
  9. php5-cli - 5.6.29-1
  10. php5-fastcgi - 5.6.29-1
  11. php5-fpm - 5.6.29-1
  12. php5-mod-calendar - 5.6.29-1
  13. php5-mod-ctype - 5.6.29-1
  14. php5-mod-curl - 5.6.29-1
  15. php5-mod-dom - 5.6.29-1
  16. php5-mod-exif - 5.6.29-1
  17. php5-mod-fileinfo - 5.6.29-1
  18. php5-mod-ftp - 5.6.29-1
  19. php5-mod-gd - 5.6.29-1
  20. php5-mod-gettext - 5.6.29-1
  21. php5-mod-gmp - 5.6.29-1
  22. php5-mod-hash - 5.6.29-1
  23. php5-mod-iconv - 5.6.29-1
  24. php5-mod-intl - 5.6.29-1
  25. php5-mod-json - 5.6.29-1
  26. php5-mod-ldap - 5.6.29-1
  27. php5-mod-mbstring - 5.6.29-1
  28. php5-mod-mcrypt - 5.6.29-1
  29. php5-mod-mysql - 5.6.29-1
  30. php5-mod-mysqli - 5.6.29-1
  31. php5-mod-opcache - 5.6.29-1
  32. php5-mod-openssl - 5.6.29-1
  33. php5-mod-pcntl - 5.6.29-1
  34. php5-mod-pdo - 5.6.29-1
  35. php5-mod-pdo-mysql - 5.6.29-1
  36. php5-mod-pdo-pgsql - 5.6.29-1
  37. php5-mod-pdo-sqlite - 5.6.29-1
  38. php5-mod-pgsql - 5.6.29-1
  39. php5-mod-session - 5.6.29-1
  40. php5-mod-shmop - 5.6.29-1
  41. php5-mod-simplexml - 5.6.29-1
  42. php5-mod-soap - 5.6.29-1
  43. php5-mod-sockets - 5.6.29-1
  44. php5-mod-sqlite3 - 5.6.29-1
  45. php5-mod-sysvmsg - 5.6.29-1
  46. php5-mod-sysvsem - 5.6.29-1
  47. php5-mod-sysvshm - 5.6.29-1
  48. php5-mod-tokenizer - 5.6.29-1
  49. php5-mod-xml - 5.6.29-1
  50. php5-mod-xmlreader - 5.6.29-1
  51. php5-mod-xmlwriter - 5.6.29-1
  52. php5-mod-zip - 5.6.29-1
  53. ~ # grep "Pack" /opt/lib/opkg/status | awk '{print $2}' | grep php | sed -e 's/php5/php7/' | xargs opkg install --force-reinstall --force-overwri
  54. te
  55. No packages removed.
  56. Installing php7-mod-dom (7.2.2-1) to root...
  57. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-dom_7.2.2-1_mipsel-3.4.ipk
  58. Installing php7 (7.2.2-1) to root...
  59. Downloading http://bin.entware.net/mipselsf-k3.4/php7_7.2.2-1_mipsel-3.4.ipk
  60. Installing php7-mod-soap (7.2.2-1) to root...
  61. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-soap_7.2.2-1_mipsel-3.4.ipk
  62. Installing php7-mod-iconv (7.2.2-1) to root...
  63. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-iconv_7.2.2-1_mipsel-3.4.ipk
  64. Installing php7-mod-pcntl (7.2.2-1) to root...
  65. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pcntl_7.2.2-1_mipsel-3.4.ipk
  66. Installing php7-mod-calendar (7.2.2-1) to root...
  67. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-calendar_7.2.2-1_mipsel-3.4.ipk
  68. Installing php7-cli (7.2.2-1) to root...
  69. Downloading http://bin.entware.net/mipselsf-k3.4/php7-cli_7.2.2-1_mipsel-3.4.ipk
  70. Installing php7-mod-gmp (7.2.2-1) to root...
  71. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-gmp_7.2.2-1_mipsel-3.4.ipk
  72. Installing php7-mod-sqlite3 (7.2.2-1) to root...
  73. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-sqlite3_7.2.2-1_mipsel-3.4.ipk
  74. Installing php7-mod-xmlreader (7.2.2-1) to root...
  75. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-xmlreader_7.2.2-1_mipsel-3.4.ipk
  76. Installing php7-mod-xml (7.2.2-1) to root...
  77. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-xml_7.2.2-1_mipsel-3.4.ipk
  78. Installing php7-mod-zip (7.2.2-1) to root...
  79. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-zip_7.2.2-1_mipsel-3.4.ipk
  80. Installing php7-mod-pdo-pgsql (7.2.2-1) to root...
  81. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pdo-pgsql_7.2.2-1_mipsel-3.4.ipk
  82. Installing php7-mod-pdo (7.2.2-1) to root...
  83. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pdo_7.2.2-1_mipsel-3.4.ipk
  84. Installing php7-mod-openssl (7.2.2-1) to root...
  85. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-openssl_7.2.2-1_mipsel-3.4.ipk
  86. Installing php7-mod-ftp (7.2.2-1) to root...
  87. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-ftp_7.2.2-1_mipsel-3.4.ipk
  88. Installing php7-mod-xmlwriter (7.2.2-1) to root...
  89. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-xmlwriter_7.2.2-1_mipsel-3.4.ipk
  90. Installing php7-mod-opcache (7.2.2-1) to root...
  91. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-opcache_7.2.2-1_mipsel-3.4.ipk
  92. Unknown package 'php7-mod-mcrypt'.
  93. Package php7-mod-pdo (7.2.2-1) installed in root is up to date.
  94. Installing php7-fpm (7.2.2-1) to root...
  95. Downloading http://bin.entware.net/mipselsf-k3.4/php7-fpm_7.2.2-1_mipsel-3.4.ipk
  96. Installing php7-mod-curl (7.2.2-1) to root...
  97. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-curl_7.2.2-1_mipsel-3.4.ipk
  98. Installing php7-mod-sockets (7.2.2-1) to root...
  99. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-sockets_7.2.2-1_mipsel-3.4.ipk
  100. Installing php7-mod-sysvsem (7.2.2-1) to root...
  101. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-sysvsem_7.2.2-1_mipsel-3.4.ipk
  102. Installing php7-mod-gd (7.2.2-1) to root...
  103. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-gd_7.2.2-1_mipsel-3.4.ipk
  104. Installing php7-mod-exif (7.2.2-1) to root...
  105. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-exif_7.2.2-1_mipsel-3.4.ipk
  106. Installing php7-mod-pdo-mysql (7.2.2-1) to root...
  107. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pdo-mysql_7.2.2-1_mipsel-3.4.ipk
  108. Installing php7-mod-sysvmsg (7.2.2-1) to root...
  109. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-sysvmsg_7.2.2-1_mipsel-3.4.ipk
  110. Installing php7-mod-ctype (7.2.2-1) to root...
  111. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-ctype_7.2.2-1_mipsel-3.4.ipk
  112. Installing php7-mod-mbstring (7.2.2-1) to root...
  113. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-mbstring_7.2.2-1_mipsel-3.4.ipk
  114. Installing php7-mod-fileinfo (7.2.2-1) to root...
  115. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-fileinfo_7.2.2-1_mipsel-3.4.ipk
  116. Installing php7-mod-sysvshm (7.2.2-1) to root...
  117. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-sysvshm_7.2.2-1_mipsel-3.4.ipk
  118. Installing php7-mod-intl (7.2.2-1) to root...
  119. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-intl_7.2.2-1_mipsel-3.4.ipk
  120. Installing php7-mod-mysqli (7.2.2-1) to root...
  121. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-mysqli_7.2.2-1_mipsel-3.4.ipk
  122. Installing php7-mod-pgsql (7.2.2-1) to root...
  123. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pgsql_7.2.2-1_mipsel-3.4.ipk
  124. Installing php7-mod-ldap (7.2.2-1) to root...
  125. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-ldap_7.2.2-1_mipsel-3.4.ipk
  126. Installing php7-mod-hash (7.2.2-1) to root...
  127. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-hash_7.2.2-1_mipsel-3.4.ipk
  128. Installing php7-mod-shmop (7.2.2-1) to root...
  129. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-shmop_7.2.2-1_mipsel-3.4.ipk
  130. Installing php7-mod-tokenizer (7.2.2-1) to root...
  131. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-tokenizer_7.2.2-1_mipsel-3.4.ipk
  132. Installing php7-mod-simplexml (7.2.2-1) to root...
  133. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-simplexml_7.2.2-1_mipsel-3.4.ipk
  134. Installing php7-mod-pdo-sqlite (7.2.2-1) to root...
  135. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-pdo-sqlite_7.2.2-1_mipsel-3.4.ipk
  136. Package php7 (7.2.2-1) installed in root is up to date.
  137. Installing php7-mod-session (7.2.2-1) to root...
  138. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-session_7.2.2-1_mipsel-3.4.ipk
  139. Installing php7-mod-gettext (7.2.2-1) to root...
  140. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-gettext_7.2.2-1_mipsel-3.4.ipk
  141. Installing php7-fastcgi (7.2.2-1) to root...
  142. Downloading http://bin.entware.net/mipselsf-k3.4/php7-fastcgi_7.2.2-1_mipsel-3.4.ipk
  143. Installing php7-cgi (7.2.2-1) to root...
  144. Downloading http://bin.entware.net/mipselsf-k3.4/php7-cgi_7.2.2-1_mipsel-3.4.ipk
  145. Installing php7-mod-json (7.2.2-1) to root...
  146. Downloading http://bin.entware.net/mipselsf-k3.4/php7-mod-json_7.2.2-1_mipsel-3.4.ipk
  147. Package php7-cgi (7.2.2-1) installed in root is up to date.
  148. Unknown package 'php7-mod-mysql'.
  149. Configuring php7.
  150. Configuring php7-mod-curl.
  151. Configuring php7-mod-openssl.
  152. Configuring php7-mod-xmlreader.
  153. Configuring php7-mod-exif.
  154. Configuring php7-mod-pdo.
  155. Configuring php7-mod-pdo-pgsql.
  156. Configuring php7-mod-opcache.
  157. Configuring php7-mod-intl.
  158. Configuring php7-mod-ctype.
  159. Configuring php7-cgi.
  160. Configuring php7-mod-sockets.
  161. Configuring php7-mod-ldap.
  162. Configuring php7-mod-hash.
  163. Configuring php7-mod-sysvsem.
  164. Configuring php7-mod-pgsql.
  165. Configuring php7-mod-xmlwriter.
  166. Configuring php7-fastcgi.
  167. Configuring php7-mod-shmop.
  168. Configuring php7-mod-sysvmsg.
  169. Configuring php7-mod-mysqli.
  170. Configuring php7-mod-sysvshm.
  171. Configuring php7-cli.
  172. Configuring php7-mod-mbstring.
  173. Configuring php7-mod-fileinfo.
  174. Configuring php7-mod-pdo-mysql.
  175. Configuring php7-mod-json.
  176. Configuring php7-mod-dom.
  177. Configuring php7-mod-session.
  178. Configuring php7-mod-gettext.
  179. Configuring php7-mod-tokenizer.
  180. Configuring php7-mod-soap.
  181. Configuring php7-mod-simplexml.
  182. Configuring php7-mod-gmp.
  183. Configuring php7-mod-iconv.
  184. Configuring php7-mod-pcntl.
  185. Configuring php7-mod-pdo-sqlite.
  186. Configuring php7-fpm.
  187. Configuring php7-mod-xml.
  188. Configuring php7-mod-zip.
  189. Configuring php7-mod-ftp.
  190. Configuring php7-mod-sqlite3.
  191. Configuring php7-mod-calendar.
  192. Configuring php7-mod-gd.
  193. Collected errors:
  194. * resolve_conffiles: Existing conffile /opt/etc/php.ini is different from the conffile in the new package. The new conffile will be placed at /opt/etc/php.ini-opkg.
  195. * opkg_install_cmd: Cannot install package php7-mod-mcrypt.
  196. * opkg_install_cmd: Cannot install package php7-mod-mysql.
  197. xargs: opkg: exited with status 255; aborting
  198. ~ #
  199. ~ #
  200. ~ # echo "этих пакетов уже нет"
  201. этих пакетов уже нет
  202. ~ #
  203. ~ # opkg list-installed | grep php
  204. php5 - 5.6.29-1
  205. php5-cgi - 5.6.29-1
  206. php5-cli - 5.6.29-1
  207. php5-fastcgi - 5.6.29-1
  208. php5-fpm - 5.6.29-1
  209. php5-mod-calendar - 5.6.29-1
  210. php5-mod-ctype - 5.6.29-1
  211. php5-mod-curl - 5.6.29-1
  212. php5-mod-dom - 5.6.29-1
  213. php5-mod-exif - 5.6.29-1
  214. php5-mod-fileinfo - 5.6.29-1
  215. php5-mod-ftp - 5.6.29-1
  216. php5-mod-gd - 5.6.29-1
  217. php5-mod-gettext - 5.6.29-1
  218. php5-mod-gmp - 5.6.29-1
  219. php5-mod-hash - 5.6.29-1
  220. php5-mod-iconv - 5.6.29-1
  221. php5-mod-intl - 5.6.29-1
  222. php5-mod-json - 5.6.29-1
  223. php5-mod-ldap - 5.6.29-1
  224. php5-mod-mbstring - 5.6.29-1
  225. php5-mod-mcrypt - 5.6.29-1
  226. php5-mod-mysql - 5.6.29-1
  227. php5-mod-mysqli - 5.6.29-1
  228. php5-mod-opcache - 5.6.29-1
  229. php5-mod-openssl - 5.6.29-1
  230. php5-mod-pcntl - 5.6.29-1
  231. php5-mod-pdo - 5.6.29-1
  232. php5-mod-pdo-mysql - 5.6.29-1
  233. php5-mod-pdo-pgsql - 5.6.29-1
  234. php5-mod-pdo-sqlite - 5.6.29-1
  235. php5-mod-pgsql - 5.6.29-1
  236. php5-mod-session - 5.6.29-1
  237. php5-mod-shmop - 5.6.29-1
  238. php5-mod-simplexml - 5.6.29-1
  239. php5-mod-soap - 5.6.29-1
  240. php5-mod-sockets - 5.6.29-1
  241. php5-mod-sqlite3 - 5.6.29-1
  242. php5-mod-sysvmsg - 5.6.29-1
  243. php5-mod-sysvsem - 5.6.29-1
  244. php5-mod-sysvshm - 5.6.29-1
  245. php5-mod-tokenizer - 5.6.29-1
  246. php5-mod-xml - 5.6.29-1
  247. php5-mod-xmlreader - 5.6.29-1
  248. php5-mod-xmlwriter - 5.6.29-1
  249. php5-mod-zip - 5.6.29-1
  250. php7 - 7.2.2-1
  251. php7-cgi - 7.2.2-1
  252. php7-cli - 7.2.2-1
  253. php7-fastcgi - 7.2.2-1
  254. php7-fpm - 7.2.2-1
  255. php7-mod-calendar - 7.2.2-1
  256. php7-mod-ctype - 7.2.2-1
  257. php7-mod-curl - 7.2.2-1
  258. php7-mod-dom - 7.2.2-1
  259. php7-mod-exif - 7.2.2-1
  260. php7-mod-fileinfo - 7.2.2-1
  261. php7-mod-ftp - 7.2.2-1
  262. php7-mod-gd - 7.2.2-1
  263. php7-mod-gettext - 7.2.2-1
  264. php7-mod-gmp - 7.2.2-1
  265. php7-mod-hash - 7.2.2-1
  266. php7-mod-iconv - 7.2.2-1
  267. php7-mod-intl - 7.2.2-1
  268. php7-mod-json - 7.2.2-1
  269. php7-mod-ldap - 7.2.2-1
  270. php7-mod-mbstring - 7.2.2-1
  271. php7-mod-mysqli - 7.2.2-1
  272. php7-mod-opcache - 7.2.2-1
  273. php7-mod-openssl - 7.2.2-1
  274. php7-mod-pcntl - 7.2.2-1
  275. php7-mod-pdo - 7.2.2-1
  276. php7-mod-pdo-mysql - 7.2.2-1
  277. php7-mod-pdo-pgsql - 7.2.2-1
  278. php7-mod-pdo-sqlite - 7.2.2-1
  279. php7-mod-pgsql - 7.2.2-1
  280. php7-mod-session - 7.2.2-1
  281. php7-mod-shmop - 7.2.2-1
  282. php7-mod-simplexml - 7.2.2-1
  283. php7-mod-soap - 7.2.2-1
  284. php7-mod-sockets - 7.2.2-1
  285. php7-mod-sqlite3 - 7.2.2-1
  286. php7-mod-sysvmsg - 7.2.2-1
  287. php7-mod-sysvsem - 7.2.2-1
  288. php7-mod-sysvshm - 7.2.2-1
  289. php7-mod-tokenizer - 7.2.2-1
  290. php7-mod-xml - 7.2.2-1
  291. php7-mod-xmlreader - 7.2.2-1
  292. php7-mod-xmlwriter - 7.2.2-1
  293. php7-mod-zip - 7.2.2-1
  294. ~ #
  295. ~ #
  296. ~ # grep "Pack" /opt/lib/opkg/status | awk '{print $2}' | grep php5 | xargs opkg remove --force-removal-of-dependent-packages
  297. Removing package php5-mod-dom from root...
  298. Removing package php5-mod-soap from root...
  299. Removing package php5-mod-iconv from root...
  300. Removing package php5-mod-pcntl from root...
  301. Removing package php5-mod-calendar from root...
  302. Removing package php5-cli from root...
  303. Removing package php5-mod-gmp from root...
  304. Removing package php5-mod-sqlite3 from root...
  305. Removing package php5-mod-xmlreader from root...
  306. Removing package php5-mod-xml from root...
  307. Removing package php5-mod-zip from root...
  308. Removing package php5-mod-pdo-pgsql from root...
  309. Removing package php5-mod-openssl from root...
  310. Removing package php5-mod-ftp from root...
  311. Removing package php5-mod-xmlwriter from root...
  312. Removing package php5-mod-opcache from root...
  313. Removing package php5-mod-mcrypt from root...
  314. Removing package php5-mod-pdo-mysql from root...
  315. Removing package php5-mod-pdo-sqlite from root...
  316. Removing package php5-mod-pdo from root...
  317. Removing package php5-fpm from root...
  318. Removing package php5-mod-curl from root...
  319. Removing package php5-mod-sockets from root...
  320. Removing package php5-mod-sysvsem from root...
  321. Removing package php5-mod-gd from root...
  322. Removing package php5-mod-exif from root...
  323. Removing package php5-mod-sysvmsg from root...
  324. Removing package php5-mod-ctype from root...
  325. Removing package php5-mod-mbstring from root...
  326. Removing package php5-mod-fileinfo from root...
  327. Removing package php5-mod-sysvshm from root...
  328. Removing package php5-mod-intl from root...
  329. Removing package php5-mod-mysqli from root...
  330. Removing package php5-mod-pgsql from root...
  331. Removing package php5-mod-ldap from root...
  332. Removing package php5-mod-hash from root...
  333. Removing package php5-mod-shmop from root...
  334. Removing package php5-mod-tokenizer from root...
  335. Removing package php5-mod-simplexml from root...
  336. Removing package php5-mod-session from root...
  337. Removing package php5-mod-gettext from root...
  338. Removing package php5-fastcgi from root...
  339. Removing package php5-mod-json from root...
  340. Removing package php5-cgi from root...
  341. Removing package php5-mod-mysql from root...
  342. Removing package php5 from root...
  343. Collected errors:
  344. * opkg_remove_cmd: Package php5-mod-pdo-mysql is not installed.
  345. * opkg_remove_cmd: Package php5-mod-pdo-sqlite is not installed.
  346. * opkg_remove_cmd: Package php5-mod-session is not installed.
  347. * opkg_remove_cmd: Package php5-mod-gettext is not installed.
  348. * opkg_remove_cmd: Package php5-fastcgi is not installed.
  349. * opkg_remove_cmd: Package php5-mod-json is not installed.
  350. * opkg_remove_cmd: Package php5-cgi is not installed.
  351. * opkg_remove_cmd: Package php5-mod-mysql is not installed.
  352. ~ # opkg list-installed | grep php
  353. php7 - 7.2.2-1
  354. php7-cgi - 7.2.2-1
  355. php7-cli - 7.2.2-1
  356. php7-fastcgi - 7.2.2-1
  357. php7-fpm - 7.2.2-1
  358. php7-mod-calendar - 7.2.2-1
  359. php7-mod-ctype - 7.2.2-1
  360. php7-mod-curl - 7.2.2-1
  361. php7-mod-dom - 7.2.2-1
  362. php7-mod-exif - 7.2.2-1
  363. php7-mod-fileinfo - 7.2.2-1
  364. php7-mod-ftp - 7.2.2-1
  365. php7-mod-gd - 7.2.2-1
  366. php7-mod-gettext - 7.2.2-1
  367. php7-mod-gmp - 7.2.2-1
  368. php7-mod-hash - 7.2.2-1
  369. php7-mod-iconv - 7.2.2-1
  370. php7-mod-intl - 7.2.2-1
  371. php7-mod-json - 7.2.2-1
  372. php7-mod-ldap - 7.2.2-1
  373. php7-mod-mbstring - 7.2.2-1
  374. php7-mod-mysqli - 7.2.2-1
  375. php7-mod-opcache - 7.2.2-1
  376. php7-mod-openssl - 7.2.2-1
  377. php7-mod-pcntl - 7.2.2-1
  378. php7-mod-pdo - 7.2.2-1
  379. php7-mod-pdo-mysql - 7.2.2-1
  380. php7-mod-pdo-pgsql - 7.2.2-1
  381. php7-mod-pdo-sqlite - 7.2.2-1
  382. php7-mod-pgsql - 7.2.2-1
  383. php7-mod-session - 7.2.2-1
  384. php7-mod-shmop - 7.2.2-1
  385. php7-mod-simplexml - 7.2.2-1
  386. php7-mod-soap - 7.2.2-1
  387. php7-mod-sockets - 7.2.2-1
  388. php7-mod-sqlite3 - 7.2.2-1
  389. php7-mod-sysvmsg - 7.2.2-1
  390. php7-mod-sysvsem - 7.2.2-1
  391. php7-mod-sysvshm - 7.2.2-1
  392. php7-mod-tokenizer - 7.2.2-1
  393. php7-mod-xml - 7.2.2-1
  394. php7-mod-xmlreader - 7.2.2-1
  395. php7-mod-xmlwriter - 7.2.2-1
  396. php7-mod-zip - 7.2.2-1
  397. ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement