php7-APCu-5.1.22-bp155.2.3.1<>,plexYnI%z )wx ]C2NJKɟЪ}NyZS7bP ! q[Pd)-)c_( _S|[%-PA;VCq͒S 4枯 |V[Qg4@>of&˚YP`(eoC4rQHc9wF+G;phz*xKDtZ4*lT1HP5X^Q$/M1ߞim.$b-\_$r|Dg߇L<: qOLZՕbV,QpP%>A*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)****PCphp7-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.exYni01-armsrv1SUSE Linux Enterprise 15openSUSEPHP-3.01http://bugs.opensuse.orgProductivity/Networking/Web/Servershttps://pecl.php.net/package/APCulinuxaarch64H4# A큤A큤exYkexYlexYnc(c(c(c(exYnc(58cb665d3f8936731c2ff519d7b2e645774161b1f865ea8f5d6f9dd0581cda06e9f4c07112c19471b935144d62ac1d146bb286d36ff0fd13ffdb2aa4638512d90e3cdb0e0e3d5e3ff60f8143ce3f23581ec42bd6dc962f460d0fd1e6f56844ad952d6e4a76fd2fa2448d7dce00d2c973881f4beda9bcee9aea7e07f2e19463fd7e3b11b46e2745fba29907e2799d94f726341aef2ca76a3161af824ab2080db2c11d7f38066cae9690a678c32a6d41697e06163753385ce9bc346ea6f97f725eecc8b74820c32fb82ddee80446205408585d75d1632ac959fb3cdf8eaf3877b5rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootphp7-APCu-5.1.22-bp155.2.3.1.src.rpmconfig(php7-APCu)php-APCuphp7-APCuphp7-APCu(aarch-64)@@@@    config(php7-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.120190902201909023.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-armsrv1 1702386030 5.1.22-bp155.2.3.15.1.225.1.22-bp155.2.3.15.1.22-bp155.2.3.15.1.22apcu.iniapcu.sophp7-APCuNOTICEREADME.mdTECHNOTES.txtapc.phpphp7-APCuLICENSE/etc/php7/conf.d//usr/lib64/php7/extensions//usr/share/doc/packages//usr/share/doc/packages/php7-APCu//usr/share/licenses//usr/share/licenses/php7-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:php7drpmxz5aarch64-suse-linuxASCII textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=993df796cecd5103350bb69ec0fa379110b827b5, strippeddirectoryISO-8859 textC source, ASCII textPHP script, ASCII textRRRRv*=;,XTutf-8b97a309e530fb92545af9f80ec38e48a23680378e7011ec4a88bfc2e95a31617?7zXZ !t/A]"k%w#:Gq9v2j<-HWp+-ޟ$kLe- a,5pڴ;6=%Z,m:V;q"N-!'\:$+CoR*1+z>ȿETG5>?s'V61_ӜkMObM!:57]BɦЈ DW|jh\LZgoqCǹ $,&BIğ?"N>ec_4n!+llqL:$ a9 ,QYPP.TmV\[ tRVr^9{ {W@0@&9^I V HFV2UC>do`C3Ֆ@X:`{%^@aR :뱅S''9,jŀ5 WtY@Sғŵ_ns%{ wQHI> fw%t3֙^؄pB.C.w)F[07 ⫝̸I\*v~p̧68QE+hC=NH[ڑ+'y<O3a3МDo >\Ý3XZdCrNࣃ)I~̵`uZ@ <-iR:Q*!vl:n ) 9M+NIt7hH dE+iN;}5>_%4 iYfV;XrhfqH9%5:6l]ٗӓ1ꐠ1W)QRm+߯]^">C2 .]7Ȼ|-:5<tc _gWVm)yC]w(SMQT`C["b1gKč!t.^!6k& 6VȢ;'kڏk4gf 0zHs7}GNL8 Stg|jtbj\\CiR_SnD!K@n"Poڟ O#$gڬ `j:G3/6itggͽI ;xP Tu x4iw q<.7jYv1Z~߹M nAէ{&If_&K^U2߰\6imĕc[;|~[ПɌY_-<BsŜQTv.$SaD[Dݠo4K?*V |E0 vRRa,z˨mngoTV:U>~Rg̚:݅aowsF*ן"2k5Α>yOt5m`3cffy ~4ur?a7pԺv zl)U_^ɘ6:ŭL= hn"l||XU4Kft1S! iř&"z/c=qm6DuY}Bi30BLcŪ6nɭkxR㋆xFV{ɾmhS@^=?cT{^$񻥀H^}+>Pלsʾ9oT C dG6`UD#&>Lupg<ȝd.:^+wIZ"@3h>e픐\yc {x.Z/͢6ύ&ǀL{?`aevǸK݁([a*FEVXC! x&%)f[RgiMr.@uoW *ȫݶ4Y F); v|U\S 'Y2Pt)Vvq( WT<܌ vOT+“o8OhþWhyvFsn' Z'~szD8EUк+7bw+ qفVZZӁm92P+kS,b8u}/V{ Fm0#.N#EL hwlԁ(A_8:{o~xmzEQdݔ@ @=]m^U:Ct5e /(%^ʣ|vҟd(삁bNrݚ Q@wD2x*d*:Ky6s\E^M8m]!JX{ Fpa W:.rTz?񊇔䨨A$U{WZ[ :m8 q"LW= {3Q𮘨`Չu=y4Yŝ.IXߧ^o*dI 4hH"jbhl\SitJ/iӘ.G>bXr#sc^O71YQ}ۣ,˺Ҋ2o|EIƚl 9F.$CTAA?yM yvMʘ[n!:I|TD%6 6 B1瑠#&{8&waC8*W9o$g" g@l;*Uj^[e-(tpW҈p $)*֜X|5x7>YrPnb )<{.vx .8^y |hrL9GW F)OOo57%&!Opdow wWGL .5z֋=BD~\ҹ&=}T;Qu:)Iڞp+TR 2 e$P8q/V0Hyڕ*f6 ۝F`H\bZ"euL8tՈʃUۋk 6-(],; $\nJl&+"u8,gz~ʜ3~QdOvGh'L&^2DN^k`́AryihwT)ϺվϮ0;=۷Qxx)M٣θ嵤Zs$ 8ʏpLUs+[*:ۣ?‡4םΔ!MzJ%̤Onx0Ǐ17"#C+_Jk*V;{d[@4eFI@e;œI9;YEYd0>å;TB3dbGsÎ=6EYw'$܇Mf3W.RiN[+_ Vtt>@DN?ްƀeHV` ,ZF6=1\qU892v |F7nFG͆exo=h2rA $0EV&5f L!2AI0yҮ4 ">:$9͉3}PtOσYX>㦸V-lx`[g>6$7$fA]7, B51g{nL}KGGt3\\_ Ԁ [NɂڼIl>?/1V:}ϖ=aq0eS":#>XVEXga*>XvkL} mW׼ײ(b,2q?jsXl%tJ`)+Ϥ eM hDe*o?5FLN};ڃY,SZLB:QJLnY9#'Y0Nsf};5HU)')&((jPnޱ9vO olHkFY8ne6\vHJ**A2[0J@r,]."&*Yj`,ISta0d`ƭ ŵEv+N/A1 ܕ s{XdA@Ee]nz3ԊX3QW +檞 ̒9T2:hBX"UŦ[t -ttxqF2ˍtթ=[jV-|L;'tqs?~:SW?*B`$뀪"o¦ܼO-xNy qr:/}H˟4hG9 3|>r G([ ){LCbFT H^wIWIm' * KxAGel2˳z33;X=G\ӧYAUrĎgO!?Gd vwÌ& =OjdԤ!@v0e旌|I삨X>643; ʯxO?_/I_JWE!- N|'M7br]--?6-ﵦIB6yܗf+1Z[5, VIw%n;Ylrq»~ 0I?gN7^~c4No0֮]΢)%}s:]TuaZrוk\u28_^ IK'Cޘa{ F{6nbf3,9,%%-gj*QNb餩Lّ/k򫐃Φ__N %4*:4\)BBlͤbDD y)!%,9Ry4je?ZfNnqKW"{*L tM [lD7VwƻF`tt\@@/%ZV_( zFSuc@s{ۂO-˄LxD1Wa{B&5qt&`׍/t^c$^ϓuQ"NO!UܘgF:7ytȚUVR;@jkWd@&K?ˉy.gTS9"Ѧҁ}({J`Z^u|r$]ju*: l/~*~5X3y*/àm Xrai &G=0cSVcH0fIC;) ojgJB1e5M{Ğ'6В[++PC8R@w BLU0")Us5j|urQ+eŨ(\*BR-OWq5hk8l9:8_jmS5 ~z[%w0KwÓ#ɚ~=f 9Na_Xu@30QQuΟA&B}V \ǒRs/i98SOWjS\ݕ)SusbG=l3+/7STlZO#b+_ޖ#甁c1-V/ӺGح`X߆_W(U(x1KrruD)I>łbgFĎM"J!%8#M5ee R$CG|t 1w_eGl5'wGc#8#rie2u1ȃVe\g諂ụ_ t_ܠƞ~LMc>_.HfSK} }ޘW#맊?Z+:}ɔW7U =zqý%+1}}w9dp`I!gO]u.Wv9Bҟ}&dhSV miXE'T"z/#nMQzM1eOGi^W"bHCQR/=qM]֙6&WPrbuvX%r~T}=kJo+Hf{`[m-xg(o36KTTXvC6^}b fuƴDOjL˗l7Mn>J "xnK+Ot LmPϓMyOn/$Ҙ_熠$;x4\:?*H72-/+ a"te4<..N >m}#:֭z,a8@Q,A9:\DH\M}Ï1#hNPLz! Otnk26ɦy-B=_>$;nai*R6J\W&kͪL~a`Pbaa0qQ`ltx3KXnxkbYXk=$A_uM>VFE*ŻuYMǞsIc"*rlgpHf~`bLYHTƤqy.ْ1eGr S=CZ4Idms PS91C1U@.9bqL#SP5 :TVo C}OoAHn1M: >=2IPW1BT/ګyZF #Yz"jAz {ݞvR*^g|hp7-d-Cq0+<Ɓ{?J%YپF[D ݣv͛A]ږ?+%cQb[MzamwG.*F jiȔZĜ,ÞS;EQqA8,2q%aMrJIfARu&̢x;LoZ)ߤ%G&_?'z*D>|q|UYVҬomϘFVMfW63Kɱq,v.pl1rਭQKSL!# 1.X\j_bSbkqwe6>40RL w} C K$-.)[fs{;ťnCI#KkeGBjIj`G~2eYnN^:v{ "^_.q(qf 8?*g)ʈݐ֪@&}^EJZ׊CRN>D? J>YwFM&Ԭ Z^C ]M)sfbq_+ %3HaB˥ ,6.cNzCh!6) @0SwD?5߶Hm?z`{ f՜6tZσZ9VDP4ã Եrm TϘ{qQQ"jV[H@M=1 kdAϟ2F#(ʶOXdZ-F >r?} pyj@RP/ɝz 1ń@'5*rӌ `8xt2#"/B%SW&IxF!bBBV)1:cC֏?(OȔ_@{`X!ЭEZ"*1鑁IJ="1'FH`i "6e+F)[uf;ZCapesY֦v#3\6c-d$ι{w\1 k\ֳ֑UW o]b >; rs)JUʅ;J UICrT!(wh1ۉn;) G#gEsQЌ]I\֙jfǰ/<}X'b ?3\(%aTER d4nM82daR?_F#^ <ߺetscNPg(ѿMe@Wcv<{ SHኺlPb@_'HIo S+ӊ օjheafP37UGl6 isJٶOy1,L 35'bGh3z8h$. %*`ӭAֵ#<1o}4qLb}baLm;w~N(00h1]NvڍFE"fIN3޼~! K&'=g34o&the*7ߋ}V%_U` u2GO!nuy:'2<ɦ?k7_OŃ~O۸}dxsȘn(hc`ʿT;bߔz)3Y'&<.8]y ᗿK[twOC`mi֋,SQ:.c͍eYU|}@`%T|;(<#SE=Hf>^l.+""pfd ,]0~%{ Jfl*d6}UP\n֐d̘y{mvv[ T@"39[D`$GTQίu~ѷO\RȨ)cSd WD+)=*9`/tU[BQӑ]-va`U-Mar`b.6 Y!3$uQV 2cXdxYw~ 4y~y&0b0ED(6`뤞$Hzl'ZB䐢k\oF v{耍p`lL;XJ^: %dx TI࿾\'Fep ϪsCdž!8л2ZY;".b3~HsT!-})ҙpi'tk', |-=4L.jIVk"|Gd@fo6YRH NKXfB`!@wƷa%ߝ  x1("Rv[њǎ%fA7PKbӍۆeTH1W=U2G;qm°Z:2Ma5 EN_sY~ծLc%ᠹn^0:0 '94b&[X3o"[\˟V(1hTgEO0ofܗb>+McCԔJri=qg}%#:_Rh=Wˇd$)j{iqNu. ,UUN]F! q2ryj&4pyo(dJʅ  WꜥD4*fXI1CD† &GPw&_'~~=@d$*o>'4ɤgD\'j$`f {e~qÀ dOQp@=x[DȒ}nQ?vƎjP?sF yl\ڢ`Co qb x{V,!Lw&mhp/ܺ@W(^uIXLT?<4Oyro 3BsFUxu?;C  IL|4@Cf}KV ?n8Z4 `C?r N ~)p83hqD!X~-EЕ%Xv?_`'?A%!WMuz ]l2}!%M IێtZo:W=}r;aKR}`!e"؝v$sʶoѨF2\0؟݌`yE!:_iDnC #la"^Vn4llrQbɞ:@aUs<ӻ^$vLRm۲eQp܄Hw4ܡz7ab1*@*{ڒU۾nך ewܱ^ܰItQloS+NjѺ zCBӷOWUQ +i5Ego47 qyز(P3Q=FQ} G6H@&Md;ͻF0;5>m(LCZ%d9 K~n;um~׃l,##.'PXjsL pa~vXiMdz; .eknqַѢ\ѥZ4;,} pYEs#?<~U-CMz^0׺7YרPFn?]O8 MJ !l!1AkztDb&~-`'%լ4 )Pi4&}0c3ZV=٣^rm[sZ[g /egc McUP/tגi &d|q7^:#%@9 ;f"8B1eY|^MvGb't۞Q7f[mw:",5_ ԏT1|X<>)m>9%_UV9Uq3tRv#Ge}(LJ.Y4U`. s2(u4l|}yGa%„)>ZB@>$rN`A2#D;rT9w@XFp-o_+,7%֎/4"j-=kae1#$cQ4~/LD%2 =3Mʰ`?*ax/vF:02Ltֱ\O2 ;gWQXESҾyDE :)k2qåi=]4#ZړF?s*+``/ɓ|b 6St N,wLr ~ "x8T'77izAKLAЂ· ÓSiD&Ak,0P:5&hV "fnXu {cz-ݓc# Ϳ rV '&^-`0W @ s\#6auy38ZlsEZ!VcT3B5a~'%qȶ>+~,弝4`D3 {?"~a: $wR>SQ45R^C$R!]e"$ >P K#Tt) f t“BňaP~^53Gm4fV.&{^k^O0Rk00jkU+_Fh4Wi8Pb'2Bqh˂.ye(F< 9 *qLQړZj]nRcՉ;/[ly>|Z[zZD'd=a4FCrnQ]ه\6^[G}ßBĉ* !y8>y_vi8cuv R5oql}{j(jNPveeKc|a 6ϦPytXPOVJ-(bZ3 e⚿܎ ﶌ)XEn;<`Xp O䋯KeD XًAKtnYÃϑt YZ