php8-APCu-5.1.22-bp155.2.3.1<>,oexXEI%z L ÎؾQ1fGz{JH9: Fu0F1ɀ/a  B cuhJw,E'? /{7'qO/O:ksY 0@7M%20bB<=6\q%;Vmqx>_JLPPʪч(ZDcg' gNsl*YZL"ס͠KS$$@GeJx"i=re_W:[vA4A*d?*Td   5' @d             % Rx    (M8T9:B%6F%?G%X H%| I% X%Y%Z%[&\& ]&, ^&b'c'd(te(yf(|l(~u( v(w) x) y)z)****PCphp8-APCu5.1.22bp155.2.3.1APCu - APC User CacheAPCu is userland caching: APC stripped of opcode caching in preparation for the deployment of Zend Optimizer+ as the primary solution to opcode caching in future versions of PHP.exXEi01-armsrv3SUSE Linux Enterprise 15openSUSEPHP-3.01http://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://pecl.php.net/package/APCulinuxaarch64H4# A큤A큤exXAexXBexXEc(c(c(c(exXEc(58cb665d3f8936731c2ff519d7b2e645774161b1f865ea8f5d6f9dd0581cda06312bf2c717c729209589371ae561aaf223530e58b6d411758ad17793b5c815280e3cdb0e0e3d5e3ff60f8143ce3f23581ec42bd6dc962f460d0fd1e6f56844ad952d6e4a76fd2fa2448d7dce00d2c973881f4beda9bcee9aea7e07f2e19463fd7e3b11b46e2745fba29907e2799d94f726341aef2ca76a3161af824ab2080db2c11d7f38066cae9690a678c32a6d41697e06163753385ce9bc346ea6f97f725eecc8b74820c32fb82ddee80446205408585d75d1632ac959fb3cdf8eaf3877b5rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp8-APCu-5.1.22-bp155.2.3.1.src.rpmconfig(php8-APCu)php-APCuphp8-APCuphp8-APCu(aarch-64)@@@@    config(php8-APCu)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)php(api)php(zend-abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.1.22-bp155.2.3.120200930202009303.0.4-14.6.0-14.0-15.2-14.14.3eictc5ab`@`-@_}]*\[tZ@Zp^@X@XW=VT@Vpgajdos@suse.comArjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Arjen de Korte Johannes Weberhofer Cristian Rodríguez ecsos@opensuse.orgcrrodriguez@opensuse.orgjweberhofer@weberhofer.atcrrodriguez@opensuse.orgjweberhofer@weberhofer.atjweberhofer@weberhofer.atpgajdos@suse.czpgajdos@suse.compgajdos@suse.com- add php81 multibuild target - modified sources % _multibuild- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)- Update to version 5.1.22 * PHP 8.2 compatibility * PHP 8.1 compatibility in apc.php * Fix --enable-apcu-rwlocks configure option * Enable transparent huge pages for mmap memory * Use monotonic clock for TTL- Update to version 5.1.21 * Fixed compatibility with PHP 8.1 by adding return types to APCUIterator. * APCUIterator::current() and ::key() can no longer be called on an invalid iterator.- Update to version 5.1.20 * Fix deadlocks when other apcu_* functions are used inside apcu_entry(). It should now be safe to use any functions inside the apcu_entry() callback. * Fix division by zero exception in apc.php. * Fix handling of references in PHP 8 if "default" serializer is used (which is not the default). * Fix string reuse handling if "default" serializer is used (which is not the default). * Check for failures when acquiring read locks to report problems earlier (write locks were already checked previously). * Adjust tests for current PHP 8.1 development branch. * Remove *_api.h headers. Use apc_cache.h instead of apc_cache_api.h etc.- Use _multibuild to also build for php8 - Use php_cfgdir and php_extdir macros to determine location of files- Update to version 5.1.19 * Fixed apcu_store() with integer keys (#388). * Made apc.use_request_time=0 the default (#391). * Made apcu compatible with PHP 8.0.- Update to version 5.1.18 - Fixed compatibility with PHP 7.4 and PHP 8.0 - Implement apcu_inc() and apcu_dec() using atomic operations. This means that these functions no longer have to acquire a write lock. These functions will now wraparound on overflow, instead of saturating to a floating point value. - Make table header in apc.php sticky. - Fix compile warnings related to mktemp() usage. - Fix compatibility with PHP 8.0. - Fix required number of arguments for apcu_store() returned by Reflection.- Updated to 5.1.15 - Restore apc.serializer=php as the default, as the "default" serializer still/again has issues. - Fix possible issues in persistence of arrays with the "default" serializer. - Attempt to reduce shared memory fragementation. - Updated to 5.1.14 - Fixed GH #347: Disable slam defense by default. - Fix potential issue with destruction of locks. This does not affect Linux, but might affect Windows and BSD. - Use mutex instead of rwlock for shared memory allocator (if pthreads mutex available). - Require only read-lock for apcu_cas(), by using atomic compare-and-swap. - Updated to 5.1.13 - Reimplement persistence logic using precise allocation rather than memory pools. This reduces memory usage of cache entries, especially for small values, and improves performance of persisting and unpersisting values. - Fixed GH #335: Stampede protection is broken. - Fixed GH #328: Segfault in apcu_key_info() if APCu is disabled. - Generally make the behavior of functions if APCu is disabled more consistent. - Fixed PHP bug #72980: Empty strings are now consistently allowed as cache keys. - Optimized apcu_key_info() and apcu_cache_info() by using interned strings. - Fix build against PHP master (PHP 7.4). - Many changes to internal C APIs.- Updated to 5.1.12 - gh#307: Fix 'Timout' sort option (apc.php). - gh#308: Keep search parameter on cache entry detail link (apc.php). - Fix --enable-apcu-clear-signal support. - Show entries with expired global TTL in APCuIterator. - Respect TTL when calculating APCuIterator totals. - The per-entry TTL now always takes precedence over the global TTL. - The global TTL is now always relative to the access time. - apcu_inc() and apcu_dec() no longer update hard-expired entries. Instead a new entry is created. - Added optional $ttl argument to apcu_inc() and apcu_dec(), used when creating a new entry. - PHP bug #76145: Fix use of APCu inside Serializer::(un)serialize(). - gh#304: If apcu_cas() is used on a non-existing entry, don't insert it. - gh#295: Improve APCuIterator performance by using PCRE JIT and preallocating key strings. - Reduce the memory overhead of cache entries. - Prevent potential memory corruption in the cache slam defense implementation. - Ensure cache entry references are released on bailout during unserialization. - Make support for atomic operations a hard requirement for building APCu. - Check write-lock acquisition for failure, to help debugging deadlock situations. - Make sure apcu_inc/dec are atomic when working on a non-existing entry. - Many changes to internal C APIs.- updated to 5.1.11 - fix gh#krakjoe/apcu#246 apcu_entry hangs - fix gh#krakjoe/apcu#259 deadlock in apcu_store - fix gh#krakjoe/apcu#281 undefined variable in apc.php - fix handling of fatal errors in apcu_entry - check string lengths when looking up keys - many internal C APIs changed - updated to 5.1.10 - fix gh#krakjoe/apcu#247 when a NUL char is used as key, apcu_fetch(array) truncates the key - fix gh#krakjoe/apcu#248 apcu_fetch may return values causing zend_mm_corruption or segfaults when custom serializer is used - fix gh#krakjoe/apcu#260 apcu.serializer=default results in segfault - fix gh#krakjoe/apcu#274 non-portable shell == in config.m4 - fix crash when passing bad array to apcu_delete - improve fix gh#krakjoe/apcu#266 refcounting errors in APCIterator - fix for PHP 7.3 compatibility- Build with -fvisibility=hidden, PHP process namespace pollution must be heavily limited to avoid symbol clashes. - Use SOURCE_DATE_EPOCH if set instead of custom build hack. - Update to version 5.1.9 - fix gh#234 mmap disabled when configure is called with --enable-apcu-mmap - fix gh#226 Warning: apcu_fetch(): apc_fetch() expects a string or array of strings. - mitigate gh#223 Fatal error when starting php on windows - add support for PCRE2 in 7.3 - use row formatting for information in phpinfo() tables - set IS_STR_PERSISTENT so refcounting failures are reported by -DRC_DEBUG=1 - fix gh#266 refcounting errors in APCIterator- Removed unneccesary -devel package- updated to 5.1.8 * fix gh#krakjoe/apcu#207 Segmentation fault in apc_sma_api_free() * fix gh#krakjoe/apcu#221 memory leak * update to apc dashboard (Tyson Andre) - updated to 5.1.7 * fixes gh#krakjoe/apcu#19: hung apaches on pthread wrlocks * fixes gh#krakjoe/apcu#203: segfaults in bailout / longjmp - updated to 5.1.6 * fixes gh#krakjoe/apcu#19: Hung apaches on pthread wrlocks * fixes gh#krakjoe/apcu#188: Fix Segfault in ZTS build when locking (Tyson Andre) * fixes gh#krakjoe/apcu#194: apcu_entry ttl not working * fixes gh#krakjoe/apcu#189: SegFault in apc_copy_zval * fixes gh#krakjoe/apcu#185: zend_mm_heap corrupted * fixes gh#krakjoe/apcu#190: memory leak/failed check for duplicates - updated to 5.1.5 * fix version check in control panel page (gh#krakjoe/apcu#182, lennartwesdijk) * do not create null strings, palloc may fail- updated to 5.1.4 * fix possible memory leak * fix #168 drop trying to return strings from shm * fix #170 do not create entries when serialization fails- updated to 5.1.3 - package renamed to php7-APCu - package provides php-APCu symbol- call spec-cleanerphp-APCui01-armsrv3 1702385733 5.1.22-bp155.2.3.15.1.225.1.22-bp155.2.3.15.1.22-bp155.2.3.15.1.22apcu.iniapcu.sophp8-APCuNOTICEREADME.mdTECHNOTES.txtapc.phpphp8-APCuLICENSE/etc/php8/conf.d//usr/lib64/php8/extensions//usr/share/doc/packages//usr/share/doc/packages/php8-APCu//usr/share/licenses//usr/share/licenses/php8-APCu/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:18226/openSUSE_Backports_SLE-15-SP5_Update/19df7d4f034a3d557c3d4f0e8ce64b54-php-APCu.openSUSE_Backports_SLE-15-SP5_Update:php8drpmxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7208e55ef5ff8a75cd7f7ff5898afef7fa006706, strippeddirectoryISO-8859 textC source, ASCII textPHP script, ASCII textRRRRs*] -$5bvutf-81b35c6b783813d1e131ad46afc68967f236204ab9a436bc94cb9566394514040?7zXZ !t/@]"k%w#:uXOU:ZzX魷4 j*V;$c<u)Bfxr'vNuJؔuw;ϛK׊ —f[=2Zý OTHi<:,6.n>h?M.wa=jG)!|zf;Ä{Xٙ-\YR~kdVT2;59VЄ )vXFnnս6 jl$ЩzQ{:6bt7GW>O3gRGo;cc=Ν~*<9H]}iђ$]ݭ^.Ŷ \Ea0VbѵyNТȏ ;D3 =` {DPvTX'CƛJaҥDsIy/y P۔oȉJC5Xx1m05-**t &ֱiZ[aːen$%SUڭ:ܡ3Qz4xŔ1fi'7OzjniGOCJ|Ām97^饶-:HY9t!;ܜx CU}u:td:;"Ů́4>~I|փqfrF?ɫv󐷉+Uƽ ip<%3e@fLCX0q vGbplND"`qE&6_teDhA8pSmWo `+T軜ik9[Ȇ +epkwg T`Ivc5$F ќO;ˇ<25%M\Wʾ͇qNՊ&#&i(J9e=?)3 ^I(\^SF#R0|# 0͏EgDNdU.̶hfKz ,QZe)*+ipJ-!40w(S2;ZMĭPݨQ Y5 YuNOf<CD *F.呦]fSNIL5!{gҊz`:^<{MC9_\@?@En h*7 0wbyᔅ=X :eO<VIoξ]%TvKX*@ʍ|2?4RF1lHK\BCz4MA>\К~Y,˴C_&j+w̐##zgH_E˒l^UnDM->t i|A &;0; A@&l8erX?dzCتl& kDΪ,ԂpPF P/h–g^**t"Vəؗ!x܏:~M 쐄ÊCp+IA|WlN^ܧ0ЉnHF)_h^p%w#͖-?rUi`-&錨*|) E d&5U+':.78 ^S< )%/}+ ݁-.H/s:Ԯop&P "'kVypxz 5_2w'`* n?&zk]'G;]̣ X+,.j viA8A*)Rj4VDYPˊNɀe]K,P>zӄJN}Q$L79d/ESMORpψީp mX$ig=Ò0.!ffnWg_.Ni vL|q,}`v:~3'gTi/#gPJMdlAZx{y0c:u):mj" ey{zqꒈ a,6.X1W8Ơ.LOݏJ2 =Y|BW3st[65~nƈ%wڃ6B_<#g@tW6ϔPY]+CgaݺA< ֔J*qCR/ʵ:LkO2]F7t YP327U]nP.~n>%hcq0u1/ִqhaue6(z /|%}lp@xt| 쮘=sFS'3C;eM\@0h0R% VKj0odUǩ'E޳ādgaQv\b5Y T*WhlI(+k8ZYz(ua={W ՚Sa#5qUr3AR|aWۀҡiM.cru8Hw{~a$'&P∑`WȀq:`}\EѹaTXE;"= W79Ii_}lT_Y4i46꟯%X'ڧG?m!@͉O藋i݊8~3R0cn+ UXk8{"/h>73p~$*DiطMP8GR9XBsQgS{N&/8&ִ%]/nD\#l4*Ȣyir],4.uu*QiOf(2ޫoFUYywg5ؚIkGjyrsMBinKw^}443RRB__юFCĶ9@oHdI="50+Bx#\]$9 ZR*@e2K·M*+$=P_ꕘqU/3]5En=A'< Kc8+b=o=ڧLFZ3?xС 7o[jh5=TnP.o D5@)p]c,%%Sޜخ:,=d=ۅS^ًzkdbC5⽯銐C^y}!R3<ﳀr|sOMk}Pf*{+ۨBMP/mD@ GW*=uif,9rn,'=9 m 3'9ȦʁNjI9A 8e+ŝU髶w羒Es@-=T1D'\U@3m־ȹ3?*F`n][/$fC m%q =#bST$#Ĝݑ~Znh=p2pCaBfnt0JQ^7^B]Kwk-;F<1Tđ?Ҁ]`Ԁ-JQ,H{Pz9_ h(Ŀ>P@9/?$kj80sȍf)[j Br`3ddknGyi%e{眆dՁ 9K]4mƵs7re8 cMs]"+kI7q -} Swlq|}#e/b7ku#T*G07iPt^8h^voMq}q.hT.9sordWLw[oqQUFaJ]aH!ͯx_Wڛ,_A6X.3f8=(V%/)Җ o.KƘn~E^DE9?E[=lva tR ɣh " Q24;is x[ Eew1+ps\VvD C;lqǝsB;gg ||R-c0+F)*ҽ (+̇ۼI7qu6qrZ(1[>8竼<풽ԿW#̛crMNCeኡ<$gۭNT%G4FGsoHmwnȺik#P5%j!䍫"W65`mJNs` JV#s~V?A 7 E.REMƠ)#="OuVYk\9;;,+<~yЬ=d /fN3N`t7" 6|$8lH55XjyQ0F@Ym\$udn~m(OV(gV|î$ FEyhXϙk!;I:MP}x.>Y4*?cu~8 m0Tpj3_p rtxo~&@a2n'};N(fh JU})V J&q1P< j"Si']On!m}^p d|&AIiecIs4ciˬ+uDK̈́p1 +,W.U7-:qq&|mFU"U[}je6JrFel!b[uԶ;s: n##W]!PѮ ~ ]ׯq~-W^o, tJi˨.IBYnspO(uB>S\2-25``]Q6F?R_޹wqbuM. CKHN8*}wV7xuqsfZ?t 𑒙+`ABX?BQⰢ̡k"TEADYn0YgW~L˒c\nđUjOm*kk\DC?3jm"kHX%X g L ]zd ׭To/7,UL{G%7W"!;_6YkI6m«FBߦ}LV_ S*yϣv YK3Sr%4g8Cgk3JѥdlMDJnb^<,OI?J.#,KΛ.z%i噷6qz׃M<ݴ\;Wh7rQVrk\2ZFF4 _͂Ͳ16럧]ĊN1&Wn#BDW ɷb}EE+JfܷaM >@{2[,UǐQ"b9%AYaD(1w 9$?E;dB͑$s]cDFN|D,qkG#piBpl):`9ɽ%~zTH}J37#7LTz6!8I2QlcA?Z .!J{vn-=7 (Y$`s:|0F-gj&Őr#l_VI74ؓc"DxĘ=xP+fRX,& UA- Q]_FdVE)_x4+2ըM`OR/\R"Իf 7K)cHTgkPC{;}BMJ}wEV .ֵe#OW#B:VZ֐F?4juRd^I%#C'{Wig)pw|H!LY0*hMPYt%!5);ӅVoܚT<p9Jb>)D~pĽs͐4_%I5|BtI5bk^6n{/8,.]_lO~9Fji ?Bɶ݄'-e,w,&p.6TDR:9y0Lg&ۊ-Cۛ6DV2l)sFDDa,mn SuWJ-QZ1'`{'X$ϝF"g0sx&}N az7KغGgUCd 'L .v֨`}81LqՏX|He¨lHjvXf#u0F"DRdZr0OGiRwc1;@:*HۣC+l SXO`X2L2S@V Dc I'+O5aS)E HΪwMZxf<z 궱d7Cit,q&씆O*eq8N"e%l#3bc;|PtP*B`p R{V0g;]u+X/| |.b.A[65Alڸ w-,Wr0 `\;-'xжw p-@ܣ)&hl!lgEvjCZ[nUp5:`uǴY/jgS|Xrz%``"P:e#;*q SV!Dcu6W KK7֝Q'_>JӣLlj}-qFIEJi}}m Kfto"R]HYrN&3qNl$~ 2[^H*ȑ%QP￱ŐWdGjYHHV 9U^vL`'=2Iܞ`?>9];Փ ju Gtpi-TJwvXiӌp#sta2J&_c;<84G~RˮMؿ>h#GSםT 52MS?AȀtT*O)lԬΰO8s|Dp:X Q 06a " +]p81bc[%!]a¦e&Nt,Dd{S/&Hgܙ\+5.Ƣ:ش*Gi׹Kf^IV&G$dr6 *9q۵q~7J#C+sԒq|-.?GCO-;57VAXU1{Z0IIgEZF@sRҼd_1J|%}Y0DF]B(1ȹB8\t~P+rv#=tKY 5 rHojI Q*w61af(z-jibyˬzŸ7 ٕL@r˽O…K41zKB;H~VV;6C%agmrAv7Ɋv7KȁEǞgʬԜ#W4w^i8~Tfi~mXJvGo(j,nb 33tS H4xamyq1Q0lOƬk * 1a?5EmyX6}1u[|ӌ!]V ԒhNŁ$}Ujd'Ɓd6%&,BnZ̖y̕5ݓH,y7PbD(|Gtĺǃ_ňYmuQ;\xpFCv—\"FqйV1)0(ґ~^b[߼ܮU DWA @џuk/V;{ZAaͅ8pn% BfN7 RS/Å6_VE93*5q+<~;])zEzokTO9>Y:~)_Iqi{v1t9t W~FX741{ ~ @tv>>XnOw;0[ .Ro=2Rc);ïcyE߃DbPt.fY^q6 lBf&ԇ|>bwh?4IC3G݈?褦D0췏c}oS$Fx/O&vpIJGʭ2joǓEtRQEqex$ΰ-"9T>H}'߂tMT)]"`\q-s4جvϕnYZ=:va H` bA0p 1SW4:' 𖆇tı_{qq WՎ\5? 6DR2Go}sE@/0}WύN$]itp~@ SopTu+F4fu B}J I)K$M{K r}u`nЕQB He3h`F$ᙴqoĉ3cH{CjqYM Z/F3{t."ԡO5 Ѿ8<^@Q5ЩPJg2Qrw]z_.7}fA~yiCȻ9,M+r_dȏ˴zV*q|;NSIG>i-Ê,ɔ("ؔ@ ǣ ʦ\3w `o{C0.N ςfzao`6F\~<<9= aۻiJNٍmU̯i:׷?VW< =h7 7 dGҾ@,zQr,v/VRcʠ7[/݆HʪA),a箣5ddI\1s2pGjr&A6 (K{ wIsK+M&.O#,˔Yp:Ձ^yc4]n"i{1>}Ez. +5-&4m_!t|d튂40 \p+F?g\嵈P,ra&YNeoLӟYyrIe/{n`A˴_7"TM1 `%84.RJ9 Fyu0[̖Z5Rݵ_*p2@Q}FI5L9l: \Q&M{!%fFoH6h0~E   =D 4B- ?Ov:o؉ d."rBSŏEA40a(wZ}Xd g#oi5X$f r HUe-\njRm)xϨ@tNR\ *HuM}yVïߍYYQ-RI1ea1̵yR*BblozҜuw6?aAuЂ_ާO8M ^ k{1ƹ~UG܇Z-Z j[/RIE{Vȥ|cS)p5/)nN6֍:ﶢyD@B,H3B.嚞$iٌ">:.RRE`,zf"[Hoy˄y0}t${]{1.J;Q(SyA*`[AVRtiXBN $ `ed=yKUIUSV9Lk8H.Ua l67 %gP ;jɎVc9RղʒRWK0 v#Ok;<汜Ix.u?n/zvAc^(kQ3lj΂ Ioβ(?DHQ#G`v~0ѰC&$?] li "]qf3I|,h]m,}Q9[KE&ƬםJk*V2ۓ-olJhjێ2b{V4(w:niS-6Щft z׏n:_ xTx)m׷'H4Ψ̍t %]蘀זokйZ?buն bb`rR[*FUϻ^"Q$U>ڵ$œ ̮`xGLtho XT6yKǏ>VBRBAТMNҴ?gvagPY=6w} |˞^X&W!O{5?ό=|,o]{%fN3#6X@vDQ`B/Φ6uq>gK?s&F$u aǖ(rUn7{mqM*zVN#R|^iv=2*{!C(z/lh-s[oN`CƊn! ]uNYln里+7ވSS^ -2ר'K]ڨ\KCu35x-.= 8bX$])VnKQݸ~]t Y3>{w;䉺gM<H篿A:sS6x[/Hֻ4zFR!c #I ?Ù3oIU`_t2so˩ E- 񇝐%\i`u+]B\kq"?ʉ^UG$|G'^z#fH53/ww_D]JO勸]u(Ia@ob`Td?VnH.WiJV'DƑ#{15i[y!07O4օ2oXUM*dx,jZVLiTϗC@KkךBBIВvs{  WgW6S{Spr.?OG{ CK-P!$b̴췚o6s< N߳KOF%{&;Hc$HFO(&JZeVwn ˧fu1)Є˅NED_Yh!Wg իިI.n" јi^} kJ,5DRG05咡9@IXЃ7k=YGK!0"J#Q7֟ͪF5\$,xL2vLQH5]|6dգ ^itcAh+sX3&Ȝy͗7R79 Rn9=늲:, )/;|z(k"( =R KuL=љ߱Ⱦ-339# O_0ڒ6?Yw#Y%;=lxY1(C8|ݐjFwJjU1r7/W#clh.c4 uRGv=*& >E)o 6`bmo2'I`Bj*d:6ȋ_ܺ)= ?C _kJJwk E;j€%}Bs"#`xIT7;]*sʢLl>O YZ